drama-adapt

Convert web novel text files into episodic comic-drama scripts with outlines and QC reports.

55|10|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/rorojiao/drama-adapt-skill --skill drama-adapt-rorojiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drama-adapt
Source: https://github.com/rorojiao/drama-adapt-skill/tree/main/skill
Command: npx skills add https://github.com/rorojiao/drama-adapt-skill --skill drama-adapt-rorojiao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Adapting a long web novel into a short-form comic-drama (漫剧) script series requires manual plot analysis, character profiling, episode splitting, paywall design, and quality checks. This Skill automates that entire adaptation pipeline from a single novel txt file. ## Core Features & Use Cases - Five-Stage Workflow: Runs novel analysis, character bios, episode outlining, per-episode script writing, and a three-round QC review, with three human confirmation checkpoints. - Paywall-Aware Episode Design: Splits the story into free and paid zones, designs a strong cliffhanger at the paywall point, and enforces per-episode hooks and pacing rules. - Resumable Project State: Tracks progress in project.json so interrupted runs continue from the last completed stage, with commands to rerun specific stages or episodes. - Use Case: Place a 50,000-word web novel txt file in a folder, run the Skill, and receive analysis.md, characters.md, outline.md, scripts/ep001.md through epNNN.md, and a qc_report.md. ## Quick Start Put your novel txt file in a folder and ask the assistant to run /drama-adapt to adapt it into a comic-drama script series.

Frequently Asked Questions about drama-adapt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I adapt a web novel into a comic-drama script?

Place the novel as a txt file in a folder, start Claude Code in that folder, and run /drama-adapt. The Skill guides you through genre, episode count, and adaptation strategy questions, then generates analysis, character bios, an episode outline, and per-episode scripts.

What output files does the drama-adapt skill generate?

It produces analysis.md (novel analysis), characters.md (character bios), outline.md (episode outline with paywall design), scripts/ep001.md through epNNN.md (per-episode scripts), qc_report.md (quality report), and project.json (progress state).

Can I resume an interrupted script adaptation project?

Yes. Progress is saved in project.json after each stage and batch. Rerunning /drama-adapt in the same directory detects the saved state and continues from the first unfinished stage automatically.

How do I rewrite only specific episodes of the generated script?

Use /drama-adapt --ep=5 to rewrite a single episode or --ep=1-10 for a range. You can also rerun an entire stage with --stage=4 or restart from a stage using --from=3.

What are the limitations of automated novel-to-script adaptation?

Very long novels are processed in chunks, so extremely fragmented plots may lose nuance. Sensitive content such as school violence or explicit gore is automatically avoided or transformed, which can alter original scenes.