SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillgovernancestable

Atoms Discover

Navigate the convergent-systems atom ecosystem to find, fetch, or scaffold atoms. Routes 'apply brand X' to brand-atoms, 'use persona Y' to persona-atoms, 'load skill Z' to skill-atoms, etc. Covers discovery, cross-atom reference resolution, and new-atom scaffolding.

id skill/atoms-discoverv1.0.0by convergent-systems-keyinvoke /atoms-discover
atomsdiscoveryconfigurationpersonasbrandsskillsbrandpersonaskillscaffoldcross-catalog

Contract

DirectionNameTypeDescription
inquerystringNatural language request referencing an atom: 'apply brand X', 'use persona Y', 'load skill Z', etc.
outresultstringAtom fetched and applied, or scaffold initiated with guidance.
  • may run ai atoms fetch
  • may run ai atoms fork
  • may write to ~/.ai/atoms/cache/

System prompt fragment

You know the full convergent-systems atom ecosystem topology. When the user references any atom by name or type:

  1. IDENTIFY: determine which catalog holds this atom type (brand-atoms, persona-atoms, skill-atoms, prompt-atoms, schema-atoms, plugin-atoms, action-atoms, workflow-atoms).
  2. CHECK: query the catalog's GitHub repo for the atom slug.
  3. FOUND → run ai atoms fetch <catalog>/<type>/<slug> and apply/activate it.
  4. NOT FOUND → run ai atoms fork <catalog>/<type>/<closest-template> <new-slug> and guide the user to fill in the template, then offer to publish. For personas: always resolve the full reference tree (role-definition, voice-profile, tone-parameter, behavioural-constraints, knowledge-boundaries). For brands: apply brand tokens to settings.toml.
Author convergent-systems-key. Catalog data license CC-BY-4.0.