This repository is a trusted internal registry of agent skills.
Design notes and history are tracked in beads; this repo stays “runtime-minimal”.
docs/PRD.mdfor the canonical specdocs/BOOTSTRAP.mdfor usage and update policydocs/SECURITY.mdfor supply-chain guardrailsdocs/CONTRIBUTING.mdfor adding skills and local checks
skills/<skill-name>/SKILL.mdtemplates/for generating project overlayscatalog/skillsets.jsonfor bootstrap selection
- Install
project-bootstrapglobally:- Codex:
~/.codex/skills/project-bootstrap/ - Claude:
~/.claude/skills/project-bootstrap/(optional; claude support is TODO)
- Codex:
- Run bootstrap inside a project repo:
python3 .agent/skillregistry/skills/project-bootstrap/scripts/bootstrap.py init \
--skillregistry-git <GIT_OR_PATH> \
--skillregistry-ref <REF>Bootstrap is safe to re-run: registry skills update, overlays are protected.
Overlays are prefixed (<prefix>-project-workflow, <prefix>-api-*) and overwritten only if unchanged since last generation.
Use --force-overwrite-overlays to overwrite anyway.
Use --install-method local for offline/tests and --project-prefix to override the prefix.
Claude targets are currently skipped (recorded in .agent/skills_todo.md).
See docs/BOOTSTRAP.md for the full flow and docs/PRD.md for the canonical spec.