genstarters
Submit a prompt

✦ Submit

Share the prompt that saved you.

Two ways to submit. Accepted prompts get their own page, a social card, and full credit to you.

Fastest for devs

GitHub PR

Fork the repo, add a Markdown file under src/content/prompts/, open a PR.

Open GitHub →

Easiest for anyone

Submit form

Fill out a short form. We'll open a PR on your behalf and credit you.

What we accept

  • Prompts you've actually used and tested with Claude
  • Specific — not "act as an expert" filler
  • Something that saves the reader at least ten minutes

The Markdown format

Each prompt is a single Markdown file with frontmatter:

---
title: "Code Reviewer for Pull Requests"
description: "A senior-engineer prompt that reviews PRs like Netflix does."
category: role
role: "Developer"
task: "Code review"
model: Claude
tags: ["code-review", "engineering", "prs"]
author: "Your Name"
authorUrl: "https://twitter.com/you"
publishedAt: 2026-01-15
---

You are a principal engineer at a company that values...

## How to use it

1. Paste the prompt into Claude.
2. Attach or paste the diff.
3. Ask for a review.

The body above the "How to use it" heading is the prompt itself. What comes after is documentation for the visitor.