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.
npx skills add Supreme-Ultimate/novel-to-script-team --skill art-design-skillgit clone --depth 1 https://github.com/Supreme-Ultimate/novel-to-script-teamWrote 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.
[](https://agentmods.dev/skills/supreme-ultimate/novel-to-script-team/art-design-skill)<a href="https://agentmods.dev/skills/supreme-ultimate/novel-to-script-team/art-design-skill"><img src="https://agentmods.dev/badge/skills/supreme-ultimate/novel-to-script-team/art-design-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.
<a href="https://agentmods.dev/skills/supreme-ultimate/novel-to-script-team/art-design-skill"><img src="https://agentmods.dev/badge/skills/supreme-ultimate/novel-to-script-team/art-design-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.04598 |
| Opus 5 | $0.00020 | $0.02299 |
| Sonnet 5 | $0.00008 | $0.00920 |
| Haiku 4.5 | $0.00004 | $0.00460 |
Grade A, and why
art-design-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.
How it starts
The opening of the file, as written. The whole thing — 315 lines — stays where its author put it; the contents beside it link to each section on GitHub.
服化道设计技能
必读
../../references/00-first-principles.md../../references/10a-action-dialogue-scenes.md../../references/10b-atmosphere-fantasy.md../../references/11b-image-motion-prompt.md../../references/12-genre-specific-techniques.md../../references/19-micro-drama-storyboard-system.md— 微短剧分镜两阶段系统(第一阶段:视觉词典)- 使用时机:AI微短剧项目,创建角色和场景提示词时
- 核心价值:参考视觉词典的角色词条、场景词条、物件词条标准,确保描述精度和可复制性
- 关键要求:外貌锁定(5个以上可视化细节)、服装档案(可直接复制的完整描述)、空间锁定(材质、色彩、氛围)
../../references/20-frame-description-elements.md(帧图描述完整元素表)
进阶参考(按需查阅)
../../references/15-color-psychology.md— 色彩心理学(色彩情绪映射、色彩叙事、类型化色彩)- 使用时机:设计场景色调、角色服装色彩时
../../references/17-lighting-narrative.md— 光影叙事(光影情绪映射、光线类型与情绪)- 使用时机:设计场景光照状态时
技能说明
美术设计技能,将导演提供的人物清单和场景清单转化为可直接用于文生图工具生成参考图的详细提示词。
人物提示词出图格式:一张图,左半边面部特写,右半边全身正面/侧面/背面设定图,白色背景。
场景提示词出图格式:每个场景独立出图。根据分镜需求标注对应的景别和视角(如全景/俯拍/仰拍/POV等),确保参考图匹配实际拍摄视角。
输入
- 导演分析产出中的人物清单和场景清单
- 已有的
outputs/{剧本名}/assets/character-prompts.md、outputs/{剧本名}/assets/scene-prompts.md和outputs/{剧本名}/assets/prop-prompts.md(如存在)
输出
outputs/{剧本名}/assets/character-prompts.md— 人物提示词(跨集累积,追加式写入)outputs/{剧本名}/assets/scene-prompts.md— 场景提示词(跨集累积,追加式写入)outputs/{剧本名}/assets/prop-prompts.md— 物品/道具提示词(跨集累积,追加式写入)
重要:场景和物品必须分开两个文件,不得混在一起。
执行流程
第零步:确认视觉风格(必须与用户确认)
在生成任何提示词之前,必须先与用户确认视觉渲染风格。 这是最高优先级的决策,直接影响所有提示词的写法。
向用户提供以下选项(或用户自定义):
| 风格 | 说明 | 适用场景 |
|---|---|---|
| 超写实(Hyper-realistic) | 照片级真实感,皮肤毛孔、光影物理准确 | Seedance 写实视频、真人短剧 |
| 写实插画(Realistic Illustration) | 半写实绘画风格,保留手绘质感 | 动态漫画、概念设定 |
| 动漫风(Anime/Manga) | 日系动漫风格 | 动态漫画、二次元项目 |
| 3D 渲染(3D Render) | Pixar/Blender 风格的 3D 角色 | 3D 动画项目 |
| 其他 | 用户自定义风格 | — |
确认后,将风格写入提示词文件的头部作为「视觉风格声明」,所有后续提示词必须遵循此风格。
示例:
**视觉风格声明**:超写实风格(Hyper-realistic),照片级真实感,自然光影,皮肤质感细腻真实,电影摄影质感
重要:不得跳过此步骤。不得自行假设风格。必须等用户明确选择后再继续。
第一步:读取上游产物
- 读取导演分析产出中的人物清单和场景清单
- 读取已有的
outputs/{剧本名}/assets/character-prompts.md、outputs/{剧本名}/assets/scene-prompts.md和outputs/{剧本名}/assets/prop-prompts.md(如存在),了解已设计的人物、场景和物品 - 根据人物清单和场景清单中的"素材状态"列,只为标注为"新增"或"变体"的项设计提示词
- "复用"项跳过,不需要设计
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.
- 12d ago First seen · 315 lines · 40 tokens per session scan A 997304caa6b0
art-design-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 40 tokens to every session and 4,598 once invoked, about $0.0002 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.
Other skills, from other repositories
llm-app-patterns
Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.
prompt-optimization
Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…
enhance-prompt
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
prompt-engineer
Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…
seedance-vocab-en
This skill should be used when an English Seedance 2.0 prompt needs clearer production wording, less generic prose, or precise vocabulary for camera, lighting, motion, VFX, audio, and constraints. Route blocked prompts through seedance-filter for context and boundary review.
ideogram4
Prompting patterns for Ideogram 4 text-to-image — best-in-class in-image text rendering and exact color/layout control via structured JSON captions. Use when generating images that need legible on-image text (title cards, thumbnails, logos, signage, CTAs), precise brand colors, or controlled spatial layout. Triggers…