claude-toolkit

Manage GitHub repositories of Claude Code components with Git operations.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/hunterbrewer04/claude-toolkit --skill claude-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-toolkit
Source: https://github.com/hunterbrewer04/claude-toolkit/tree/main/skills/claude-toolkit
Command: npx skills add https://github.com/hunterbrewer04/claude-toolkit --skill claude-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of your Claude Code components (skills, hooks, sub-agents) within a centralized GitHub repository, ensuring consistency and ease of use across your development environment.

Core Features & Use Cases

  • Component Management: Add new skills, hooks, or agents to your toolkit repository.
  • Synchronization: Keep your local setup in sync with the remote repository.
  • Setup Assistance: Easily set up your toolkit on new machines by cloning the repo and creating necessary symlinks.
  • Use Case: After developing a new custom skill, you can use this toolkit skill to add it to your GitHub repository, generate its documentation, and commit the changes, making it available to all your projects.

Quick Start

Use the claude-toolkit skill to add the newly created 'my-new-skill' to your toolkit repository.

Frequently Asked Questions about claude-toolkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Claude Code components in a GitHub repository?

Managing Claude Code components in a GitHub repository involves orchestrating file organization, documentation generation, and Git operations to add new skills, hooks, and sub-agents while keeping your local setup synchronized with the remote repository.

What is the best way to set up a Claude Code toolkit on a new machine?

Setting up a Claude Code toolkit on a new machine requires cloning the GitHub repository and creating necessary symlinks, which establishes a unified component management workflow across your development environment.

How does symlinking work for synchronizing local Claude Code skills?

Symlinking for synchronizing local Claude Code skills works by linking the cloned GitHub repository files to your local development directory, ensuring your setup remains in sync with the remote repository's latest component versions.

Can I automatically generate documentation when adding new skills to my toolkit?

Yes, you can generate documentation when adding new skills to your toolkit by utilizing a documentation generation process that orchestrates file organization and index maintenance alongside Git operations for committed changes.

Does managing a Claude Code toolkit require manual Git operations for every new hook?

Managing a Claude Code toolkit does not require manual Git operations for every new hook, as the workflow automates file organization, documentation generation, and index maintenance to streamline adding components.