step5-shots-prompts

Generate platform-specific shot prompts and index them for validation.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Perfectz/AIMVDashboard --skill step5-shots-prompts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: step5-shots-prompts
Source: https://github.com/Perfectz/AIMVDashboard/tree/main/skills/step5-shots-prompts
Command: npx skills add https://github.com/Perfectz/AIMVDashboard --skill step5-shots-prompts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Step 5 prompts are the bridge between canon data and platform-specific prompts. This skill compiles shot prompts, indexes them, and validates readiness in the shots page so teams can proceed with generation and review.

Core Features & Use Cases

  • Transform canon data (characters, locations, style, cinematography) and shot intent into platform-specific prompts for Kling, SeedDream, Nano Banana Pro 3, and Suno.
  • Produce 3-4 variations per shot (A/B/C, and D optionally), write prompt files under prompts/<platform>/, and generate an up-to-date prompts_index.json.
  • Validate completeness against bible files and shot_list.json, and expose an API endpoint to trigger prompt runs.

Quick Start

Provide complete Step 5 prompts for a project and index them to ensure all shots are represented and ready for generation.

Frequently Asked Questions about step5-shots-prompts

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

FAQPage Schema
How do I generate platform-specific prompts from canon data and shot lists?

You can generate platform-specific prompts by applying a prompt construction algorithm that transforms canon data and shot intent into outputs for Kling, SeedDream, Nano Banana Pro 3, and Suno. This skill automates that transformation and writes the resulting files to prompts/<platform>/.

Can I automate the indexing and validation of shot prompt variations?

Yes, you can automate indexing and validation of shot prompt variations. The skill produces 3-4 variations per shot, updates the prompts_index.json file, and validates completeness against bible files and shot_list.json.

Does this skill support prompt generation for Suno and Nano Banana Pro 3 platforms?

Yes, this skill supports prompt generation for Suno and Nano Banana Pro 3, alongside Kling and SeedDream. It compiles platform-specific prompts from your project's canon data and shot intent for each supported platform.

What is the best way to manage A/B/C prompt variations for AI video shots?

The best way to manage prompt variations is to automate their construction and write them directly to platform-specific directories. This skill generates A/B/C and optional D variations per shot, ensuring all variations are indexed and ready for generation.

How do I trigger an automated run for Step 5 prompt construction?

You can trigger an automated run for Step 5 prompt construction by using the provided API endpoint. This endpoint initiates the algorithm to compile, write, index, and validate all shot prompts for your AIMVDashboard projects.