Copy-paste prompts, rules & checklists for AI coding agents
Prompts, rules, checklists, and context packs for AI coding agents. No login, no setup — built to be read by humans and by your agent.
Browse by type
Prompts
Copy-paste task prompts for AI coding agents.
Rules
AGENTS.md, Cursor & Claude rules for your stack.
Playbooks
Prompt-to-PR playbooks: the full SOP for a change.
Checklists
Review checklists for AI-generated code.
Failures
Common AI failure patterns and how to fix them.
Context Packs
Copyable context packs for whole project types.
Popular right now
Prompt to Add Better Auth to Next.js with PostgreSQL
A copy-paste prompt for adding Better Auth and PostgreSQL session handling to a Next.js App Router project.
AGENTS.md Rules for a Next.js SaaS App
A drop-in AGENTS.md that keeps AI coding agents on-stack and on-convention in a Next.js SaaS codebase.
AI Coding Rules for SEO Content Sites
AGENTS.md rules for SEO-focused content sites that prevent duplicate metadata, enforce structured data, and keep agents from breaking crawlability.
Prompt-to-PR: Add Better Auth to a Next.js App
Full SOP for wiring Better Auth into a Next.js App Router project — sessions, email/password, OAuth, and middleware protection in one pass.
Checklist for Reviewing AI-Generated API Routes
A human review checklist for REST and RPC API routes written by AI coding agents — authentication, input validation, rate limiting, and error handling.
Checklist for Reviewing AI-Generated SQL Queries
A human review checklist for SQL written by AI coding agents — correctness, injection, performance, and migrations.