rules-manager
Installation
SKILL.md
<core_principle> Rules consume tokens on every agent run. Keep them minimal, specific, and discoverable.
Two-tier system:
- AGENTS.md — Always loaded. Acts as the index + universal rules.
- .agents/rules/*.md — Modular rule files for focused topics (changelog, testing, deployment, etc.).
CRITICAL invariant: Every file in .agents/rules/ must be referenced in AGENTS.md so agents know it exists. AGENTS.md without a reference = orphaned rule = invisible to agents.
</core_principle>
<file_layout>