skills/novel-memory/SKILL.md
小说记忆系统 - 基于工作区文件的持久化记忆,管理角色设定、章节摘要、伏笔追踪等。关键词:记忆、存储、查询、设定、知识管理。
npx skillsauth add 1012Lonin/Yushufang novel-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
你已被注入 novel-memory 技能。本技能指导如何使用工作区文件系统作为小说创作的持久化记忆。
novel/{书名}/
├── plan.md # 总控大纲(由 novel-worldbuilding 生成)
├── 设定/
│ ├── characters.md # 人物档案(全部角色)
│ ├── world.md # 世界观规则
│ ├── foreshadowing.md # 伏笔台账
│ ├── timeline.md # 时间线
│ └── relations.md # 人物关系网络
├── 正文/
│ ├── 第1章_标题.md
│ └── ...
└── summary/
├── chapter_01.md # 章节摘要
└── ...
所有路径基于工作区根目录。文件即记忆,目录即分类。
存储于 novel/{书名}/设定/ 目录:
| 文件 | 内容 |
|------|------|
| characters.md | 人物档案:姓名、年龄、外貌、性格、背景、动机、能力 |
| world.md | 世界观:力量体系、科技水平、政治制度、地理环境 |
| relations.md | 关系网络:角色间关系类型、阵营、势力层级 |
| 文件 | 内容 |
|------|------|
| summary/chapter_XX.md | 每章摘要:核心事件、角色状态变化、新/回收伏笔 |
| 设定/foreshadowing.md | 伏笔台账:ID、描述、埋设章节、预计回收章节、状态 |
| 设定/timeline.md | 时间线:故事内时间进度、各章时间跨度 |
| 设定/characters.md | 角色当前状态(追加更新,不覆盖历史) |
summary/chapter_XX.md设定/characters.md 末尾的最新状态段设定/foreshadowing.md 中状态为"未回收"的条目设定/timeline.md 获取当前故事时间查询技巧:当需要搜索特定设定时,用 grep 在 设定/ 目录下搜索关键词。
summary/chapter_XX.md设定/characters.md 中追加变化记录设定/foreshadowing.md 中标记新增/回收设定/timeline.md 中记录本章时间novel/{书名}/设定/ 目录及所有初始文件novel/{书名}/正文/ 和 summary/ 目录设定/foreshadowing.md 中每条伏笔格式:
### F001: {伏笔描述}
- 埋设:第 X 章,{具体场景描述}
- 预计回收:第 Y 章
- 状态:未回收 / 已回收(第 Z 章)
- 关联角色:{角色名}
需要核实设定 → 读取 设定/ 下对应文件 → grep 关键词定位 → 获取信息
需要前文回顾 → 读取 summary/ 下近几章摘要 → 了解上下文
需要全局检查 → 遍历 设定/ 全部文件 → 交叉验证一致性
development
Get current weather and forecasts (no API key required).
tools
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
tools
Manage Quadrants tasks and projects via natural language. Use when the user wants to create, view, complete, or organize tasks on the Eisenhower Matrix. Supports listing projects, adding tasks (single or bulk), viewing priority tasks, completing tasks, and getting project overviews. Triggers on mentions of "quadrants", "tasks", "to-do", "eisenhower", "priority matrix", or task management requests.
development
OpenViking 集成 — 浏览器自动化与 Web 搜索工具