prompt-generator

Generate AI image prompts from storyboard frames with consistent character tokens for multiple platforms.

25|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/buda-ai/bunny-agent --skill prompt-generator-buda-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prompt-generator
Source: https://github.com/buda-ai/bunny-agent/tree/main/templates/videodrone-agent/.claude/skills/prompt-generator
Command: npx skills add https://github.com/buda-ai/bunny-agent --skill prompt-generator-buda-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates consistent, production-ready AI image prompts from storyboard descriptions by injecting character tokens loaded from ./output/characters to ensure cross-frame visual consistency.

Core Features & Use Cases

  • Token Injection: loads tokens from ./output/characters and injects them into every prompt containing a character.
  • Storyboard-to-Prompt Conversion: transforms frame-level descriptions into structured prompts compatible with Midjourney, DALL-E, and Stable Diffusion.
  • Batch Generation & Output: supports batch processing of S01-C01, S01-C02, S01-B01 and exports prompts to ./output/prompts with per-shot files.
  • Platform Adaptation: tailors prompts for multiple platforms and includes negative prompts.
  • Style Foundation: applies a shared style foundation to maintain cross-shot consistency.

Quick Start

Load your storyboard and character tokens, then run the generator to produce per-frame prompts.

Frequently Asked Questions about prompt-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate consistent AI art prompts from a storyboard?▼

To generate consistent AI art prompts from a storyboard, you need a tool that injects predefined character tokens into frame descriptions. This ensures cross-shot visual consistency by applying a shared style foundation to every generated prompt.

Can I generate image prompts for Midjourney, DALL-E, and Stable Diffusion at the same time?▼

Yes, you can generate image prompts for Midjourney, DALL-E, and Stable Diffusion simultaneously. The generation process adapts frame descriptions into structured prompts tailored for each platform, including specific negative prompts.

What is character token injection in AI prompt generation?▼

Character token injection in AI prompt generation is the process of loading character definitions from a directory and automatically inserting them into prompts. This mechanism enforces visual consistency across multiple storyboard frames.

How do I batch process storyboard frames into individual AI image prompts?▼

You can batch process storyboard frames into individual AI image prompts by loading frame descriptions like S01-C01. The system processes each shot and exports discrete per-shot files into a designated output directory.

What do I need to set up before converting storyboards to AI image prompts?▼

Before converting storyboards to AI image prompts, you must prepare character tokens in a specific output directory and define a shared style foundation. These elements are loaded automatically to ensure cross-shot consistency.