
Prompt Engine
- 7 installs
- 100 repo stars
- Updated April 10, 2026
- agricidaniel/claude-prompts
prompt-engine is a Claude Code skill that searches and orchestrates a database of 2,500+ curated AI generation prompts across 19 categories and 17 models for image, video, and text output.
About
prompt-engine is a Claude Code skill that acts as the entry point to a database of 2,500+ curated AI prompts across 19 categories and 17 models. It searches prompts by keyword, category, or model, and routes requests to build, enhance, adapt, or library sub-skills. A developer uses it to find or produce prompts for image, video, and text generation.
- Searchable database and orchestrator for 2,500+ curated AI prompts across 19 categories and 17 models
- Routes to build, enhance, adapt, and library sub-skills from one entry point
- Covers image, video, text, and meta-prompt-generator output types
Prompt Engine by the numbers
- 7 all-time installs (skills.sh)
- Ranked #1,085 of 1,335 Generative Media skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
prompt-engine capabilities & compatibility
- Capabilities
- prompt search · prompt orchestration · image generation · video generation
- Use cases
- image generation · video generation · research
- Pricing
- Free
What prompt-engine says it does
Ultimate AI prompt database and builder with 2,500+ curated prompts across 19 categories and 17 AI models
Do NOT use for terminal/CLI prompts, JavaScript prompt() dialogs, user input prompts, or bash prompt customization.
npx skills add https://github.com/agricidaniel/claude-prompts --skill prompt-engineAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 7 |
|---|---|
| repo stars | ★ 100 |
| Last updated | April 10, 2026 |
| Repository | agricidaniel/claude-prompts ↗ |
What it does
Search and orchestrate a database of 2,500+ curated AI generation prompts across many models and categories.
Who is it for?
Searching and routing across a large curated library of image, video, and text generation prompts
Skip if: Terminal or CLI prompts, JavaScript prompt() dialogs, or bash prompt customization
When should I use this skill?
you say prompt, find a prompt, prompt library, image prompt, video prompt, or any AI prompt engineering task
What you get
Ranked prompt results and routing into the right build, enhance, adapt, or library workflow.
- Ranked prompt search results
- Routing into build/enhance/adapt/library workflows
By the numbers
- 2,503 total prompts
- 19 categories and 17 AI models
- 4 output types (Video 1,225, Image 1,049, Generator 115, Text 114)
Files
Prompt Engine -- Ultimate AI Prompt Database and Builder
2,500+ curated prompts across 19 categories, 17 AI models, and 4 output types.
Quick Reference
| Command | What it does |
|---|---|
/prompt [query] | Search prompts by keyword, category, model, or style |
/prompt-build | Build a custom prompt from scratch with guided workflow |
/prompt-enhance | Enhance an existing prompt with pro techniques |
/prompt-adapt | Adapt a prompt for a different AI model |
/prompt-library | Browse, filter, and explore the full prompt library |
Orchestration Logic
1. If user provides a search query or asks to find/search -> run search workflow below 2. If user wants to create/build a new prompt -> route to /prompt-build 3. If user has an existing prompt to improve -> route to /prompt-enhance 4. If user wants to convert between models -> route to /prompt-adapt 5. If user wants to browse/explore -> route to /prompt-library 6. If ambiguous, show the Quick Reference table and ask
Search Workflow (Default /prompt)
When user provides a search query:
1. Run the search script:
python3 {PROMPT_ENGINE_DIR}/scripts/search_prompts.py "QUERY" [--category CAT] [--model MODEL] [--type TYPE] [--limit N]2. Present results as a numbered list with:
- Prompt text (truncated to 200 chars for preview)
- Category, model, output type
- Tags/styles if available
3. Let user select a prompt to see full details, or refine their search
Error Handling
- 0 search results: Suggest broadening the query, trying different keywords, or removing filters. Offer to show available categories with
--categories. - Script fails: Verify Python 3.10+ is available (
python3 --version). Check that the database exists at{PROMPT_ENGINE_DIR}/prompts/all_prompts.json. - Empty or short prompt input: For
/prompt-enhanceand/prompt-adapt, ask the user to provide a longer prompt (minimum 30 characters).
Database Stats
| Metric | Value |
|---|---|
| Total prompts | 2,503 |
| Categories | 19 |
| AI Models | 17 |
| Output types | Video (1,225), Image (1,049), Generator (115), Text (114) |
| Model coverage | 78% of prompts have model attribution |
| Sources | 11 Airtable databases |
Categories
| Category | Count | Description |
|---|---|---|
| fashion-editorial | 473 | Fashion, editorial, magazine shoots |
| video-general | 287 | Video-specific prompts |
| general | 221 | Multi-purpose prompts |
| portraits-people | 198 | Faces, characters, headshots |
| landscapes-nature | 180 | Mountains, oceans, forests, sunsets |
| abstract-backgrounds | 171 | Gradients, patterns, wallpapers |
| sci-fi-futuristic | 135 | Cyberpunk, robots, space, neon |
| architecture | 129 | Buildings, interiors, cityscapes |
| logos-icons | 116 | Logo design, icon sets, branding |
| generators | 115 | Meta-prompts that create prompts |
| text | 114 | Copywriting, content, storytelling |
| animated-3d | 92 | Pixar, 3D renders, anime |
| vehicles | 82 | Cars, motorcycles, racing |
| superheroes | 58 | Marvel, DC, superhero art |
| fantasy | 56 | Dragons, magic, medieval, mythical |
| products | 42 | Product photography, packshots |
| animals | 18 | Wildlife, pets, creatures |
| food-drink | 11 | Food photography, recipes |
| print-merchandise | 5 | T-shirts, stickers, merch |
Models
Top models: Midjourney (981), Leonardo AI (237), Freepik (172), Mystic (166), Flux (137), Any Platform (97), DALL-E (42), Imagen (26), Sora (24), ChatGPT (22).
Data Paths
- Prompt database:
{PROMPT_ENGINE_DIR}/prompts/ - Master file:
{PROMPT_ENGINE_DIR}/prompts/all_prompts.json - Per-category:
{PROMPT_ENGINE_DIR}/prompts/{category}/prompts.json - Stats:
{PROMPT_ENGINE_DIR}/prompts/stats.json - Search script:
{PROMPT_ENGINE_DIR}/scripts/search_prompts.py
Reference Files
references/prompt-patterns.md-- Common prompt engineering patterns and structuresreferences/model-guide.md-- Model-specific syntax, features, and best practices
Related skills
FAQ
How large is the prompt database?
It contains 2,503 prompts across 19 categories, 17 AI models, and 4 output types.
What sub-skills does prompt-engine route to?
It routes to prompt-build, prompt-enhance, prompt-adapt, and prompt-library based on the user's intent.