2,366 lazy-loading AI system prompts — Claude, Claude Code internals, ChatGPT, v0, Cursor, Grok & more
Project description
awesome-prompt-forge
2,366 lazy-loading AI system prompts — Claude, Claude Code internals, ChatGPT, v0, Cursor, Grok, Devin & more
Real-world system prompts extracted from the world's top AI tools. Zero dependencies, lazy-loaded — only reads from disk when you ask for it.
Install
pip install awesome-prompt-forge
npm install awesome-prompt-forge
Python Usage
import prompt_forge as pf
# Load a prompt by name
p = pf.load("claude-5-06-2025")
print(p.content)
# Search by keyword
results = pf.search("linux terminal")
for r in results:
print(r["name"], r["category"])
# List all Claude prompts
claude_prompts = pf.list_prompts(category="claude")
print(len(claude_prompts))
# Count per category
print(pf.categories())
JavaScript Usage
const pf = require('awesome-prompt-forge')
// Load a prompt
const p = pf.load('claude-5-06-2025')
console.log(p.content)
// Search
const results = pf.search('linux terminal')
results.forEach(r => console.log(r.name, r.category))
// List by category
const v0Prompts = pf.listPrompts('v0')
// Stats
console.log(pf.categories())
CLI
# Python CLI
promptforge stats
promptforge search "linux terminal"
promptforge list --category claude
promptforge load claude-5-06-2025
# Node CLI
npx awesome-prompt-forge stats
npx awesome-prompt-forge search "code review"
Categories
| Category | Description | Count |
|---|---|---|
claude |
Official Claude system prompts | 11 |
claude-code |
Claude Code internal agent/skill/tool prompts | 340 |
chatgpt |
GPT-4, ChatGPT, o3/o4 prompts | 18 |
v0 |
Vercel v0 system prompts | 3 |
cursor |
Cursor IDE prompts | 2 |
copilot |
GitHub & Microsoft Copilot | 4 |
grok |
Grok 1/2/3 prompts | 7 |
devin |
Devin 2.0 prompt | 2 |
perplexity |
Perplexity AI prompt | 2 |
llama |
Meta Llama 4 prompt | 1 |
writing |
Writing-focused system prompts | 87 |
general |
Role-based personas (act as...) | 1,857 |
tools |
Manus, Windsurf, Loveable, Replit, etc. | 32 |
Data Sources
- Nymbo/Official_LLM_System_Prompts — MIT
- MoritzLaurer/closed_system_prompts
- fka/awesome-chatgpt-prompts — CC0
- danielrosehill/Writing-System-Prompts — CC-BY-4.0
- Lord1Egypt/awesome-ai-system-prompts
- Piebald-AI/claude-code-system-prompts — MIT
Made with ❤️ by Lord1Egypt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file awesome_prompt_forge-1.0.2.tar.gz.
File metadata
- Download URL: awesome_prompt_forge-1.0.2.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca2485fef66d7139708157da7d0eba5caa8416b2fad3eccacc12caba18fbdee
|
|
| MD5 |
d8dcbef3e4356b12a64ab766bf2e75d0
|
|
| BLAKE2b-256 |
5a4a10bcdf528c6bc49da29a4f869a1f44bcdbf4fcae388688f9cabd15afe746
|
File details
Details for the file awesome_prompt_forge-1.0.2-py3-none-any.whl.
File metadata
- Download URL: awesome_prompt_forge-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
942b22f588fc4e7b686eacbb7876b826ace34b3ed98f4562c50be524f0f91295
|
|
| MD5 |
41b79c6bbb90f4424781a4994bf7bd8c
|
|
| BLAKE2b-256 |
f257d3df966f4f44caf7bf764600c104487940239c69da0e69348b61bf3540c2
|