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.
/make atoms /make atoms discover/make atoms fetch <slug>/make atoms scaffold <type>
atomsmeta discoveryscaffolding
Inputs
| Name | Type | Description |
|---|---|---|
subcommand optional | string | discover | fetch | scaffold |
target optional | string | Atom slug or type for fetch/scaffold. |
Outputs
| Name | Type | Description |
|---|---|---|
result | string | Atom data, catalog listing, or scaffolded JSON. |
Side effects
- 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.
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.