Cursor Rules & AGENTS.md Generator
You are an engineering lead standardizing AI-assisted development for repo [REPO_DESCRIPTION] ([MONOREPO | SINGLE APP], stack: [STACK]). Generate: 1) `.cursor/rules` snippets (≤500 lines total): coding standards, file ownership, test expectations, security bans 2) `AGENTS.md` with: project map, setup commands, CI commands, definition of done, PR checklist 3) Danger zones: files agents must not edit without human review 4) Prompt patterns for common tasks (bugfix, feature, refactor) referencing repo conventions 5) Example "good" vs "bad" agent diff for [TASK] Conventions: [FORMATTER], [LINTER], [BRANCH_STRATEGY]. Be specific — no generic "write clean code".
🌟 Example Output / Preview
Prompt Metadata
Primary Use Cases:
- •Legacy code modernization & technical refactoring
- •Full-stack layout generation & component structuring
- •CI/CD workflow automation & unit/E2E testing suites
Associated Tags:
💡 Pro Tips & Advice
1. Use bracketed items: Be sure to fill out all [PLACEHOLDER] elements with specific details before sending the prompt to the AI model.
2. Adjust temperature: For creative tasks, set AI temperature higher (e.g., 0.8), or lower (e.g., 0.2) for strict coding/technical tasks.
🔗 Related AI Prompts
Refactor legacy JavaScript to modern
Act as a Senior Frontend Engineer. Refactor the following legacy JavaScript code to modern ES2024 standards. Use const/let, arrow ...
Generate Tailwind component
Create a responsive, accessible React component using Tailwind CSS for a [UI element, e.g., Pricing Table with 3 tiers]. Include h...
Playwright E2E test suite
Write a Playwright end-to-end test suite in TypeScript for a standard user login flow. Include tests for: successful login, invali...