A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A curated collection of battle-tested prompts for agentic coding - Browse, copy, and install as Claude Code skills
A curated collection of battle-tested prompts for agentic coding
"Where'd you get that prompt?! It's lovely!"
"Oh, this old thing? I got it at JeffreysPrompts.com."
Browse. Copy. Export markdown. Ship faster.
JeffreysPrompts.com is a platform for discovering, copying, exporting, and operationalizing curated prompts for AI coding agents like Claude Code, Codex CLI, and Gemini CLI.
At the repo level, it's four closely related layers:
| Component | Purpose |
|---|---|
| Web App | Browse, search, rate, share, and export prompts, bundles, and workflows |
CLI Tool (jfp) | Agent-optimized command-line interface with JSON output, premium sync, and MCP server mode |
| Shared Core Package | Typed prompt registry, bundles, workflows, search, templates, and export helpers used by both app and CLI |
| Rust Workspace | In-progress Rust port of jfp with SQLite-backed local storage and feature-parity tracking |
Claude Code skills are managed separately in Jeffrey's Skills.md (jsm). JFP focuses on prompts and markdown export.
The current codebase also includes roadmap, ratings, review, sharing, referral, history, status, admin, moderation, appeals, DMCA, and support-ticket surfaces around the core prompt experience.
┌─────────────────────────────────────────────────────────────────────────┐
│ │
│ YOU jeffreysprompts.com AGENT │
│ │ │ │ │
│ ├─── Browse prompts ────────►│ │ │
│ │ │ │ │
│ ├─── Copy/export ───────────►│────── jfp export ───────────────►│ │
│ │ │ prompt.md │ │
│ │◄───── Agent uses prompt ───│◄─────────────────────────────────│ │
│ │
└─────────────────────────────────────────────────────────────────────────┘
These prompts come from Jeffrey Emanuel's "My Favorite Prompts" series on Twitter. They're battle-tested patterns refined through extensive real-world usage with AI coding agents.
Generate 30 improvement ideas, rigorously evaluate each, distill to the very best 5
The key insight: by forcing the agent to generate many ideas and then critically evaluate them, you get much better results than asking for "5 good ideas" directly.
Update documentation for recent changes, framing them as "how it always was"
Addresses documentation drift. The framing trick produces cleaner, more professional docs.
Create an agent-optimized CLI for any project
Builds what the agent would want to use, because it WILL be using it. JSON output, token efficiency, quick-start mode.
...and more. Each prompt includes when to use it, tips, and examples.
Visit jeffreysprompts.com to:
curl -fsSL "https://jeffreysprompts.com/install-cli.sh?$(date +%s)" | bash
Usage:
# List all prompts
jfp list
# Fuzzy search
jfp search "brainstorm"
# View a prompt
jfp show idea-wizard
# Copy to clipboard
jfp copy idea-wizard
# Interactive mode (fzf-style)
jfp i
Claude Code skills are managed in Jeffrey's Skills.md (jsm). Use JFP for prompts and markdown export; use JSM for skills management.
| Feature | Description |
|---|---|
| SpotlightSearch | Cmd+K command palette with fuzzy search |
| One-Click Copy | Copy any prompt with animated feedback |
| Basket System | Collect multiple prompts for bulk export |
| Bundles & Workflows | Explore grouped prompt packs and multi-step prompt workflows |
| Ratings & Reviews | Community scoring, summaries, and leaderboard views |
| Sharing & History | Share prompts/bundles/workflows and track recently viewed content |
| Discovery Surfaces | Featured, trending, and personalized "For You" views |
| Roadmap, Referrals, Status | Public product roadmap, referral program, and status pages |
| Category Filters | Filter by ideation, documentation, automation, etc. |
| Tag Filters | Multi-select tags for precise filtering |
| Dark Mode | Automatic theme detection with manual toggle |
| Mobile Optimized | Touch-friendly UI with bottom sheets |
| Markdown + SKILL Export | Download prompts as .md or Claude Code SKILL.md bundles |
| Feature | Description |
|---|---|
| JSON Output | --json flag on every command for agent parsing |
| Fuzzy Search | fzf-style interactive search |
| Quick Start | No args shows intuitive help in ~100 tokens |
| TTY Detection | Auto-switches to JSON when piped |
| MCP Server Mode | jfp serve exposes prompts as MCP resources and tools |
| Registry Cache + Refresh | Local cache status/refresh flow for public registry data |
| Collections, Notes, Sync (Pro) | Premium account features for saving and organizing prompts |
| Graph + Impact Tools | Inspect prompt relationships and export dependency graphs |
| Single Binary | Bun-compiled, no runtime dependencies |
| Cross-Platform | Linux, macOS, Windows builds |
| Cost Estimator (Pro) | Estimate tokens and USD cost per prompt |
The jfp CLI is open source and builds without any Pro account. Pro is only required to authenticate and access private/premium cloud data.
Premium features require an active Pro subscription ($10/month) at: https://pro.jeffreysprompts.com/pricing
If you are not subscribed, Pro commands still exist but will return a clear upgrade hint. The CLI remains fully usable for the public registry without login.
Free (no subscription required):
jfp list, jfp search, jfp show, jfp copy, jfp export, jfp render, jfp suggestjfp bundles, jfp bundle, jfp categories, jfp tags, jfp randomjfp impact, jfp graph export, jfp serve, jfp configjfp status, jfp refresh, jfp open, jfp doctor, jfp about, jfp completion, jfp update-clijfp i (interactive browser)Premium (paid Pro required):
jfp login, jfp logout, jfp whoamijfp save, jfp notes, jfp collections, jfp syncjfp recommendjfp packsjfp costjfp tags suggest, jfp dedupe scanjfp list --mine, jfp search --mine, jfp list --saved, jfp search --saved, jfp search --allBuild (free):
bun installbun run jfp.ts listbun build --compile ./jfp.ts --outfile jfpQuick install:
curl -fsSL "https://jeffreysprompts.com/install-cli.sh?$(date +%s)" | bash
Manual install:
Download for your platform from GitHub Releases:
Linux x64:
curl -L https://github.com/Dicklesworthstone/jeffreysprompts.com/releases/latest/download/jfp-linux-x64 -o ~/.local/bin/jfp
chmod +x ~/.local/bin/jfp
macOS ARM:
curl -L https://github.com/Dicklesworthstone/jeffreysprompts.com/releases/latest/download/jfp-darwin-arm64 -o ~/.local/bin/jfp
chmod +x ~/.local/bin/jfp
jfp # Quick-start help
jfp help # Full documentation
jfp list # List all prompts
jfp list --category ideation # Filter by category
jfp list --tag ultrathink # Filter by tag
jfp list --json # JSON output for agents
jfp search <query> # Fuzzy search
jfp search "robot" --json # JSON output
jfp show <id> # Show full prompt
jfp show idea-wizard --json # JSON output
jfp show idea-wizard --raw # Just the prompt text
jfp random # Pick a random prompt
jfp random --category testing # Filtered random prompt
jfp copy <id> # Copy to clipboard
jfp export <id> # Export as markdown
jfp export <id> --format md # Export as markdown (explicit)
jfp render <id> # Fill prompt variables/context
jfp suggest "<task>" # Task-based recommendations
jfp status # Registry cache status
jfp refresh # Refresh cached registry
jfp config list # Show CLI configuration
jfp config get registry.url # Read a config key
jfp recommend # Personalized recommendations (Pro)
jfp recommend idea-wizard # Related prompts (Pro)
jfp cost idea-wizard # Estimate tokens + cost (Pro)
jfp cost --alerts # Show recent budget alerts (Pro)
jfp login # Authenticate with JeffreysPrompts Pro
jfp logout # Clear local credentials
jfp whoami # Show current account
jfp save <id> # Save a prompt to your library (Pro)
jfp notes <id> --add "..." # Add personal notes (Pro)
jfp sync # Sync premium library locally (Pro)
jfp collections # Manage collections (Pro)
jfp impact <id> # Show downstream dependencies
jfp graph export # Export prompt dependency graph
jfp packs --installed # List installed premium packs (Pro)
jfp packs install <id> # Install/subscribe to premium packs (Pro)
jfp packs update <id> # Update a premium pack (Pro)
jfp packs changelog <id> # View a pack changelog (Pro)
jfp i # Interactive browser (fzf-style)
jfp serve # Start MCP server on stdio
jfp serve --config # Print Claude Desktop MCP config snippet
jfp categories # List categories
jfp tags # List tags with counts
jfp tags suggest <id> # Suggest tags/categories (Pro)
jfp dedupe scan # Scan for duplicate prompts (Pro)
jfp completion --shell zsh # Generate shell completion script
jfp --version
jfp --help
The CLI is designed agent-first. When an AI coding agent uses jfp:
TTY Detection:
# Human in terminal — gets pretty output
jfp search "brainstorm"
# Agent piping output — automatically gets JSON
results=$(jfp search "brainstorm")
echo $results | jq '.results[0].id'
Structured Errors:
{
"error": "prompt_not_found",
"message": "No prompt with id 'foo-bar'",
"suggestions": ["foo-baz", "idea-wizard"],
"exitCode": 1
}
Exit Codes:
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Not found (prompt) |
| 2 | Invalid arguments |
| 3 | Export failed |
| 4 | Network error |
| 5 | Permission denied |
Quick Start Output (~100 tokens):
jfp — Jeffrey's Prompts CLI
QUICK START:
jfp list List all prompts
jfp search "idea" Fuzzy search
jfp show idea-wizard View full prompt
jfp export idea-wizard Export as markdown
ADD --json TO ANY COMMAND FOR MACHINE-READABLE OUTPUT
EXPLORE:
jfp i Interactive browser (fzf-style)
MORE: jfp help | Docs: jeffreysprompts.com
Prompts are defined as TypeScript objects, not markdown files:
// packages/core/src/prompts/registry.ts
export const prompts: Prompt[] = [
{
id: "idea-wizard",
title: "The Idea Wizard",
description: "Generate 30 ideas, rigorously evaluate, distill to best 5",
category: "ideation",
tags: ["brainstorming", "improvement", "ultrathink"],
author: "Jeffrey Emanuel",
twitter: "@doodlestein",
version: "1.0.0",
featured: true,
difficulty: "intermediate",
estimatedTokens: 500,
created: "2025-01-09",
content: `Come up with your very best ideas for improving this project...`,
whenToUse: [
"When starting a new feature or project",
"When reviewing a codebase for improvements",
],
tips: [
"Run this at the start of a session for fresh perspective",
"Combine with ultrathink for deeper analysis",
],
},
];
Why TypeScript-native?
| Benefit | Explanation |
|---|---|
| Type Safety | TypeScript catches missing fields, typos at compile time |
| IDE Support | Full autocomplete for categories, tags, fields |
| No Parsing | No gray-matter, no markdown AST, no regex |
| Single Source | The data IS the code |
The repo is organized around a shared data/model layer with multiple consumers:
| Layer | Location | Responsibility |
|---|---|---|
| Core | packages/core | Prompt registry, bundles, workflows, search, templates, export, cost helpers |
| TypeScript CLI | packages/cli + jfp.ts | Human/agent CLI commands, auth flows, premium sync, MCP server mode |
| Next.js App | apps/web | Public web UI, API routes, install script, public pages, internal ops surfaces |
| Rust CLI Port | crates/jfp | Parallel implementation of jfp with SQLite storage and parity tracking |
The web app prebuild step validates prompt data and generates registry.json / registry.manifest.json from packages/core, keeping the published registry aligned with the typed source data.
jeffreysprompts.com/
├── README.md
├── AGENTS.md # Rules for AI agents
├── PLAN_TO_MAKE_...md # Detailed implementation blueprint
├── Cargo.toml # Rust workspace for jfp port
├── package.json
├── bun.lock
│
├── jfp.ts # CLI entrypoint
├── jfp.test.ts # CLI tests
├── crates/
│ └── jfp/ # Rust CLI port
├── packages/
│ ├── core/ # Shared prompt data, search, export, templates
│ └── cli/ # TypeScript CLI commands and helpers
│
├── .claude/
│ └── skills/ # Internal authoring helpers (not shipped)
│ ├── prompt-formatter/
│ │ └── SKILL.md
│ └── skill-maker/
│ └── SKILL.md
├── apps/
│ └── web/ # Next.js 16 App
│ ├── src/
│ │ ├── app/ # App Router pages
│ │ ├── components/ # React components
│ │ ├── hooks/ # Client hooks for filters, ratings, history, etc.
│ │ └── lib/ # Web-only stores and service modules
│ └── package.json
│
└── scripts/
├── build-cli.sh # Build jfp binaries
├── build-data.ts # Generate registry JSON assets
├── validate-prompts.ts # Validate prompts/bundles/workflows
└── extract-transcript.ts # Extract Claude Code session
The Next.js app exposes more than just prompt listing endpoints. Current route groups include:
/api/prompts, /api/export, /api/featured, /api/skills/[id]/api/ratings, /api/reviews, /api/share, /api/history/api/roadmap, /api/referral/*, /api/status/*, /api/health/*/api/admin/*, /api/appeals, /api/dmca, /api/support/ticketsThose APIs back public browsing features plus internal/admin workflows that live in the same monorepo.
# Clone the repository
git clone https://github.com/Dicklesworthstone/jeffreysprompts.com.git
cd jeffreysprompts.com
# Install dependencies
bun install
# Start development server
cd apps/web
bun run dev
# Run CLI in development
bun run jfp.ts list
# Build CLI binary
bun build --compile ./jfp.ts --outfile jfp
# Web app
cd apps/web
bun run test # Unit tests (vitest + happy-dom)
bun run build # Production build
bun run lint # ESLint
bun run lint:all # ESLint + Oxlint
# CLI
bun run test:cli
Important: Always use bun run test, never bun test. The latter bypasses vitest's DOM environment configuration.
Visit jeffreysprompts.com/how_it_was_made for a unique meta-feature:
The complete, unedited Claude Code session transcript that designed, planned, and implemented this entire site — in a single day.
This page includes:
Why this exists:
Every feature considers the AI agent user first:
--json flag on every CLI commandThe primary action is copying prompts:
JFP is for prompt discovery, copying, and markdown export:
No markdown files, no parsing:
Following brennerbot.org patterns:
This project welcomes contributions, but please note:
The prompts themselves are curated by Jeffrey Emanuel. If you have a prompt suggestion, open an issue to discuss it first.
Bug fixes, performance improvements, and documentation enhancements are always welcome via pull request.
Before contributing:
AGENTS.md for project conventionsPLAN_TO_MAKE_JEFFREYSPROMPTS_WEBAPP_AND_CLI_TOOL.md for architecture contextMIT License (with OpenAI/Anthropic Rider). See LICENSE for details.
jeffreysprompts.com — Curated prompts for agentic coding
Made with Claude Code by @doodlestein
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models