Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopSkill Recipes

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.

Layout

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

How this catalog is served

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).

License

MPL-2.0 (matches loopskill-api). See LICENSE.

About

Skill recipe catalog for LoopSkill (recipe.yaml + SKILL.md bundles) — split out of loopskill-api for star-readiness (P8, 2026-08-11).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages