From webnovel-writer
Extracts writing patterns (hooks, pacing, dialogue, payoff, emotion) from the current webnovel session and appends them to project_memory.json for reuse.
How this skill is triggered — by the user, by Claude, or both
Slash command
/webnovel-writer:webnovel-learnThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 必须在项目根目录执行(需存在 `.webnovel/state.json`)
.webnovel/state.json)cd 进入$PROJECT_ROOT = (Resolve-Path ".").Path.webnovel/project_memory.json/webnovel-learn "本章的危机钩设计很有效,悬念拉满"
{
"status": "success",
"learned": {
"pattern_type": "hook",
"description": "危机钩设计:悬念拉满",
"source_chapter": 100,
"learned_at": "2026-02-02T12:00:00Z"
}
}
"$PROJECT_ROOT/.webnovel/state.json",获取当前章节号(progress.current_chapter)"$PROJECT_ROOT/.webnovel/project_memory.json",若不存在则初始化 {"patterns": []}2plugins reuse this skill
First indexed Mar 23, 2026
npx claudepluginhub xuanranl/webnovelwriter --plugin webnovel-writerExtracts writing patterns (hooks, pacing, dialogue, payoff, emotion) from the current webnovel session and appends them to project_memory.json for reuse.
Provides creative-writing domain knowledge for durable story state: fact extraction, context handoffs, reference writing, artifact layout, and persistent issue tracking.
AI 陪伴式长篇小说创作助手,冷启动建档(世界观+人物设定+AI生图)、按章写作、自动回顾上文防穿帮、全程归档 WPS 笔记。用户给出故事方向,AI 自动推导设定、追问决策并生成章节。不适用于短篇、散文或诗歌。