with one click
shortstory-write
中短篇滚动写。读工艺约束+章节规划→写→check.py机械检查→清理。单章/批量均适用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
中短篇滚动写。读工艺约束+章节规划→写→check.py机械检查→清理。单章/批量均适用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
AI-powered writing toolkit — Web novel, Short story, Technical blog, Publishing automation / AI 驱动写作工具包 — 网文、短篇、技术博文、发布自动化
纯 AI 生图制作网文封面 & 技术博客封面。网文:600×800 竖版存入 作品信息/。技术博客:800×600 横版存入 博文/{系列}/cover.png。
Publish novel chapters from local Markdown files to the Fanqie Novel writer backend via browser automation. Supports single/batch/scheduled publish with login state persistence.
短篇写作工艺约束层。禁用词 + 过渡词管理。写/审时加载项目级工艺约束.md。
拆解盐选短篇参考文,提取钩子设计、悬念铺设、节奏控制、收束手法等写作模式。触发词:拆这篇、拆解、分析这个短篇、做拆解、帮我把这篇拆了、提取模式
中短篇初始化。定选题→出设定文件→机械门禁→盲审→零问题交付。
| name | shortstory-write |
| description | 中短篇滚动写。读工艺约束+章节规划→写→check.py机械检查→清理。单章/批量均适用。 |
| allowed-tools | Read Write Edit Grep Glob Bash Task |
| argument-hint | [项目路径] |
# 先锚定语感
Read 短篇/参考书/{类型}/{篇目}/*.txt # 读 2-3 篇,每篇前 1000-2000 字
# 再读项目配置
Read {项目路径}/工艺约束.md
Read {项目路径}/章节规划.md
从 工艺约束.md 获取平台、对话符号、字数门禁、本篇特殊约束。
从 章节规划.md 获取当前章卡点、场景数、伏笔安排。
不读任何 json 配置文件,项目里没有这些文件。
逐条遵守从 工艺约束.md 中读到的规则,包括但不限于:
python <skill_dir>/check.py {正文.md路径}
check.py 检查以下5项,一项不通过即退出码非0:
退出码非0 → 逐条修复 → 重新检查 → 直到通过。
Remove-Item -LiteralPath {项目路径}/*.py -ErrorAction SilentlyContinue
每章循环:读工艺约束→读章节规划→写→check.py→清理→下一章。