Skip to content

AI Developer Cookbook

Your team just adopted AI coding tools and everyone is asking the same question: “What do I actually type into the prompt box?” This cookbook answers that with 500+ battle-tested, copy-paste prompts organized by technology stack. No theory, no fluff — just recipes that work when you paste them into Cursor, Claude Code, or Codex.

  • Ready-to-paste prompts for every major framework and language
  • Recipes that work across all three tools with tool-specific variations where they matter
  • Real scenarios pulled from production codebases, not toy examples
  • Expected outputs so you know what good looks like

Every recipe in this cookbook follows the same format:

  1. Scenario — the real-world problem you are solving
  2. Prompt — the exact text to paste into your tool, inside an Aside block so it stands out
  3. Expected output — what the AI should produce, so you can verify quality
  4. Tool variationsTabs showing Cursor, Claude Code, and Codex differences where the workflow diverges

Pick your stack and paste a prompt. Here is a taste of what each section offers:

Open Agent mode with Cmd/Ctrl + I and paste any recipe prompt. Cursor will execute file edits, run terminal commands, and iterate until the task is complete. Use Cmd/Ctrl + K for inline edits on a single file.

  • Adapt, do not blindly paste. Replace technology-specific details (database names, API endpoints) with your own, but keep the prompt structure intact.
  • Chain recipes together. A backend API recipe followed by a testing recipe followed by a Docker recipe gives you a complete feature pipeline.
  • Start with the model that fits. Claude Opus 4.6 for complex multi-file tasks. Claude Sonnet 4.5 for fast iteration. Gemini 3 Pro when you need massive context. GPT-5.3-Codex for Codex-native workflows.
  • Use MCP servers for live context. Database MCP servers, Figma MCP, GitHub MCP — these give the AI real data instead of guesses.

Pick a category above and start cooking. Every recipe is self-contained — you do not need to read them in order. If you are new to AI-assisted development, start with the React patterns or Node.js patterns for the most comprehensive introductions.