Style Distill banner
modoojunko modoojunko

Style Distill

AI community

Description

# style-distill skill — 三阶段 13 模板 LLM 蒸馏(style-distill-order) ## 一、主卡蒸馏 1. 收集样本:项目根 `novel-samples/` 目录下的作者文档(.md/.txt,作者放置)、`.agent/task/style-sample.md`(聊天粘贴)或已归档章节。**少于 6000 字(约 3 章的量)向 novel-agent 说明质量不足可挂起**——1500 字样本句长分布/五层占比统计噪声大、场景卡子样本不足(每类 ≥800 字会大量跳过);6000-10000 字才能覆盖多场景类型并给出稳定统计。 2. 读 `.claude/knowledge/style-distill/prompt-templates/feature-extract.md`(方法论 = 13 模板定义)。 3. 阶段一 拆解(模板 1-4):对样本逐段/逐句/逐情绪标注(LLM 内部推理,不写文件)。 4. 阶段二 量化(模板 5-8):频次/五层占比/情绪通道/词汇 → 量化表。 5. 阶段三 建模(模板 9-13):句式卡/行为树

Installation

Installs to ~/.claude/skills/modoojunko-awesome-novel-agent-style-distill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/modoojunko-awesome-novel-agent-style-distill && curl -fsSL https://raw.githubusercontent.com/modoojunko/awesome-novel-agent/HEAD/skills/style-distill.md -o ~/.claude/skills/modoojunko-awesome-novel-agent-style-distill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository