Central repository for portable AI agent skills, agents, and rules. Single source of truth that generates tool-specific artifacts for Claude Code, Cursor, and GitHub Copilot.
# Install dependencies
pip install -e .
# Generate all artifacts
make generate
# Deploy to a project
make sync TARGET=/path/to/projectprompts/— Canonical, tool-agnostic skills, agents, personas, and fragmentsadapters/— Jinja2 templates that produce tool-specific outputprofiles/— YAML configs defining what to generate per tooldist/— Generated output (committed)scripts/— Build tooling
- Edit canonical prompts in
prompts/ - Run
make generateto rebuilddist/ - Run
make sync TARGET=/path/to/projectto deploy - Run
make diff TARGET=/path/to/projectto check for drift