Repo Agent Kit
Paste once ยท export four formats

Convert AI coding instructions without rewriting them.

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.

1. Paste your current instructions

Markdown from any supported instruction file works.

83 words

Conversion happens entirely in this browser. Instruction contents are never uploaded.

2. Choose the target

Target instruction format
Save as 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.

Content stays intact

Headings, commands, links, and project-specific rules remain unchanged.

Cursor frontmatter handled

Existing frontmatter is removed before export and valid always-applied .mdc metadata is added only for Cursor.

Scope stays explicit

Every target shows the exact repository path and explains when to split broad rules into scoped files.