用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Legend101Zz/ScrollStack --skill manga-page-writing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | manga-page-writing |
| description | Write source-grounded page scripts before layout or image generation. |
| version | 1.2.0 |
Turn the accepted MangaPlan into a bounded page-script-set.v1 whose page
entry/exit states, panel beats, camera/blocking, text intent, page-turn payoff,
and source lineage are explicit.
submit_page_script_set.All objects reject unknown keys. Submit:
PageScriptSet {
schema_version: "page-script-set.v1",
script_set_id, project_id, plan_artifact_id, context_pack_id,
pages: PageScript[]
}
PageScript {
page_id, page_index (contiguous from 0),
page_kind: standard|splash|spread_left|spread_right,
entry_state, exit_state, page_turn_panel_id?,
panels: PageScriptPanel[], text_elements: TextElement[]
}
PageScriptPanel {
panel_id,
purpose: setup|action|reaction|reveal|transition|insert|payoff,
story_beat,
importance: low|medium|high|page_turn,
tempo: hold|normal|quick|impact,
camera: { shot: extreme_wide|wide|medium|close_up|extreme_close_up|insert|pov,
angle: eye|high|low|dutch|over_shoulder,
movement: static|pan|push_in|pull_out|tracking },
blocking: [{ subject_ref, pose, expression, anchor:{x,y}, scale,
facing:left|right|front|away,
depth:foreground|midground|background }],
environment_ref?, prop_refs, focal_regions, avoid_text_regions,
motion: { direction?, speed?, effects:[] },
source_refs, source_fact_ids
}
TextElement {
text_id, panel_id,
kind: dialogue|thought|narration|monologue|sfx,
content, speaker_ref?, emotion?, writing_direction: horizontal|vertical,
shape: oval|round_rect|thought_cloud|jagged|caption|free_sfx,
preferred_region:{x,y,width,height}, tail_target?:{subject_ref?,point:{x,y}},
typography:{font_token,weight,min_px,max_px,emphasis:normal|bold|whisper|shout},
overflow:fit|reflow|split|reject, z_index
}
All normalized coordinates and sizes are in 0..1, and boxes must remain
inside the page. Dialogue requires speaker_ref. Narration and SFX cannot have
a tail. Copy each source_ref exactly from the accepted MangaPlan; do not alter
its book, source-unit, page, or hash fields. Use only accepted fact IDs.
For the Phase 1 two-page goal backed by a three-beat MangaPlan:
0 and 1;standard for both page kinds;blocking, prop_refs, focal_regions, avoid_text_regions,
source_fact_ids, and text_elements arrays;{ "effects": [] } for motion when no motion is required;Do not add panels or lettering merely to make the script look complete. The thumbnail stage, not this stage, owns layout geometry.
When the typed goal asks for target_page_count: 10 and the accepted MangaPlan
contains twenty beats:
0 through 9;char_kai as the recurring dramatized narrator when the accepted plan
includes that character intent;The full-book edition is still bounded. Do not add an eleventh page, a twenty- first panel, or a third panel to any page.
RenderedPage artifacts or renderer commands.