If you're writing a technical book and need more than a folder full of Markdown files, this sets up a complete manuscript workspace with per-section files, writing and review agents, page allocation docs, and character counting scripts. It defaults to a clean Markdown workflow but can scaffold Re:VIEW and PDF build tooling when you pass the flag. The agent setup is nice: a dedicated writing agent and a separate reviewer that flags P1/P2/P3 issues. Built by someone who clearly writes technical books in Japanese and English, so the bilingual triggers and attention to manuscript structure feel lived-in. It won't manage your Git commits, which is the right call.
npx -y skills add aktsmm/agent-skills --skill book-writing-workspace --agent claude-codeInstalls into .claude/skills of the current project.
Create and maintain a reusable manuscript workspace with folders, writing agents, instructions, review rules, and optional Markdown -> Re:VIEW -> PDF support.
Start by assessing the manuscript workspace, even when creating a new project:
sections/ and uses one file per section.00-introduction/00-introduction.md).When the workspace already exists, do not stop at setup-oriented advice. This skill should also support:
Use the setup script only when creating a new workspace or adding missing structure deliberately.
python scripts/setup_workspace.py `
--name "project-name" `
--title "Book Title" `
--path "D:\target\path" `
--chapters 8
# Include Re:VIEW/PDF scaffolding only when needed.
python scripts/setup_workspace.py `
--name "project-name" `
--title "Book Title" `
--path "D:\target\path" `
--chapters 8 `
--with-review
scripts/setup_workspace.pydocs/page-allocation.md, docs/schedule.md, and .github/copilot-instructions.md. If --with-review is used, also customize config/review-metadata/project.yml.Git workflows are project-specific. Do not add generic commit/push prompts here; follow the repository's existing version-control conventions.
Metadata, migration, converter verification, and sync-back rules live in references. Keep the main SKILL focused on manuscript structure and writing workflow.
keypoints/, sections/, and images/.github/agents/ and .github/instructions/README.md, docs/page-allocation.md, and docs/schedule.mdscripts/count_chars.py--with-review is used{NN}-{slug}/{NN}-{slug}.md and section files alongside it.| Agent | Role | Default |
|---|---|---|
@writing | Write and edit manuscripts | Yes |
@writing-reviewer | Review manuscripts (P1/P2/P3) | Yes |
@converter | Convert Markdown to Re:VIEW | Only with --with-review |
| Tool | Purpose | Required |
|---|---|---|
| Python 3.8+ | Scripts | Yes |
| Git | Version control | Yes |
| Docker | Re:VIEW PDF build | Optional, only with --with-review |
| Topic | Reference |
|---|---|
| Folder structure | references/folder-structure.md |
| Setup workflow | references/setup-workflow.md |
| Customization points | references/customization-points.md |
| Re:VIEW / PDF tips | references/review-pdf-tips.md |
.github/agents/docs/page-allocation.md configuredREADME.md and docs/schedule.md customizedscripts/count_chars.py works for target manuscript filessupercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev