Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

book-writing-workspace书籍写作工作区

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,027

周安装

82

GitHub Stars

11

下载量

636
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/aktsmm/agent-skills --skill book-writing-workspace

简介

book-writing-workspace 创建可复用稿件工作区,集成文件夹结构、提示词与 Markdown→Re:VIEW→PDF 工作流。

  • 标准化 PDF 样式、页眉页脚与元数据,支持打印级输出质量控制。
  • 适用于技术写作与出版物项目,提供模板化启动与升级机制。
  • 涉及文件系统重构与脚本执行,建议在非生产环境先行测试兼容性。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Book Writing Workspace

Create and maintain a reusable manuscript workspace with folders, agents, prompts, instructions, setup scripts, and a repeatable Markdown -> Re:VIEW -> PDF workflow.

When to use

  • Book writing, technical writing, 執筆プロジェクト, Re:VIEW
  • Creating a new book or technical writing project
  • Bootstrapping a manuscript repository from templates
  • Setting up Markdown → Re:VIEW → PDF workflow
  • Upgrading an existing manuscript workspace so it can generate Re:VIEW output and printable PDFs
  • Standardizing PDF house style, title pages, running headers, side markers, metadata, and review output folders across multiple books in the same repo
  • Standardizing metadata layers, cover assets, series title patterns, and cover typography across multiple books in the same repo

Quick Start

python scripts/setup_workspace.py `
    --name "project-name" `
    --title "Book Title" `
    --path "D:\target\path" `
    --chapters 8

Existing Workspace Upgrade

When the workspace already exists, do not stop at setup-oriented advice. This skill should also support:

  1. Creating or normalizing 03_re-view_output/
  2. Converting existing manuscript Markdown into .re
  3. Building PDF with Docker + vvakame/review
  4. Applying shared house style defaults and a metadata layer for title page, cover image, colophon, and project-specific book metadata
  5. Verifying both the intermediate .re output and the final PDF

Setup Workflow

  1. Gather info: Project name, title, location, chapter count
  2. Run script: scripts/setup_workspace.py
  3. Review output: Confirm README, agents, prompts, and docs were created
  4. Customize: Edit docs/page-allocation.md, docs/schedule.md, .github/copilot-instructions.md, and config/review-metadata/project.yml

Metadata, migration, converter verification, and sync-back rules live in references. Keep the main SKILL focused on setup and operating flow.

Generated Workspace

  • Manuscript folders under 01_contents_keyPoints/, 02_contents/, and 04_images/
  • AI workflow files under .github/agents/, .github/instructions/, and .github/prompts/
  • Project docs such as README.md, docs/page-allocation.md, and docs/schedule.md
  • Helper scripts such as scripts/count_chars.py, scripts/convert_md_to_review.py, scripts/build_review_pdf.py, scripts/inspect_pdf.py, and scripts/review_metadata.py
  • Re:VIEW metadata templates such as config/review-metadata/common.yml and config/review-metadata/project.yml

Recommended Writing Unit

  • Use 1 file = 1 section as the default manuscript unit.
  • Keep chapter intro in ch{N}-00_<title>.md and section files in ch{N}-01_..., ch{N}-02_....
  • For PDF/Re:VIEW output, heading levels define hierarchy, while file split mainly improves authoring and review workflow.

Agents Overview

AgentRolePermissions
@writingWrite and edit manuscriptsEdit 02_contents/
@writing-reviewerReview manuscripts (P1/P2/P3)Read only
@converterConvert Markdown to Re:VIEWEdit 03_re-view_output/
@orchestratorCoordinate workflowDelegate to agents

Dependencies

ToolPurposeRequired
Python 3.8+ScriptsYes
GitVersion controlYes
DockerRe:VIEW PDF buildOptional

Reference Map

TopicReference
Folder structurereferences/folder-structure.md
Setup workflowreferences/setup-workflow.md
Customization pointsreferences/customization-points.md
Re:VIEW / PDF tipsreferences/review-pdf-tips.md

Done Criteria

  • Workspace folder structure created
  • 4 agents deployed to .github/agents/
  • docs/page-allocation.md configured
  • README.md and docs/schedule.md customized
  • /gc_Commit prompt working
  • config/review-metadata/common.yml and project.yml customized appropriately
  • 03_re-view_output/ can regenerate .re files
  • PDF build works on a clean run

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

26.15%
按下载量换算166

windsurf

23.52%
按下载量换算150

trae

18.73%
按下载量换算119

OpenCode

11.16%
按下载量换算71

Codex

8.44%
按下载量换算54

Antigravity

3.35%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills