Copy-paste AI agent workflows for real-world dev tasks - code review, testing, security scanning, DevOps automation
# Agent Recipes > Copy-paste AI agent workflows for real-world developer tasks. A community-driven collection of ready-to-use AI agent workflows. Each recipe is a self-contained prompt you can drop into Claude Code, Cursor, Aider, or any AI coding assistant. ## Recipes ### Code Review | Recipe | Description | |--------|-------------| | [PR Review](recipes/code-review/pr-review.md) | Comprehensive pull request review with security, performance, and style checks | | [Architecture Review](recipes/code-review/architecture-review.md) | High-level codebase architecture analysis and recommendations | | [Dependency Audit](recipes/code-review/dependency-audit.md) | Check for outdated, vulnerable, or unnecessary dependencies | | [Performance Review](recipes/code-review/performance-review.md) | Identify performance bottlenecks and optimization opportunities | ### Testing | Recipe | Description | |--------|-------------| | [Generate Unit Tests](recipes/testing/generate-unit-tests.md) | Auto-generate unit tests for uncovered functions | | [E2E Test Writer](recipes/testing/e2e-test-writer.md) | Generate end-to-end tests from user stories | | [Coverage Gap Finder](recipes/testing/coverage-gap-finder.md) | Find untested code paths and edge cases | ### Migrations | Recipe | Description | |--------|-------------| | [JavaScript to TypeScript](recipes/migrations/js-to-ts.md) | Migrate JS files to TypeScript with proper types | | [React Class to Hooks](recipes/migrations/class-to-hooks.md) | Convert React class components to functional + hooks | | [CJS to ESM](recipes/migrations/cjs-to-esm.md) | Convert CommonJS requires to ES module imports | ### Documentation | Recipe | Description | |--------|-------------| | [README Generator](recipes/documentation/readme-generator.md) | Generate comprehensive README from repo analysis | | [API Docs Generator](recipes/documentation/api-docs-generator.md) | Generate OpenAPI/Swagger docs from code | | [Changelog Writer](recipes/documentatio
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.