agents-md-improver

Audit and improve AGENTS.md and CLAUDE.md project-rules files with graded quality reports.

507|40|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/waybarrios/opencode-power-pack --skill agents-md-improver-waybarrios
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agents-md-improver
Source: https://github.com/waybarrios/opencode-power-pack/tree/main/skills/agents-md-improver
Command: npx skills add https://github.com/waybarrios/opencode-power-pack --skill agents-md-improver-waybarrios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Project-rules files like AGENTS.md and CLAUDE.md often become stale, incomplete, or unsupported by the AI client in use, causing agents to work with inaccurate project context. This Skill audits every rules file in a repository, grades each against a quality rubric, and applies targeted improvements only after user approval. ## Core Features & Use Cases - Full rules-file discovery: Scans the repository for AGENTS.md, CLAUDE.md, CLAUDE.local.md, .claude/rules files, OpenCode instructions, and Claude @ imports, with client-specific resolution behavior for Codex, OpenCode, and Claude Code. - Graded quality assessment: Scores each file on commands, architecture clarity, currency, and actionability, producing an A–F grade with a per-criterion breakdown. - Approval-gated updates: Presents a quality report first, then proposes minimal diffs and applies edits only after user confirmation. - Use Case: After a major refactor, ask the agent to audit your AGENTS.md; it finds stale build commands and missing test instructions, shows a scored report, and updates the file with your approval. ## Quick Start Ask the agent to audit and improve the AGENTS.md and CLAUDE.md files in this repository and show a quality report before making any changes.

Frequently Asked Questions about agents-md-improver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit and improve my AGENTS.md file?▼

Ask the agent to audit your AGENTS.md or CLAUDE.md. The Skill scans the repository for every rules file, grades each against a quality rubric covering commands, architecture, and currency, then proposes targeted edits that are applied only after your approval.

What makes a good AGENTS.md or CLAUDE.md file?▼

A strong rules file is concise, actionable, and current, with copy-paste-ready build and test commands, architecture notes, and non-obvious gotchas. The Skill grades files on these criteria and flags stale commands, missing setup steps, and undocumented quirks.

Does Claude Code read AGENTS.md files?▼

Claude Code does not natively read AGENTS.md. The recommended portable layout keeps canonical content in AGENTS.md and adds a CLAUDE.md containing an @AGENTS.md import, which Claude resolves through its import mechanism.

Are CLAUDE.local.md and .agents.local.md supported rules files?▼

CLAUDE.local.md is Claude-native but not recognized by Codex or OpenCode. Names like .agents.local.md and .claude.local.md are unsupported in the verified clients, and the Skill reports them as findings rather than effective rules.

Will the Skill modify my rules files automatically?▼

No. The Skill always outputs a quality report first, then shows proposed diffs with explanations. Changes are applied only after you explicitly approve them, preserving the existing file structure.