MCP Directory
Back

claude-code-toolkit

by stefan-jansen · Python · ★ 75

Production-tested commands, skills, and workflow patterns for Claude Code. Developed through 6+ months of daily use. Includes explore→plan→next→ship workflow, session handoffs, MCP integrations, and domain skills. Copy what works, adapt to your needs.

#agents#anthropic#claude-code#coding-agents#framework#plugins#toolkit

Install

pip install git+https://github.com/stefan-jansen/claude-code-toolkit.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-code-toolkit": {
      "command": "uvx",
      "args": [
        "git+https://github.com/stefan-jansen/claude-code-toolkit.git"
      ]
    }
  }
}

From the README

**Production-tested commands, skills, and patterns for Claude Code** [](https://opensource.org/licenses/MIT) [](https://docs.claude.com/claude-code) Before diving into the toolkit, understand what you're working with. Claude's behavior comes from two layers: | Layer | What It Contains | Can You Change It? | |-------|------------------|-------------------| | **Instruction training** | Core personality, instincts, behavioral drivers | No—immutable | | **Customization** | System prompts, CLAUDE.md, agent definitions | Yes—but limited | No matter how clever your prompting, you're working with…
Read full README on GitHub →

Related ai & ml servers