book-writing-workspace/SKILL.md
Set up a reusable book-writing workspace with AI agents, instructions, prompts, and scripts. Use when creating a new book or technical writing project, bootstrapping a manuscript repository, or preparing a Markdown + Re:VIEW + PDF workflow. Triggers on "book writing workspace", "technical book project", "執筆ワークスペース", "book manuscript repo", and "Re:VIEW workspace".
npx skillsauth add aktsmm/agent-skills book-writing-workspaceInstall 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.
Create a reusable manuscript workspace with folders, agents, prompts, instructions, and setup scripts.
python scripts/setup_workspace.py `
--name "project-name" `
--title "Book Title" `
--path "D:\target\path" `
--chapters 8
scripts/setup_workspace.pydocs/page-allocation.md, docs/schedule.md, and .github/copilot-instructions.md01_contents_keyPoints/, 02_contents/, and 04_images/.github/agents/, .github/instructions/, and .github/prompts/README.md, docs/page-allocation.md, and docs/schedule.mdscripts/count_chars.py and scripts/convert_md_to_review.pych{N}-00_<title>.md and section files in ch{N}-01_..., ch{N}-02_....When reorganizing workspace paths or file naming rules, update these together:
docs/naming-conventions.md, docs/page-allocation.md, docs/writing-guide.mdtemplates/instructions/writing-*.instructions.md (applyTo and examples)templates/scripts/count_chars.py, templates/scripts/convert_md_to_review.pytemplates/agents/*.agent.md if paths are explicitly writtenThen verify with:
python scripts/count_chars.pypython scripts/convert_md_to_review.pyWhen changing the Markdown-to-Re:VIEW converter or related templates:
.re files first with python scripts/convert_md_to_review.py.re output.re snippet and the final PDF when the change affects footnotes, tables, images, captions, or line breakingtexdocumentclass uses twoside; oneside disables odd/even-specific fancyhdr placement| Agent | Role | Permissions |
| ------------------- | ----------------------------- | ------------------------- |
| @writing | Write and edit manuscripts | Edit 02_contents/ |
| @writing-reviewer | Review manuscripts (P1/P2/P3) | Read only |
| @converter | Convert Markdown to Re:VIEW | Edit 03_re-view_output/ |
| @orchestrator | Coordinate workflow | Delegate to agents |
| Tool | Purpose | Required | | ----------- | ----------------- | -------- | | Python 3.8+ | Scripts | Yes | | Git | Version control | Yes | | Docker | Re:VIEW PDF build | Optional |
.github/agents/docs/page-allocation.md configuredREADME.md and docs/schedule.md customized/gc_Commit prompt working| Topic | Reference | | ---------------- | ------------------------------------------------------------------------ | | Folder Structure | references/folder-structure.md | | Setup Workflow | references/setup-workflow.md | | Customization | references/customization-points.md | | Re:VIEW PDF Tips | references/review-pdf-tips.md |
development
Generate draw.io editable diagrams (.drawio, .drawio.svg) from text, images, or Excel. Orchestrates 3-agent workflow (Analysis → Manifest → SVG generation) with quality gates. Use when creating architecture diagrams, flowcharts, sequence diagrams, or converting existing images to editable format. Supports Azure/AWS cloud icons.
documentation
Create, review, and update Prompt and agents and workflows. Covers 5 workflow patterns, agent delegation, Handoffs, Context Engineering. Use for any .agent.md file work or multi-agent system design. Triggers on 'agent workflow', 'create agent', 'ワークフロー設計'.
tools
Guide for creating VS Code extensions from scratch to Marketplace publication. Use when: (1) Creating a new VS Code extension, (2) Adding commands, keybindings, or settings to an extension, (3) Publishing to VS Code Marketplace, (4) Troubleshooting extension activation or packaging issues, (5) Building TreeView or Webview UI, (6) Setting up extension tests.
data-ai
Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Use when looking for skills, installing new skills, or managing your skill collection.