AGENTS.md · CLAUDE.md · .cursorrules · Copilot
Your AI tools each want
their own rules file.
Cursor reads .cursorrules. Claude reads CLAUDE.md. Codex and
Copilot want something else again. Write the rules once, convert to whatever the others
expect, and scaffold a fresh AGENTS.md if you don't have one yet.
$
npx agentsync convert .cursorrules --to agents
Try it
Runs entirely in your browser. Nothing leaves the page.
→
Paste your file — or drop a file here
AGENTS.md
How it works
1
Parse
Whatever you paste gets read into one neutral shape: intro, sections, file globs.
2
Keep what matters
Things that don't map cleanly, like Cursor globs or Claude @imports, show up as warnings instead of vanishing.
3
Render
That shape is written back out in the format you asked for. One parser plus one renderer per tool.