Generate comprehensive documentation from code including API docs, architecture overview, and getting started guide.
Generate documentation for this codebase. Create: 1. Getting Started guide: - Prerequisites (runtime, tools, env vars) - Installation steps (clone, install, configure) - Running locally (dev server, tests, build) - Common issues and solutions 2. Architecture overview: - Directory structure with purpose of each folder - Data flow diagram (text-based) - Key design decisions and trade-offs - External service integrations 3. API documentation (for each endpoint): - Method, path, description - Request parameters and body schema - Response schema with examples - Error codes and meanings - Authentication requirements 4. Code conventions: - Naming patterns used in this codebase - File organization rules - Import ordering - Error handling patterns Read the actual code to generate accurate docs. Don't guess or hallucinate.
Generate optimized .cursorrules files tailored to your project's tech stack, conventions, and team preferences. Covers TypeScript, Python, Rust, Go, and more.
Leverage Cursor's Agent mode to build complete features end-to-end. Handles file creation, terminal commands, dependency installation, and multi-file edits in one flow.
Generate complete React components with TypeScript types, props interface, stories, and unit tests in one prompt.
Generate robust Next.js API routes with Zod validation, error handling, rate limiting, and TypeScript types.
Design database tables with proper types, constraints, indexes, and migration files for PostgreSQL/Supabase.
Generate FastAPI endpoints with Pydantic request/response models, dependency injection, and async database operations.