Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

book-writer书籍作家

Agent Skill

book-writer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,322

周安装

54

GitHub Stars

1

下载量

423
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:book-writer(书籍作家)
来源仓库:https://github.com/kshanxs/book-writer-skill
仓库路径:skills/book-writer
安装命令:
npx skills add https://github.com/kshanxs/book-writer-skill --skill book-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kshanxs/book-writer-skill --skill book-writer

简介

book-writer 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Book Writer

Context Efficiency Rule

CRITICAL — Read this before loading any files.

This skill has many reference files. Do NOT pre-load them all. Use lazy loading — only read a reference file when its specific feature is needed:

Only load this file...When...
references/author_rules.mdStarting a session, drafting, or reviewing
references/chapter_craft.mdWriting or outlining chapters
references/revision_checklist.mdReviewing or revising chapters
references/book_memory_protocol.mdUpdating memory bank or running continuity check
references/memory_update_prompts.mdPerforming a comprehensive memory audit
references/story_forge.mdOnly during initialization
references/readme_template.mdOnly when generating the project README
references/character_worldbuilding_tables.mdBuilding character profiles or worldbuilding tables
references/childrens_book_craft.mdOnly for children's book projects
references/parallel_workflows.mdOnly when parallel drafting
references/punctuation_guide.mdRunning a punctuation pass or prose polish
references/spinoff_guide.mdOnly for spinoff projects
references/opening_chapter_checklist.mdOnly when reviewing Chapter 1
references/query_letter_guide.mdOnly when user asks for blurb, synopsis, or query letter
Template filesOnly when generating the specific document

Never load more than 3–4 reference files at once unless explicitly required by the task.

Workflows

1. Initialization: Starting a New Book Project

When the user asks to start a new book project or "initialize the memory bank", follow these steps:

  1. Run The Story Forge first. Read references/story_forge.md in full and follow its instructions. Ask questions one at a time to gather book details. Every question is skippable. If the memory bank Core files already exist, skip this step entirely — just read the memory bank and assist.
  2. Copy the assets/book-memory-bank/ directory to the root of the user's project workspace.
  3. Read references/author_rules.md to adopt the persona and style of a master fiction author.
  4. Help the user establish the foundational elements (concept, style, characters) by discussing the book's plan.
  5. Use references/character_worldbuilding_tables.md for structured character profiles and worldbuilding tables when building out characters and settings. Offer to create character_arcs.md and themes_and_motifs.md using the templates in assets/book-memory-bank/Core/Templates/.
  6. Offer the Pacing Blueprint. Ask if the user wants to pre-plan the book's structural arc now using assets/book-memory-bank/Core/Templates/pacing_blueprint_template.md. Save the completed file as Core/pacing_blueprint.md. Recommended for novels — skippable for short projects.
  7. Record these elements into the newly created book-memory-bank/Core/ and book-memory-bank/Style/ Markdown files.
  8. Generate the project README. Read references/readme_template.md, fill all {{TOKEN}} placeholders using answers from the brainstorming gate and the newly written memory bank files, and write the completed file as README.md in the project root. Do not ask the user to review it — just create it silently.

2. Writing & Outlining

When the user asks to outline or write chapters:

  1. Always start by reading ALL memory bank files (book-memory-bank/Core/, book-memory-bank/Style/, and any existing master outline) to regain context.
  2. Adopt the instructions in references/author_rules.md for generating high-quality narrative prose, realistic dialogue, and engaging scenes.
  3. Consult references/chapter_craft.md for chapter structure templates, opening/closing formulas, and engagement techniques appropriate to the book type.
  4. For children's books (ages 2–9): Also consult references/childrens_book_craft.md for age-appropriate vocabulary, rhyming/meter, illustration notes, and educational integration.
  5. Write outlines in the Outlines/Chapter_Outlines/ directory.
  6. After all chapter outlines are created, auto-generate a chapter-titles-guide.md inside the Outlines/ directory (see Chapter Titles Guide below).
  7. Write chapters in the Chapters/ directory.
  8. For multi-chapter drafting, consult references/parallel_workflows.md and offer parallel (background agents) or sequential drafting.

3. Compilation

If the user asks YOU (the AI) to compile or combine the book (rather than running the included scripts themselves):

  1. Determine the user's OS. If Mac/Linux, attempt to run the provided bash script book-memory-bank/Production/Scripts/combine_chapters.sh. If Windows, run combine_chapters.ps1.
  2. If the script fails or is unavailable, create the Manuscript/ directory in the project root if it does not already exist.
  3. Read all files from Chapters/ in numerical order, combine them into a single file, and save it inside the Manuscript/ folder (e.g., Manuscript/Complete_Manuscript.md).

