ai-toolkit

kphutt/ai-toolkit
★ 2 stars Python AI/LLM Updated today
Personal toolkit for Claude Code extensibility — skills, hooks, MCP servers, agents, and prompt templates
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-toolkit": {
      "command": "uvx",
      "args": [
        "ai-toolkit"
      ]
    }
  }
}

Or install with pip: pip install ai-toolkit

README Excerpt

Skills, hooks, and prompts that extend Claude Code. Installed via symlinks — `git pull` updates everything. LLM-assisted development increases entropy without guardrails. Models will push to main, overwrite protected files, skip tests, and commit secrets — not maliciously, but because nothing stops them. This toolkit is a local control layer: declarative skills define what the AI can do, hooks enforce what it can't.

Topics

aiautomationclaude-codedeveloper-toolsmcp