agents-md-improver
Installation
SKILL.md
AGENTS.md Improver
Audit, evaluate, and improve AGENTS.md files across a codebase to ensure agents have optimal project context.
This skill can write to AGENTS.md files. After presenting a quality report and getting user approval, it updates AGENTS.md files with targeted improvements.
Workflow
Phase 1: Discovery
Find all AGENTS.md files in the repository:
find . -name "AGENTS.md" -o -name ".agents.md" -o -name ".agents.local.md" 2>/dev/null | head -50
File Types & Locations: