| name | webtoon-harness |
| description | Run an end-to-end webtoon production harness — a 27-agent / 4-phase Claude Code agent team that takes a single episode from trend research to a finished vertical-scroll viewer. Use when the user wants to produce a webtoon episode: research popular webtoon trends, write a dialogue-heavy, high-tension, twist-every-episode scenario, render character reference sheets first, render 50+ panels per episode with in-image speech-bubble (Korean dialogue) baking via codex-image, run a generation–validation loop, and assemble a vertical-scroll viewer. Triggers on: webtoon harness, make a webtoon, produce a webtoon episode, webtoon scenario to image, next episode, redraw panel, stronger twist, webtoon trend research. Web data gathering for the trend-research phase routes through the `scrapling` skill. Pure webtoon recommendation/critique is answered directly.
|
| allowed-tools | Bash Read Write Edit Glob Grep WebFetch Agent |
| compatibility | Requires Claude Code with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 for agent-team execution, and the codex CLI (ChatGPT OAuth) for parallel panel image rendering (max 5 concurrent codex sessions). Trend-research web extraction uses the scrapling skill (Python 3.10+). |
| license | MIT |
| metadata | {"tags":"webtoon, agent-team, multi-agent, content-production, codex-image, panel-render, trend-research, scrapling, vertical-scroll, claude-code","version":"1.0","source":"https://github.com/revfactory/webtoon-harness"} |
webtoon-harness — Webtoon Production Agent Team
Keyword: webtoon harness · make a webtoon · produce a webtoon episode · next episode · redraw panel
Respect every source site's terms, robots.txt, rate limits, and copyright when gathering trend
data, and respect platform/IP rules when publishing generated webtoons.
webtoon-harness packages the revfactory/webtoon-harness
Claude Code harness as an installable jeo-skills plugin. It builds one webtoon episode end to end
with 27 specialized agents organized into 4 phase-rebuilt teams: research popular trends →
write a dialogue-driven, high-tension, twist-every-episode scenario → render character reference
sheets first → render 50+ panels per episode with in-image speech-bubble baking → run a
generation–validation loop until every panel passes → assemble a vertical-scroll viewer.
Agent teams require CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
When to use this skill
- Produce a full webtoon episode from trend research to a finished vertical-scroll viewer
- Research webtoon trends: genre/trope momentum, platform rankings, reader reactions, hook/twist reverse-engineering
- Write a dialogue-heavy, high-tension scenario with a twist every episode and a 50+ panel beat sheet
- Render character reference sheets first (the single source of truth for cross-episode consistency)
- Batch-render 50+ panels with in-image Korean speech bubbles baked in, then validate and regenerate
- Assemble panels into a no-overlay vertical-scroll viewer and package a release
- Follow-ups: "next episode", "stronger twist", "redraw panel 23", "re-run only the visual phase"
For pure recommendation or critique ("what should I read?"), answer directly — do not run the harness.
Install (plugin)
npx skills add https://github.com/akillness/jeo-skills --skill webtoon-harness
bash scripts/install.sh
TARGET=/path/to/project bash scripts/install.sh
GLOBAL=1 bash scripts/install.sh
The installer is idempotent. It clones and copies its
and into the target project so Claude Code can discover the agents and the
entry-point skill. See .