Rules Manager
Maintain AGENTS.md and modular .agents/rules files.
rules-manager keeps AGENTS.md and .agents/rules/ minimal, specific, and discoverable. Two-tier: the index is always loaded; rule files load on demand.
Invoke
Terminal
$rules-manager
What it does
AGENTS.mdis the index plus universal rules. Domain files live under.agents/rules/.- Add, restructure, or prune rules instead of pasting another wall of Markdown into the always-on file.
- Pairs with Don't overflow memory.
Install
Included in the free bundle:
Terminal
npx aiblueprint-cli@latest agents setup
Install only this skill:
Terminal
npx skills@latest add Melvynx/aiblueprint --skill rules-manager