agentsmd-claudemd-generator
Installation
SKILL.md
AGENTS.md & CLAUDE.md Generator
What You'll Do
Generate two files for the repository:
AGENTS.md— Cross-tool agent instructions following the open standard (https://agents.md). Supported by Claude Code, Cursor, Windsurf, Zed, GitHub Copilot, OpenAI Codex, Aider, and many others. This is the primary file containing project context, conventions, and workflows.CLAUDE.md— Claude Code-specific configuration that references AGENTS.md via@importand adds any Claude-specific instructions. This avoids duplicating content across two files.
Why two files?
- AGENTS.md is the cross-tool standard — any AI coding tool reads it. Put all project knowledge here.
- CLAUDE.md is Claude Code-specific. It should be thin: point to AGENTS.md and only add what's Claude-unique.
- This means you maintain docs in one place (AGENTS.md) and every tool benefits.