4. Memory Updating Protocol (CRITICAL)

Maintaining the Book Memory Bank is essential for consistency. You must seamlessly and *automatically* update the memory bank whenever substantive writing is done. No scripts or manual user steps should be required.

  1. Consult references/book_memory_protocol.md for the strict rules on how and when to update the memory bank files.
  2. Consult references/memory_update_prompts.md for specific criteria on what changes should trigger file modifications (e.g., character traits, plot developments, world-building).
  3. If the user explicitly says "update memory bank", perform a comprehensive audit and update across all memory files based on the most recent chapter or outline. Always provide a clear summary of which files were updated and what changed.

5. Chapter Review & Revision

When the user asks to review, revise, or polish a chapter:

  1. Read the chapter draft, its outline, adjacent chapters (for continuity), and all context files (Style, Characters, Worldbuilding).
  2. Consult references/revision_checklist.md for the quality gates and review focus areas.
  3. If reviewing Chapter 1, also load references/opening_chapter_checklist.md and run its additional gates.
  4. Conduct a Scene Tension Map analysis to ensure proper structural pacing.
  5. Review in this order: Language → Emotion → Dialogue → Pacing → Continuity.
  6. Apply revision principles: preserve voice above all, revise gently, clarify emotion without explaining, respect ambiguity.
  7. Never introduce new scenes, events, or characters during review. Never resolve conflicts the author left open intentionally.
  8. Save revised version and announce changes.

*(Users can request Specialized Revision Passes: Dialogue, Sensory, Prose Polish, or Tension & Pacing — see references/revision_checklist.md).*

6. Continuity Check

When the user asks to "check continuity", "run continuity check", or "check for consistency":

  1. Follow the Continuity Diagnostic Report process in references/book_memory_protocol.md.
  2. Cross-check all chapters against the memory bank for timeline, character, worldbuilding, emotional, and thematic consistency.
  3. Generate a diagnostic report saved to Research/continuity_diagnostic_report.md.
  4. Use question-based language — flag issues, don't impose fixes.

7. Parallel Chapter Drafting & Review

When multiple chapters need drafting or reviewing:

  1. Consult references/parallel_workflows.md for the full workflow.
  2. Drafting: Draft Chapter 1 manually for approval, then offer parallel (background agents) or sequential for remaining chapters.
  3. Review: After all chapters are drafted, offer parallel or sequential review.
  4. Always ask the user which approach they prefer before launching.

8. Complete & Present

After all chapters are drafted, reviewed, and continuity-checked:

  1. Scan all chapter files for [NEED RESEARCH] flags and cross-reference against Research/research_tracker.md. All open items must be resolved or explicitly flagged before the manuscript is finalized.
  2. Present a final verification summary listing all created files:

- Foundation files (Characters, Worldbuilding, Synopsis, Timeline, Conflict, Style) - Chapter outlines and chapter titles guide - Drafted and reviewed chapters - Continuity diagnostic report

  1. Suggest next steps (address continuity issues, refine chapters, compile manuscript).
  2. Offer ongoing help: revise chapters, brainstorm scenes, refine arcs.

9. Starting a Spinoff

When the user mentions "spinoff", "companion book", "same world, different story", "side story", or asks to write a story about a secondary character from an existing project:

  1. Read references/spinoff_guide.md in full before doing anything else.
  2. Run the Spinoff Forge — the lightweight onboarding conversation defined in that file. Ask one question at a time; everything is skippable.
  3. After approval, initialize the spinoff directory structure inside the parent project root:

- Create <spinoff-name>/book-memory-bank/ with Core and Style subdirectories - Fork or create memory bank files per the Inheritance Model in references/spinoff_guide.md - Copy shared characters and world sections from the parent's world_and_characters.md, marked with [FROM: ParentTitle]

  1. At the start of every subsequent spinoff session, read the spinoff's memory bank and the parent's world_and_characters.md.
  2. After every spinoff chapter, run the Cross-Reference Protocol to flag potential canon conflicts before saving.

Chapter Titles Guide

After chapter outlines are finalized, auto-generate a chapter-titles-guide.md inside the Outlines/ directory. No separate user approval is needed.

Full instructions and column guide: references/chapter_titles_guide.mdTemplate: assets/book-memory-bank/Core/Templates/chapter_titles_guide_template.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.75%
按下载量换算147

Claude

28.49%
按下载量换算121

Cursor

16.75%
按下载量换算71

Gemini CLI

10.25%
按下载量换算43

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills