prompt-build
Installation
SKILL.md
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):
- Output type: Image, Video, or Text?
- Target model: Which AI model? (Midjourney, Flux, DALL-E, Leonardo, Sora, etc.)
- Subject: What should the prompt create?
- 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 5
Related skills