# Repo Agent Kit generator

The generator creates repository instruction files for Codex, Claude Code, Cursor, and GitHub Copilot. It runs in the browser and does not upload the project details entered into the form.

## Inputs

- Project name and purpose
- Primary stack and package manager
- The repository's real validation command
- Optional project-specific constraints
- Guardrails for scope, testing, accessibility, and documentation

## Outputs

- Codex: `AGENTS.md`
- Claude Code: `CLAUDE.md`
- Cursor: `.cursor/rules/project.mdc`
- GitHub Copilot: `.github/copilot-instructions.md`

The result can be copied or downloaded. Verify every generated command and path against the repository before committing it.

Use the generator: https://repoagentkit.com/#generator

