book-writing-workspace
1
总安装量
1
周安装量
#43768
全站排名
安装命令
npx skills add https://smithery.ai
Agent 安装分布
claude-code
1
Skill 文档
Book Writing Workspace
Set up a professional book writing workspace with AI-assisted workflow support.
When to use
- Book writing, technical writing, å·çããã¸ã§ã¯ã
- Creating a new book or technical writing project
- Setting up Markdown â Re:VIEW â PDF workflow
Quick Start
python scripts/setup_workspace.py `
--name "project-name" `
--title "Book Title" `
--path "D:\target\path" `
--chapters 8
Setup Workflow
- Gather info: Project name, title, location, chapter count
- Run script:
scripts/setup_workspace.py - Customize: Edit
docs/page-allocation.mdand.github/copilot-instructions.md
Agents Overview
| 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 |
Dependencies
| Tool | Purpose | Required |
|---|---|---|
| Python 3.8+ | Scripts | Yes |
| Git | Version control | Yes |
| Docker | Re:VIEW PDF build | Optional |
Done Criteria
- Workspace folder structure created
- 4 agents deployed to
.github/agents/ -
docs/page-allocation.mdconfigured -
/gc_Commitprompt working
Key References
| Topic | Reference |
|---|---|
| Folder Structure | references/folder-structure.md |
| Agents | references/AGENTS.md |
| Instructions | references/copilot-instructions.md |