Standards for creating AGENTS.md files that guide AI coding agents. Use when writing AGENTS.md, documenting project conventions for AI, creating agent instructions, or establishing coding standards for AI assistants.
Creates AGENTS.md files that provide explicit instructions for AI coding agents working with your codebase. Use when establishing project conventions, documenting coding standards, or setting up AI agent guidance for new or existing projects.
/plugin marketplace add L-Sypniewski/claude-code-toolkit/plugin install documentation-templates@claude-code-toolkitThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples/stocktoolset-agents-md.mdtemplates/basic-agents-md.mdStandards for creating AGENTS.md files - dedicated instructions for AI coding agents working with your codebase.
AGENTS.md is the "README for AI agents" - a machine-readable guide that provides explicit instructions for AI coding tools (like Claude, Copilot, Cursor) working with your project. Unlike README.md (for humans), AGENTS.md gives AI agents unambiguous, step-by-step guidance.
Important: For large projects or monorepos, use modular organization (nested AGENTS.md files and referenced detail files) to save context window space. See the agents-md-organization skill for patterns.
For the complete template with all sections, see templates/basic-agents-md.md.
Required sections:
Optional sections: Coding Conventions, Testing Guidelines
Include at minimum: Stack, Principles, Project Overview, Repository Structure, and Key Commands.
npm install && cp .env.example .envProvide copy-paste ready commands. AI agents will execute them literally.
Review and update AGENTS.md when project structure or conventions change.
AGENTS.md works alongside Claude Code agents:
For a complete real-world example, see examples/stocktoolset-agents-md.md.
agents-md-organization skill for modular structureexamples/ORGANIZED-STRUCTURE-EXAMPLE.md for organized structureFor large AGENTS.md files (>500 lines): Use /organize-agents-md command to reorganize into efficient modular structure.