소스 정보
- 저장소
- Legend101Zz/ScrollStack
- 최근 소스 활동
- 2026년 7월 21일 19:21
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.