agents-md
Installation
SKILL.md
AGENTS.md
Audit, evaluate, create, and maintain AGENTS.md files across a repository to optimize project memory and context for AI assistants.
Use the open AGENTS.md format reference at https://agents.md/ for baseline conventions: AGENTS.md is plain Markdown with no required fields, and nested files can scope instructions by directory. Repo evidence and explicit user instructions still govern the concrete content you write.
Quick start
Run this flow to check or create AGENTS.md:
- Scan for existing
AGENTS.mdandCLAUDE.mdfiles, and check ifCLAUDE.mdis already a symbolic link pointing toAGENTS.md. - Ask the user (via interactive prompts or user questions) if they want to maintain Claude Code compatibility. If
CLAUDE.mdis already a symbolic link pointing toAGENTS.md, skip this step and automatically proceed under the assumption that compatibility is desired. - Choose the target
AGENTS.mdexplicitly before editing. - Generate or improve
AGENTS.mdwith build/test/run commands, code styles, and workflows. - If Claude compatibility is active or selected, establish/verify the symbolic link from
CLAUDE.mdtoAGENTS.mdand explain it inAGENTS.md.