Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agricidaniel avatar

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)
At a glance

prompt-engine capabilities & compatibility

Capabilities
prompt search · prompt orchestration · image generation · video generation
Use cases
image generation · video generation · research
Pricing
Free
From the docs

What prompt-engine says it does

Ultimate AI prompt database and builder with 2,500+ curated prompts across 19 categories and 17 AI models
SKILL.md
Do NOT use for terminal/CLI prompts, JavaScript prompt() dialogs, user input prompts, or bash prompt customization.
SKILL.md
npx skills add https://github.com/agricidaniel/claude-prompts --skill prompt-engine

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars100
Last updatedApril 10, 2026
Repositoryagricidaniel/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

SKILL.mdMarkdownGitHub ↗

Prompt Engine -- Ultimate AI Prompt Database and Builder

2,500+ curated prompts across 19 categories, 17 AI models, and 4 output types.

Quick Reference

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

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-enhance and /prompt-adapt, ask the user to provide a longer prompt (minimum 30 characters).

Database Stats

MetricValue
Total prompts2,503
Categories19
AI Models17
Output typesVideo (1,225), Image (1,049), Generator (115), Text (114)
Model coverage78% of prompts have model attribution
Sources11 Airtable databases

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

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 structures
  • references/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.

Generative Mediallmresearchautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.