Export the machine-readable utility corpus (ai/corpus.json) for LLM training and RAG.

Usage#

terminal
bash
npx nakshora export:ai --out ai/corpus.json

Flags#

FlagMeaning
--out <file>Output corpus path (default ai/corpus.json)

What to expect#

Serializes the full utility registry to JSON: class, compiled CSS, description, category, examples. This powers llms.txt tooling, embeddings and SFT datasets.

Troubleshooting#

  • Huge file → expected; the 3.1 corpus covers 11,417 utilities

See also#

cli/index|CLI hub · configuration/index|Configuration reference