Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudenovel:claudenovel-rewriteThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
对单章文本执行可追踪改写:先诊断,再生成建议,再改写,最后输出 diff 和报告。
对单章文本执行可追踪改写:先诊断,再生成建议,再改写,最后输出 diff 和报告。
chapter.txt。memory_summary.json。先确定插件根目录:
$env:CLAUDE_PLUGIN_ROOT。rewrite_chapter.py 的插件/仓库根目录。<PLUGIN_ROOT> 表示该目录。审查加改写:
python "<PLUGIN_ROOT>\rewrite_chapter.py" `
--chapter-file "<CHAPTER_FILE>" `
--novel "<NOVEL_TXT>" `
--out-dir "<OUT_DIR>"
只审查不改写:
python "<PLUGIN_ROOT>\rewrite_chapter.py" `
--chapter-file "<CHAPTER_FILE>" `
--novel "<NOVEL_TXT>" `
--out-dir "<OUT_DIR>" `
--review-only
汇报改写文件路径、核心修改点、仍需人工确认的问题。不要把整章正文贴进聊天,除非用户要求。
npx claudepluginhub marco6-3/claudenovel --plugin claudenovelCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.