What problem does it solve?
AI project guidelines and skill definitions are often scattered, inconsistently updated, and out of sync with generated contexts. ai-guidelines provides a centralized, version-controlled source of truth for AI guidelines and skill definitions, ensuring consistent behavior across CLAUDE.md, AGENTS.md, and related outputs.
Core Features & Use Cases
- Centralized source of truth: Guidelines in .ai/guidelines and skills in .ai/skills, ensuring consistency.
- Auto-generation & sync: After edits run the package-boost:sync to update CLAUDE.md, AGENTS.md, and generated skill files under .claude/skills/ and .github/skills/.
- Safe editing workflow: Edit only in .ai/; generated files are overwritten to reflect source changes.
- Activation triggers & governance: Clearly defined triggers to activate or modify AI skills and guidelines.
Quick Start
Edit the AI guidelines and skill definitions under .ai/, then run vendor/bin/testbench package-boost:sync to propagate changes to generated files.