
Prompt Build
- 7 installs
- 100 repo stars
- Updated April 10, 2026
- agricidaniel/claude-prompts
prompt-build is a Claude Code skill that builds new AI image, video, and text generation prompts from scratch using patterns from a 2,500+ prompt database.
About
prompt-build is a Claude Code skill that constructs AI generation prompts from scratch through a guided workflow. It searches a 2,500+ prompt database for reference patterns, assembles the prompt with a model-appropriate structure, and applies quality checks. A developer uses it to write a new image, video, or text prompt for models like Midjourney, Flux, or Sora.
- Builds AI generation prompts from scratch using patterns from a 2,500+ prompt database
- Supports image, video, and text prompts across Midjourney, Flux, DALL-E, Leonardo, Sora, and more
- Applies quality gates and offers 3 alternative variations per prompt
Prompt Build 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-build capabilities & compatibility
- Capabilities
- prompt authoring · image generation · video generation
- Use cases
- image generation · video generation · copywriting
- Pricing
- Free
What prompt-build says it does
Build custom AI prompts from scratch using guided workflows and patterns from a 2,500+ prompt database.
Build production-quality AI prompts using patterns extracted from 2,500+ curated prompts.
npx skills add https://github.com/agricidaniel/claude-prompts --skill prompt-buildAdd 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
Build a new AI image, video, or text generation prompt from scratch using proven patterns.
Who is it for?
Writing a fresh generation prompt when you have a subject but no starting prompt
Skip if: Terminal, CLI, or code prompts
When should I use this skill?
you say build a prompt, create a prompt, write a prompt, or new prompt
What you get
A production-quality prompt with recommended settings and three variations.
- A full prompt
- Recommended parameters
- Three suggested variations
By the numbers
- 2,500+ curated prompt database
- 5-step build workflow
- prompt quality gate requires >30 characters plus subject and modifier
Files
Prompt Builder
Build production-quality AI prompts using patterns extracted from 2,500+ curated prompts.
Build Workflow
Step 1: Determine Intent
Ask the user (if not already clear): 1. Output type: Image, Video, or Text? 2. Target model: Which AI model? (Midjourney, Flux, DALL-E, Leonardo, Sora, etc.) 3. Subject: What should the prompt create? 4. Style/mood: Any specific aesthetic?
Step 2: Find Reference Prompts
Search the database for similar prompts to use as inspiration:
python3 {PROMPT_ENGINE_DIR}/scripts/search_prompts.py "SUBJECT" --model MODEL --limit 5Step 3: Construct the Prompt
Use this universal structure (adapt per model):
Image Prompts:
[Subject/Action] + [Setting/Environment] + [Lighting/Mood] + [Camera/Lens] +
[Style Reference] + [Technical Parameters]Video Prompts:
[Camera Movement] + [Subject/Action] + [Setting] + [Lighting] +
[Duration/Speed] + [Style] + [Technical]Text Prompts:
[Role/Context] + [Task] + [Constraints] + [Format] + [Tone] + [Examples]Step 4: Apply Model-Specific Syntax
Load {PROMPT_ENGINE_DIR}/references/model-guide.md for model-specific formatting rules:
- Midjourney: Use
--ar,--v,--style,--s,--chaos - Flux: Natural language, detailed descriptions work best
- DALL-E: Direct, descriptive, avoid negative prompts
- Leonardo AI: Use model-specific keywords (Phoenix, Alchemy)
- Sora: Camera movements, scene transitions, temporal descriptions
Step 5: Review and Refine
Present the prompt with: 1. The full prompt text 2. Recommended parameters/settings 3. Similar prompts from the database for comparison 4. Suggested variations (3 alternatives)
Quality Gates
- Prompt must be > 30 characters
- Must include subject + at least one modifier (style, lighting, or camera)
- Must use model-appropriate syntax
- No conflicting instructions (e.g., "realistic" + "cartoon")
Related skills
FAQ
What database does prompt-build draw from?
It uses patterns extracted from a database of 2,500+ curated prompts.
What output types does it support?
Image, video, and text prompts, each with a dedicated universal structure.