AI prompts that actually work.
A practical directory where builders share prompts for AI coding agents, engineering workflows, and tools that help you ship ideas faster.
Senior Code Review
Critical review for correctness, edge cases, security, and maintainability before merge.
Built for agentic coders
Prompts for the AI coding tools you already use.
We support prompts for coding agents and AI tools in general. These are just a few favorites from the ecosystem.
Browse by category
Start with a use case, then copy and adapt the prompt.
Featured prompts
Prompts with clear structure, reusable context, and practical output.
Implement a vertical slice of this feature — thinnest path end-to-end. Rules: - One happy path only — no edge cases yet unless trivial - Real persistence and UI wire-up, not mocks (unless spike labeled) - Tests for the happy path - List follow-up slices explicitly Goal: learn fast with something demoable today.
Explore this repository and draft an AGENTS.md for coding agents. Include only durable facts: - What the product does - Stack and key directories - How to run dev, test, lint - Database/auth conventions - What not to do (destructive migrations, etc.) Exclude secrets and one-off tickets. Keep under 80 lines. Use bullet points.
Do not write implementation code yet. Produce a spec for this feature. Include: 1. Problem statement and success metrics 2. User stories with acceptance criteria (Given/When/Then) 3. Non-goals and out of scope 4. API / data model sketch 5. Risks and open questions Stop and wait for approval before coding.