Writing Execution
Description
# writer skill ## 流程概览 ```text Step 1: 准备(确认卷号/章号/prompt 完整性) Step 2: 清理上下文(减少干扰) Step 3: 写作(sub-agent 执行) Step 4: 验证输出(文件存在 + 字数达标) Step 5: 叙事规则自查(7 条正面规则逐条过) ``` > AI 原版快照(`.agent/{chapter}-draft-ai.md`)由 **updater 在归档时创建**(从草稿复制,updater-archive Step 1),writer 不负责保存。 ## 重写分支(writing-order.md 含 rewrite_of 时) 1. 读 writing-order.md 的 rewrite_of / round / violations 字段。 2. 读原始案例 2 提示词 prompts/vol-{N}-ch-{M}-prompt.md + 违反报告 violations 文件。 3. 只重写违反报告中标记「违反」的条目对应段落,向「建议」靠拢;其余段落保持原文。 4. 完成后照常写
Installation
Installs to ~/.claude/skills/modoojunko-awesome-novel-agent-writing-execution/SKILL.md
mkdir -p ~/.claude/skills/modoojunko-awesome-novel-agent-writing-execution && curl -fsSL https://raw.githubusercontent.com/modoojunko/awesome-novel-agent/HEAD/skills/writing-execution.md -o ~/.claude/skills/modoojunko-awesome-novel-agent-writing-execution/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11