agents-md
Installation
SKILL.md
Agent Instructions
Use this skill when a user wants to standardize repository-level agent instructions, especially when they mention:
- integrating
CLAUDE.mdandAGENTS.md - making one file the source of truth
- adopting a redirect-based pattern
- removing duplicated guidance across agent-specific instruction files
Goal
Make AGENTS.md the shared instruction entrypoint for the repo.
In the common case:
- Move or merge reusable repository guidance into
AGENTS.md. - Reduce
CLAUDE.mdto a single@AGENTS.mdredirect. - Keep agent-specific differences only if they are truly necessary.