prompts!
Browse

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.

OpenAI
Codex
Claude
Claude Code
Cursor
Kimi
Qwen
Gemini CLI
DeepSeek
OpenCode
Roo Code

Browse by category

Start with a use case, then copy and adapt the prompt.

View all
Coding
Business
Design
Marketing
Research

Featured prompts

Prompts with clear structure, reusable context, and practical output.

Coding
Cursor
Implement the thinnest end-to-end slice of a feature to validate the approach.
396 copies

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.

mvp
workflow
by prompts!
View
Coding
Cursor
Build a concise AGENTS.md-style context file for coding agents working in this repo.
451 copies

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.

agents
documentation
cursor
by prompts!
View
Research
Claude
Write a short spec with acceptance criteria before implementation.
348 copies

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.

planning
spec
by prompts!
View