film-storyboard-skill

film-storyboard-skill is a skill for Claude Code, Codex from Supreme-Ultimate/novel-to-script-team. It costs 57 tokens per session (1,884 once invoked), scanned A, original, MIT.

A storyboard-writing tool that turns a script, synopsis, or scene outline into prompts for AI-generated images. It first maps key story beats, then expands them into nine-panel and four-panel boards.

In plain words
What is it for?
Use it to create beat breakdowns, nine-panel Beat Boards, and four-panel Sequence Boards for film, short drama, or other visual projects.
Why use it?
It breaks a story into clear visual steps and helps keep characters, locations, lighting, and colors consistent across images. A storyboard is a visual plan of what each shot should show.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create beat breakdowns, nine-panel Beat Boards, and four-panel Sequence Boards for film, short drama, or other visual projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Supreme-Ultimate/novel-to-script-team --skill film-storyboard-skill
Clone the repo
git clone --depth 1 https://github.com/Supreme-Ultimate/novel-to-script-team

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for film-storyboard-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill/github.svg)](https://agentmods.dev/skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill)
Your own site
<a href="https://agentmods.dev/skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill"><img src="https://agentmods.dev/badge/skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for film-storyboard-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill"><img src="https://agentmods.dev/badge/skills/supreme-ultimate/novel-to-script-team/film-storyboard-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,884 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01884
Opus 5 $0.00028 $0.00942
Sonnet 5 $0.00011 $0.00377
Haiku 4.5 $0.00006 $0.00188

Measured 12d ago against content hash d83f2e9449c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

film-storyboard-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/film-storyboard-skill/SKILL.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

影视分镜生成技能

必读

  1. ../../references/00-first-principles.md
  2. ../../references/08-camera-and-cinematography.md
  3. ../../references/09-storyboard-methodology.md

技能说明

影视分镜生成技能,将剧本、故事梗概或分场大纲转化为可用于 AI 出图的分镜提示词。采用分层渐进式流程:先进行节拍拆解识别叙事锚点,再生成 Beat Board 九宫格提示词,最后为每个锚点生成 Sequence Board 四宫格提示词展开段落动作。四宫格生成时以九宫格对应格作为参考图片(垫图),确保人物与场景一致性。

输入

  1. 剧本/梗概/分场文本
  2. 视觉风格(默认:真人风格,可被用户覆盖)

输出

  1. beat-breakdown.md — 节拍拆解表
  2. beat-board.md — Beat Board 九宫格提示词(9格)
  3. sequence-board.md — Sequence Board 四宫格提示词(每个 Beat Anchor 一组,共 9 组 36 格)

执行流程

第一步:生成节拍拆解表

理解输入

  • 读取用户提供的剧本/梗概/分场文本
  • 确认视觉风格(默认:真人风格,可被用户覆盖)

节拍拆解

  • 识别叙事曲线的关键拐点
  • 创建 beat-breakdown.md,将节拍拆解表写入

第二步:生成 Beat Board 九宫格提示词

读取上游产物

  • 读取 beat-breakdown.md

生成 Beat Board 提示词

  • 将 Beat Anchor 转化为九宫格提示词
  • 提示词采用叙事描述式,参考 references/11a-seedance-prompt-methodology.md 的模板与示例
  • 创建 beat-board.md,将九宫格提示词写入

第三步:生成 Sequence Board 四宫格提示词

读取上游产物

  • 读取 beat-board.md

生成 Sequence Board 提示词

  • 为每个 Beat Anchor 生成一组四宫格提示词
  • 必须继承九宫格对应格的人物/场景/光色描述
  • 提示词采用叙事描述式,参考 references/11a-seedance-prompt-methodology.md 的模板与示例
  • 创建 sequence-board.md,将四宫格提示词写入

分镜核心原则

一致性优先原则

  • 四宫格提示词必须继承九宫格对应格的人物/场景/光色描述
  • 发生变化必须显式说明原因

连贯性检查原则

  • 参考 references/09-storyboard-methodology.md 连贯性与剪接相关规则

工程约束原则

  • 九宫格用于"选点与定锚",生成后作为四宫格的参考图片(垫图)
  • 四宫格生成时,使用九宫格对应格作为参考图片输入

节拍拆解(Beat Breakdown)

目的

识别叙事曲线的关键拐点,为分镜提供叙事锚点。

输出格式

Beat Anchor 叙事目的 情绪 时长估算
B1 [叙事目的] [情绪] [时长]
B2 [叙事目的] [情绪] [时长]
... ... ... ...
B9 [叙事目的] [情绪] [时长]

拆解原则

  • 识别 9 个关键拐点(Beat Anchor)
  • 每个 Beat Anchor 对应一个叙事目的和情绪
  • 时长估算用于后续动态提示词生成

Beat Board 九宫格提示词

目的

为 9 个 Beat Anchor 生成九宫格提示词,用于 AI 出图。

输出格式

## Beat Board 九宫格提示词

请生成一张 3×3 九宫格布局的电影分镜图像。每个格子代表一个关键叙事节点(Beat Anchor),所有格子必须保持视觉风格统一。请按照以下规范生成。

### 视觉规范
整体风格:[描述整体美术风格]
色彩基调:[描述全片色彩倾向]
材质质感:[描述关键材质表现要求]

### 宫格布局
第1行:格1-3 / 第2行:格4-6 / 第3行:格7-9

### Panel Breakdown(分镜拆解)

格1——【B1: [叙事目的]】
视角:[完整叙事描述:景别、环境、人物、动作、光线、色调、氛围,融合为流畅段落]
重点:[这个格子的核心视觉元素]

格2——【B2: [叙事目的]】
视角:[完整叙事描述]
重点:[核心视觉元素]

...(共 9 格)

Read the full file on GitHub · 184 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 184 lines · 57 tokens per session scan A d83f2e9449c0

Subscribe to this mod's changes

film-storyboard-skill is a skill published in the GitHub repository Supreme-Ultimate/novel-to-script-team (167 stars, last pushed 4mo ago), licensed MIT. It adds 57 tokens to every session and 1,884 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens