Book Factory banner
robertguss robertguss

Book Factory

DevOps community intermediate

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:**

Hooks

Shell scripts that run automatically at specific Claude Code events.

...