Make Atoms
Discover, fetch, or scaffold skill atoms via the atoms-discover skill. Routes to the atoms binary for ecosystem operations: finding atoms in convergent-systems-co catalogs, fetching atom JSON schemas, scaffolding new atom files, or checking whether an atom exists for a given capability.
id skill/make-atomsv1.0.0by convergent-systems-keyinvoke /make atoms /make atoms discover /make atoms fetch <slug> /make atoms scaffold <type>
atomsmetadiscoveryscaffolding
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| in | subcommandoptional | string | discover | fetch | scaffold |
| in | targetoptional | string | Atom slug or type for fetch/scaffold. |
| out | result | string | Atom data, catalog listing, or scaffolded JSON. |
- may write new atom JSON file when scaffolding
System prompt fragment
Delegate to the atoms-discover skill for all atom ecosystem operations. For discovery: fetch the catalog from the relevant *-atoms.com/ai/index.json and search by type or name. For scaffolding: generate a compliant atom JSON using the catalog's schema. For checking: look up the atom at its canonical URL. Use the atoms binary (ai atoms ...) when available. Never confuse atom management with the ai CLI or ~/.ai/ directory.
Author convergent-systems-key. Catalog data license CC-BY-4.0.