Lathe Registry is a community registry for reproducible Lathe CLI recipes.
Contributors submit pinned recipe inputs, not generated code as the source of truth. The registry builds downloadable CLIs with embedded Skills, generated catalogs, and static site pages from those recipes.
The first registry recipe is daocloud-dce, extracted from
DaoCloud/daocloud-skills.
It generates the dc CLI and Skill for DaoCloud Enterprise APIs.
npm install
npm run generate
npm run build
npm run devThe static site lives under site/. Generated website data is written to:
index.jsonsite/public/index.json— stable client contract forlathe registrysite/public/schema/index.schema.jsonsite/src/data/registry.jsonsite/public/data/registry.jsonsite/public/downloads/
CLI downloads cover macOS, Linux, and Windows on amd64 and arm64. They are
.tar.gz archives whose extracted binary is already executable.
Recipe inputs live under recipes/<name>/.
Generated outputs such as CLI binaries, catalog snapshots, embedded Skill evidence, build metadata, and site data are evidence and distribution material. They must be reproducible from the recipe.
Apache License 2.0 © lathe-cli