Content stays intact
Headings, commands, links, and project-specific rules remain unchanged.
Move an existing repository rule between AGENTS.md, CLAUDE.md, Cursor .mdc, and GitHub Copilot. The converter preserves your Markdown and adds only the target-specific file structure.
Markdown from any supported instruction file works.
Conversion happens entirely in this browser. Instruction contents are never uploaded.
AGENTS.md# Acme dashboard Repository instructions for coding agents working in this project. ## Commands - Install dependencies with `pnpm install --frozen-lockfile`. - Run `pnpm test` after changing application logic. - Run `pnpm lint` before the final handoff. ## Working rules - Follow the existing TypeScript and React patterns. - Keep changes scoped to the requested behavior. - Never discard user-authored changes or expose credentials. ## Definition of done - Relevant checks pass. - The final handoff explains what changed and what was verified.
Place at the repository root. Add narrower AGENTS.md files only where a subtree needs different guidance.
Headings, commands, links, and project-specific rules remain unchanged.
Existing frontmatter is removed before export and valid always-applied .mdc metadata is added only for Cursor.
Every target shows the exact repository path and explains when to split broad rules into scoped files.