Recipe catalog (recipe.yaml + SKILL.md bundles) for the
LoopSkill registry — publishable skill sources that
get tarballed and served by wisechef-ai/loopskill-api.
Split out of loopskill-api on 2026-08-11 (bundles0811-P8) to keep the API
repo lean and star-ready. Full commit history for every file here is
preserved from the original repo.
Each top-level directory is one skill slug:
<slug>/
├── recipe.yaml # required — pinned binaries, release_source, metadata
└── SKILL.md # optional — human/agent-readable skill body
loopskill-api does not read this repo directly in production. The live
GET /api/skills/install?slug=<slug> endpoint serves signed tarballs from
skill_versions rows in Postgres, pointing at files under
/var/lib/recipes-skills/ on the prod host. This repo is the source
catalog that tarballs get built from and the input to the daily
version-staleness sweep (app/crons/version_staleness.py --catalog <path-to-this-checkout>
in loopskill-api).
MPL-2.0 (matches loopskill-api). See LICENSE.