Book Factory
Description
Extend Claude Code with specialized workflows, automatic formatting, and better defaults.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for robertguss/claude-code-toolkit, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
Claude Code Toolkit
Extend Claude Code with specialized workflows, automatic formatting, and better defaults.
**Skills** give Claude domain expertise—brainstorming methods, documentation generation, book writing pipelines. **Hooks** automate repetitive tasks—format code after edits, summarize changes at session end. **Templates** configure how Claude works with you.
Works with both Claude Code (CLI) and Claude.ai (web/mobile/desktop).
Quick Start
# Clone the toolkit
git clone https://github.com/robertguss/claude-code-toolkit.git
# Use a skill in Claude Code
# Add to your project's CLAUDE.md:
echo "When brainstorming, read /path/to/claude-code-toolkit/skills/brainstorm/SKILL.md" >> CLAUDE.md
# Or package for Claude.ai
python build.py brainstorm
# Upload dist/brainstorm.skill to Claude.ai → Settings → Skills
What's Included
Skills
Packaged workflows that Claude follows when invoked. Use them with `/skillname` or reference in CLAUDE.md.
| Skill | Description |
|---|---|
| brainstorm | Multi-session ideation partner with method catalog |
| code-documenter | Intelligent documentation generation with health tracking |
| handoff | Session continuity documents for picking up where you left off |
**Book & Writing:**
- ebook-factory — Focused ebook creation pipeline
- non-fiction-book-factory — Full pipeline from idea to chapter architecture
- writing — Voice capture and ghost writing
Hooks
Shell scripts that run automatically at specific Claude Code events.
...
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps