This repository packages Codex Skills for long-form scripts, serialized novels, AI drama episodes, action-heavy short drama, and episode-by-episode story production.
It now includes the four-core workflow:
总创 -> 总审 -> 链创 -> 链审
The original causal-continuity-script-editor skill remains available as a compact continuity-editing workflow.
Copy one or more skill folders into Codex skills:
mkdir -p ~/.codex/skills
cp -R skill/script-total-creation-workflow ~/.codex/skills/
cp -R skill/script-total-review-workflow ~/.codex/skills/
cp -R skill/script-chain-creation-workflow ~/.codex/skills/
cp -R skill/script-chain-review-workflow ~/.codex/skills/Optional legacy compact editor:
cp -R skill/causal-continuity-script-editor ~/.codex/skills/Then open a new Codex session and ask one of these:
Use $script-total-creation-workflow to run 总创 for a 100-episode short-drama framework.
Use $script-total-review-workflow to run 总审 on this long-series framework.
Use $script-chain-creation-workflow to run 链创 for EP01-EP05.
Use $script-chain-review-workflow to run 链审 on this episode group and output a revised readable script first.
| Skill | Chinese workflow | Use for |
|---|---|---|
script-total-creation-workflow |
总创 | Whole-series canon, world/person/map/villain/growth systems, long-line framework, five-episode groups, episode hooks |
script-total-review-workflow |
总审 | Global anti-collapse review, stage causality, resource/object source checks, hook-chain checks, chain-creation handoff |
script-chain-creation-workflow |
链创 | One episode, 3 episodes, 5 episodes, up to 10 local episodes inside approved canon |
script-chain-review-workflow |
链审 / 链神 | Local causality, continuity, action geography, emotion/expression/dialogue review, rewrite-first optimization |
causal-continuity-script-editor remains a smaller all-in-one editor for auditing and rewriting long-form scripts, serialized novels, AI drama episodes, and action-heavy fantasy stories with strict causality, continuity, and logic checks.
It:
- builds an input pack before review
- checks big causality, small action logic, and dramatic wave
- grades issues as S/A/B/C
- requires evidence for each issue
- rewrites the text instead of only commenting
- re-audits the rewrite
- keeps new failure patterns available for future workflow upgrades
skill/script-total-creation-workflow
skill/script-total-review-workflow
skill/script-chain-creation-workflow
skill/script-chain-review-workflow
skill/causal-continuity-script-editor