โ† All skills

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.

Class skill ID skill/make-atoms Version 1.0.0 Lifecycle stable Author convergent-systems-key
/make atoms /make atoms discover/make atoms fetch <slug>/make atoms scaffold <type>
atomsmeta discoveryscaffolding
Inputs
NameTypeDescription
subcommand optional string discover | fetch | scaffold
target optional string Atom slug or type for fetch/scaffold.
Outputs
NameTypeDescription
result string Atom data, catalog listing, or scaffolded JSON.
Side effects
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.