A small collection of reusable agent skills.
Install all skills:
bunx skills add zanellig/skillsInstall selected skills:
bunx skills add zanellig/skills --skill bump --skill commitInstall from a local checkout:
bunx skills add ~/projects/skills --skill bump --skill commit --full-depthSee skills/README.md for the full list, generated from each skill's frontmatter:
bun scripts/gen-reference.mjsThe same command updates generated skill-reference sections in existing category and subcategory README.md files. It preserves content outside the generated markers and does not create new category READMEs.
You should not need to run it by hand. Enable the pre-commit hook once per clone and it regenerates and stages the reference on every commit:
git config core.hooksPath .githooksCI runs bun scripts/gen-reference.mjs --check and fails if the committed reference is stale, so this stays a backstop rather than the thing you rely on.