long-novel-writer

by jiaw-Zh · Codex Skill · ★ 52

About long-novel-writer

长篇小说生成 SKILL 原始项目:AINovelGenerator 一个面向百万/千万字长篇的 AI 写作 SKILL,解决长篇小说后期走形的核心问题。 为什么需要这个 AI 写长篇小说有一个根本性问题:上下文窗口装不下整部作品。即使是 1M token 的窗口,对 300 万字的小说也远远不够。结果是: 早期设定被后期章节覆盖稀释,角色性格漂移 数值、能力、物品归属前后矛盾 伏笔埋了忘了回收,或回收时对不上原文 配角消失几十章后再出场,agent 只能现编 同类桥段反复出现,读者审美疲劳 这个 SKILL 用结构化记忆系统解决上述问题,而不是靠"更大的上下文窗口"。 核心特色 分层摘要冻结 将作品摘要拆为六层:L0(正文)→ L1(单章)→ L2(chunk)→ L3(篇章)→ L4(卷)→ L5(全书)。每层写定后冻结,不再被后续章节覆盖。彻底消除"电话传话"式的早期细节稀释。 实体中心档案 角色、地点、道具、势力、力量体系各自独立建档,包含硬约束、追加式时间线和变更记录。写作时只按需加载本章出场实体,精准且省 token。典型写前上下文用量 25k–40k token,1M 窗口极度宽裕。 正典账本(Canon Ledger) 五个只追加不修改的结构化文件: — 原子事实断言,带原文引用和 字段 — 角色承诺/誓言,带截止日期 — 境界/能力进阶轨迹,校验单调性 —...

aicreativenovel-writing

Quick Facts

Stars52
Forks2
LanguagePython
CategoryCodex Skill
Quality Score60.5194612974043/100
Last Updated2026-06-18
Created2026-05-07
Platformscodex, python
Est. Tokens~14k

More Codex Skill Tools

Explore other popular codex skill tools:

View all Codex Skill tools →

Popular Python Agent Tools

Frequently Asked Questions

What is long-novel-writer?

long-novel-writer is 使用codex(gpt 5.5)蒸馏原始项目AI_NovelGenerator生成的长篇小说生成 SKILL,优化记忆系统. It is categorized as a Codex Skill with 52 GitHub stars.

What programming language is long-novel-writer written in?

long-novel-writer is primarily written in Python. It covers topics such as aicreative, novel-writing.

How do I install or use long-novel-writer?

You can find installation instructions and usage details in the long-novel-writer GitHub repository at github.com/jiaw-Zh/long-novel-writer. The project has 52 stars and 2 forks, indicating an active community.

View on GitHub → Browse Codex Skill tools