Coding Agent Generator
Generate starter instruction files for coding agents. Select AGENTS.md, CLAUDE.md, GEMINI.md, Cursor Rules, Windsurf Rules, or generic instructions โ fill in your project details once and get all formats simultaneously.
Output formats
Project Info
Commands
Coding Rules
Constraints
Verification Steps
Files / Dirs to Avoid
Security & Additional Instructions
// Fill in project details to generateโฆ
Supported Formats
| Format | File |
|---|---|
| AGENTS.md | AGENTS.md |
| CLAUDE.md | CLAUDE.md |
| GEMINI.md | GEMINI.md |
| Cursor Rules | .cursor/rules |
| Windsurf Rules | .windsurfrules |
| Generic Instructions | AGENT_INSTRUCTIONS.md |
What to include in coding agent instructions
Commands
dev, build, test, lint, typecheck โ the agent needs to know these to verify its work.
Architecture notes
Where things live, how files are organised, what patterns are used. Prevents the agent from creating files in wrong locations.
Coding rules
Style preferences, framework conventions, prohibited patterns. Reduces review iterations.
Files to avoid
dist/, .env, generated files. Prevents the agent from overwriting build output or secrets.
Privacy: This tool runs in your browser. Your project details are never uploaded or stored.
Frequently Asked Questions
What is AGENTS.md?
What is CLAUDE.md?
What are Cursor Rules?
Can I generate multiple formats at once?
Are these files guaranteed to work with each agent?
Is my data uploaded anywhere?
Related Tools
Claude Skill Generator
Generate starter Claude Skill files โ SKILL.md, README.md, folder structure, and files checklist โ from a form.
Agent Task Prompt Generator
Generate clear, structured task prompts for coding agents โ Claude Code, Cursor, Codex, Windsurf, Gemini CLI, and more.
MCP Tool Definition Generator
Generate MCP tool definitions from a form โ name, description, typed input fields, and required arrays.