Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Claude Prompts — AI-Powered Prompt Engine

Claude Prompts

AI prompt database and builder skill for Claude Code with 2,500+ curated prompts across 19 categories and 17 AI models.

Search, build, enhance, and adapt prompts for Midjourney, Flux, Leonardo AI, DALL-E, Sora, Imagen, Mystic, Stable Diffusion, Ideogram, Adobe Firefly, Freepik, and more.

Features

  • 2,503 curated prompts extracted from 11 Airtable sources
  • 19 categories: fashion-editorial, video, portraits, landscapes, sci-fi, architecture, logos, fantasy, and more
  • 17 AI models: Midjourney (981), Leonardo AI (237), Freepik (172), Mystic (166), Flux (137), and others
  • 4 output types: Video (1,225), Image (1,049), Generator (115), Text (114)
  • 5 skill commands for searching, building, enhancing, adapting, and browsing prompts

Commands

CommandWhat it does
/prompt [query]Search prompts by keyword, category, model, or style
/prompt-buildBuild a custom prompt from scratch with guided workflow
/prompt-enhanceEnhance an existing prompt with pro techniques
/prompt-adaptAdapt a prompt for a different AI model
/prompt-libraryBrowse, filter, and explore the full prompt library

Installation

Requirements

Install (Linux / macOS)

git clone https://github.com/AgriciDaniel/claude-prompts.git
cd claude-prompts
bash install.sh

Install (Windows / PowerShell)

git clone https://github.com/AgriciDaniel/claude-prompts.git
cd claude-prompts
.\install.ps1

Note: The prompt database (prompts/all_prompts.json) is ~5.4 MB. Total repository size is approximately 12 MB.

The install script:

  1. Copies skill files to ~/.claude/skills/
  2. Substitutes path placeholders with your local repo path
  3. Symlinks reference files (no duplication)
  4. Verifies the prompt database and search script

Verify

python3 scripts/search_prompts.py --stats

Usage Examples

Search for prompts

# In Claude Code, just type:
/prompt cyberpunk city

# Or use the search script directly:
python3 scripts/search_prompts.py "cyberpunk city" --limit 5

Filter by model

/prompt --model Midjourney
python3 scripts/search_prompts.py --model "Midjourney" --limit 10

Filter by category

/prompt --category fashion-editorial
python3 scripts/search_prompts.py --category fantasy --limit 10

Get a random prompt

python3 scripts/search_prompts.py --random --model Flux

Build a custom prompt

/prompt-build
# Follow the guided workflow: output type -> target model -> subject -> style

Enhance an existing prompt

/prompt-enhance "A cat sitting on a windowsill"
# Scores your prompt, finds similar top prompts, applies enhancement techniques

Adapt between models

/prompt-adapt
# Translates prompts between Midjourney, Flux, DALL-E, Sora, and other models

Project Structure

claude-prompts/
  prompt-engine/              # Main orchestrator skill
    SKILL.md                  # Entry point with routing table
  skills/                     # Sub-skills
    prompt-build/SKILL.md     # Build custom prompts
    prompt-enhance/SKILL.md   # Enhance existing prompts
    prompt-adapt/SKILL.md     # Adapt between models
    prompt-library/SKILL.md   # Browse the library
  scripts/                    # Python scripts
    search_prompts.py         # Search and filter the database
    extract_prompts.py        # Extract prompts from raw Airtable data
    scrape_airtable.py        # Scrape Airtable shared views (template)
  references/                 # Knowledge files
    model-guide.md            # Model-specific syntax and best practices
    prompt-patterns.md        # Common prompt engineering patterns
  prompts/                    # Prompt database (JSON)
    all_prompts.json          # Master file (2,503 prompts)
    stats.json                # Database statistics
    {category}/prompts.json   # Per-category files (19 categories)
  install.sh                  # Installation script

Categories

CategoryCountDescription
fashion-editorial473Fashion, editorial, magazine shoots
video-general287Video-specific prompts
general221Multi-purpose prompts
portraits-people198Faces, characters, headshots
landscapes-nature180Mountains, oceans, forests, sunsets
abstract-backgrounds171Gradients, patterns, wallpapers
sci-fi-futuristic135Cyberpunk, robots, space, neon
architecture129Buildings, interiors, cityscapes
logos-icons116Logo design, icon sets, branding
generators115Meta-prompts that create prompts
text114Copywriting, content, storytelling
animated-3d92Pixar, 3D renders, anime
vehicles82Cars, motorcycles, racing
superheroes58Marvel, DC, superhero art
fantasy56Dragons, magic, medieval, mythical
products42Product photography, packshots
animals18Wildlife, pets, creatures
food-drink11Food photography, recipes
print-merchandise5T-shirts, stickers, merch

Adding Your Own Prompts

The extraction pipeline supports Airtable shared views:

  1. Add your Airtable shared view URLs to scripts/scrape_airtable.py (TABLES dict)
  2. Install Playwright: pip install playwright && playwright install chromium
  3. Run the scraper: python3 scripts/scrape_airtable.py --output raw
  4. Extract and categorize: python3 scripts/extract_prompts.py --input raw --output prompts
  5. Reinstall: bash install.sh

Attribution & Disclaimer

The prompts in this database were collected from publicly shared Airtable views and community sources. If you are the original creator of any prompt and would like it removed or credited differently, please open an issue and we will address it promptly. This project is intended for educational and creative purposes. Always respect the original creators' rights and terms of service.

Support

License

MIT


Author

Built by Agrici Daniel - AI Workflow Architect.

关于 About

AI prompt database and builder skill for Claude Code. 2,500+ curated prompts across 19 categories and 17 AI models.
aiclaude-codeopen-sourceprompt-engineeringprompts

语言 Languages

Python85.5%
PowerShell8.8%
Shell5.7%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
17
Total Commits
峰值: 10次/周
Less
More

核心贡献者 Contributors