webnovel-learn

Project Root Guard(必须先确认)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "webnovel-learn" with this command: npx skills add lingfengqaq/webnovel-writer/lingfengqaq-webnovel-writer-webnovel-learn

/webnovel-learn

Project Root Guard(必须先确认)

  • 必须在项目根目录执行(需存在 .webnovel/state.json )

  • 若当前目录不存在该文件,先询问用户项目路径并 cd 进入

  • 进入后设置变量:$PROJECT_ROOT = (Resolve-Path ".").Path

目标

  • 提取可复用的写作模式(钩子/节奏/对话/微兑现等)

  • 追加到 .webnovel/project_memory.json

输入

/webnovel-learn "本章的危机钩设计很有效,悬念拉满"

输出

{ "status": "success", "learned": { "pattern_type": "hook", "description": "危机钩设计:悬念拉满", "source_chapter": 100, "learned_at": "2026-02-02T12:00:00Z" } }

执行流程

  • 读取 "$PROJECT_ROOT/.webnovel/state.json" ,获取当前章节号(progress.current_chapter)

  • 读取 "$PROJECT_ROOT/.webnovel/project_memory.json" ,若不存在则初始化 {"patterns": []}

  • 解析用户输入,归类 pattern_type(hook/pacing/dialogue/payoff/emotion)

  • 追加记录并写回文件

约束

  • 不删除旧记录,仅追加

  • 避免完全重复的 description(可去重)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

webnovel-write

No summary provided by upstream source.

Repository SourceNeeds Review
General

webnovel-plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

webnovel-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

webnovel-init

No summary provided by upstream source.

Repository SourceNeeds Review