claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

claude-code-toolkit

A collection of custom skills that extend Claude's capabilities with specialized workflows, methods, and domain knowledge.

// Claude Skills[ cli ][ desktop ][ web ][ mobile ][ claude ]#claude#claude-ai#claude-code#claude-skills#skillsMIT$open-sourceupdated 15 days ago
Slowing down
70/100
last commit 4 months ago
last release none
releases 0
open issues 1
// install
git clone https://github.com/robertguss/claude-code-toolkit

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.

SkillDescription
brainstormMulti-session ideation partner with method catalog
code-documenterIntelligent documentation generation with health tracking
handoffSession continuity documents for picking up where you left off

Book & Writing:

Hooks

Shell scripts that run automatically at specific Claude Code events.

HookEventDescription
auto-formatPostToolUseFormats files after edits (ruff, goimports, prettier)
change-summaryStopTypeScript checking + session change summary
compactionPreCompactInjects preservation priorities for better context compaction

Templates

Document templates for configuring how Claude works with you.

TemplatePurpose
HUMAN.mdRelationship document — helps Claude remember who you are
CLAUDE.mdGlobal instructions for all projects
compaction-strategy.mdWhat to preserve during context compaction

Quick Start

Using Skills

Claude Code (CLI):

Reference in your project or global CLAUDE.md:

# CLAUDE.md

When brainstorming, read and follow
/path/to/claude-code-toolkit/skills/brainstorm/SKILL.md

Claude.ai (Web/Mobile/Desktop):

python build.py brainstorm
# Upload dist/brainstorm.skill to Claude.ai → Settings → Skills

Installing Hooks

  1. Copy the hook script:

    cp hooks/auto-format/auto-format.sh ~/.claude/hooks/
    chmod +x ~/.claude/hooks/auto-format.sh
    
  2. Add to ~/.claude/settings.json:

    {
      "hooks": {
        "PostToolUse": [
          {
            "matcher": "Edit|MultiEdit|Write",
            "hooks": [
              {
                "type": "command",
                "command": "$HOME/.claude/hooks/auto-format.sh"
              }
            ]
          }
        ]
      }
    }
    

See each hook's README for specific configuration.

Using Templates

# Copy and customize
cp templates/HUMAN.md ~/.claude/YOURNAME.md
cp templates/CLAUDE.md ~/.claude/CLAUDE.md

# Edit to match your preferences

Directory Structure

claude-code-toolkit/
├── skills/                    # Packaged workflows
│   ├── brainstorm/
│   ├── code-documenter/
│   ├── handoff/
│   └── ...
├── hooks/                     # Automatic event handlers
│   ├── auto-format/
│   ├── change-summary/
│   └── compaction/
├── templates/                 # Configuration templates
│   ├── HUMAN.md
│   ├── CLAUDE.md
│   └── compaction-strategy.md
├── docs/                      # Documentation site source
└── build.py                   # Skill packager for Claude.ai

Documentation

Development

This project uses uv for dependency management and just as a command runner.

# Install dependencies
just install

# Serve docs locally at http://localhost:8000
just docs-serve

# Deploy docs to GitHub Pages
just docs-deploy

# Package a skill
just package brainstorm

# See all commands
just

Contributing

See CONTRIBUTING.md for guidelines on submitting skills, hooks, or improvements.

License

MIT License. See LICENSE.md for details.

// compatibility

Platformscli, desktop, web, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageShell

// faq

What is claude-code-toolkit?

A collection of custom skills that extend Claude's capabilities with specialized workflows, methods, and domain knowledge.. It is open-source on GitHub.

Is claude-code-toolkit free to use?

claude-code-toolkit is open-source under the MIT license, so it is free to use.

What category does claude-code-toolkit belong to?

claude-code-toolkit is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
102 stars
unclaimed
updated 15 days ago

// embed badge

claude-code-toolkit on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-code-toolkit.svg)](https://claudeers.com/claude-code-toolkit)

// retro hit counter

claude-code-toolkit hit counter
[![Hits](https://claudeers.com/api/counter/claude-code-toolkit.svg)](https://claudeers.com/claude-code-toolkit)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how claude-code-toolkit connects across the ecosystem