Agents Md Polish — Development skill for Claude Code
a skill to polish AGENTS.md for coding agent better context.
How to install Agents Md Polish
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open legendtkl/agents-md-polish and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agents Md Polish does
a skill to polish AGENTS.md for coding agent better context.
Alternatives in Development
- Contributors — Thank you to everyone who has contributed to making planning-with-files better 16.8k ★
- Notion Meeting Intelligence — Prep meetings by pulling Notion context and tailoring agendas 14.6k ★
- Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
README
agents-md-polish
Audit and polish `AGENTS.md` / `CLAUDE.md` guidance files for code agents (Claude Code, OpenAI Codex). Zero dependencies, Node ≥ 20.
Current scope
v0.1 only supports `AGENTS.md` and `CLAUDE.md` as project guidance files. It can install helper skills/commands for Claude Code and Codex, but it does not read, create, audit, or update other agent configuration formats such as `GEMINI.md`, `.cursorrules`, `.cursor/rules/`, `.windsurfrules`, or GitHub Copilot instruction files.
Why short and executable?
- Anthropic recommends keeping CLAUDE.md under 200 lines: longer files "consume more context and reduce adherence." (memory docs)
- GitHub's study of 2,500 repos found auto-generated AGENTS.md files reduce task success by ~3% and inflate inference cost by 20%+.
- Claude reliably follows ~150–200 instructions per session, and Claude Code's own system prompt already takes ~50 of those. (HumanLayer)
- Splitting into
@importsdoes not save tokens — imported files load in full at launch alongside the importer. Real reduction comes from deleting content, not reorganizing it.
Install
npm install -g agents-md-polish
Or use it without installing:
npx agents-md-polish init --tools claude,codex --yes
Use
cd your-project
agents-md-polish init --tools claude,codex --create-agents --bridge --yes
This installs the explicit agent triggers:
- A
/agents-md-polishslash command for Claude Code - A
$agents-md-polishskill command for Codex
It also installs the skill files those triggers load. Because this example uses `--create-agents` and `--bridge`, it can also create:
AGENTS.md, if none exists. This is a short starter guidance file with TODOs for invariants,
Related Skills
Better Phrase
Better Phrase — English phrasing polish via Claude Code hook.
Smart Rename
Suggest better names based on usage context
Claude Cognitive
🧠 Enhance Claude Code's capabilities with persistent working memory for better context and multi-instance coo
Enigma
✺ Ship better code with your coding agent.
Pi Edward Plugins
Personal better plugins for Pi coding agent
FlowBoard
Local-first project management and persistent context for OpenClaw, Claude Code, Codex, Cursor, and multi-agen
Related Agents
Worker
Orchestrate end-to-end task implementation: understand the task, assess complexity, implement directly or dist
Bead Polisher
Polishes .beads/beads.jsonl in isolated context. Runs the full polish loop (self-containment, dependencies, te
Claude Mem
A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresse