A shared collection of reusable Codex skills. Each skill lives in its own folder so people can browse the full collection or install one skill at a time.
Starter repo prepared for public GitHub publishing. The first included skill is project-docs-bootstrap.
Browse available skills:
ls skillsList available skills:
scripts/install-skills --listPreview an install without changing files:
scripts/install-skills --dry-runInstall all skills into the default Codex skill directory:
scripts/install-skillsInstall only selected skills:
scripts/install-skills project-docs-bootstrapInstall somewhere else:
scripts/install-skills --target ~/.agents/skills project-docs-bootstrapUse copies instead of symlinks:
scripts/install-skills --mode copy --target ~/.codex/skills project-docs-bootstrapReplace an existing installed skill:
scripts/install-skills --force project-docs-bootstrap- Add a skill as its own folder under
skills/<skill-name>/. - Keep each skill self-contained:
SKILL.md, plus anyreferences/,scripts/,agents/,examples/, ortemplates/it needs. - Install one or more skills with
scripts/install-skills.
Run this after edits:
scripts/validate-skills
ruby -c scripts/install-skills
ruby -c scripts/validate-skillsskills/: reusable skills, one folder per skill.scripts/: helper scripts for installing and validating skills.
MIT License. See LICENSE.