Agent Recipes
Proven prompt recipes you can use with AI agents. Copy and use them right away.
How to Use
- Click the Copy button on the recipe you want
- Paste it into an AI chat like Antigravity, ChatGPT, Claude, etc.
- Replace the
[bracketed]parts with your actual content
Project Setup
Create a React Project
Start a new project with Vite + React + TypeScript + Tailwind stack
"Create a new project with Vite + React + TypeScript + Tailwind. Include ESLint and Prettier config, and use a feature-based folder structure."
FastAPI Boilerplate
Initial setup for a Python FastAPI backend project
"Create a FastAPI project. Include SQLAlchemy, Alembic, and Pydantic setup. Also add a /health endpoint and basic CORS configuration."
Project Architecture Design
Design a project architecture based on requirements
"Design a project structure for these requirements: [enter requirements here]. Suggest a folder structure, tech stack, and data models."
React Project Bootstrap
Bootstrap a Vite-based React project quickly
"I am starting a new React project. Build an execution plan with Vite + TypeScript + ESLint/Prettier + feature-based structure."
FastAPI Bootstrap
Set up FastAPI backend baseline with test starter
"Create a FastAPI backend starter with /health route, config separation, pytest smoke tests, and a pre-deploy checklist."
Hono Bootstrap
Quickly scaffold a lightweight Hono API server
"I want to bootstrap a Hono API server with minimal structure, /health + CRUD routes, middleware, and test samples."
Development
Create a Component
Create a React component with Props types
"Create a [feature description] component. Define Props types, consider responsive design and accessibility (a11y)."
Add API Endpoint
Create CRUD API endpoints
"Create a CRUD API for [resource name]. Include Pydantic schemas, error handling, and pagination."
Debug Build Failures
Analyze build logs and prioritize likely root causes
"Analyze this build log: [paste build log]. Return Top 3 likely causes, how to verify each cause, immediate fixes, and a prevention checklist in a table."
TypeScript Type Definitions
Generate types matching API responses
"Define TypeScript types for this API response: [paste JSON response here]. Also create reusable utility types."
Add CRUD Endpoints
Add CRUD APIs safely to an existing service
"I need to add [RESOURCE] CRUD endpoints. Include DTO/validation, tests, and response status policy in the implementation plan."
Add Auth (Session/Cookie)
Configure cookie auth and CORS safely
"I need to implement session/cookie auth. Include CORS, SameSite/Secure policy, client credentials setup, and test scenarios."
Review PR Quality
Review PRs with regression-focused checklist
"Review this PR and provide Top 5 regression risks, missing tests, release impact, and a Go/No-Go recommendation with severity."
Deployment
Deploy to Cloudflare Pages
Deploy React/Vite app with SPA rewrites and custom domain
"I want to deploy a React/Vite project to Cloudflare Pages. Provide a step-by-step runbook covering GitHub connection, build settings, _redirects for SPA routing, environment variables, and custom domain setup."
Deploy to Cloud Run
Deploy FastAPI app to Cloud Run with baseline ops settings
"I want to deploy a FastAPI project to Cloud Run. Provide Dockerfile, gcloud deploy commands, environment variable setup, and baseline operations settings (health endpoint, max instances)."
Environment Variable Audit
Audit env vars across local, CI, and production
"Audit environment variables for this project across local (.env), CI/CD, and hosting platform settings. Return missing keys, typos, security risks, and a .env.example draft."
Need more recipes?
If you can't find the prompt you need for your project, please request it via GitHub Issues .
Last updated: February 22, 2026 · Version: v0.0.1
Send Feedback
Opens a new issue page with your message.
Open GitHub Issue