This is a context management layer for working with MCP servers. It keeps your main Claude session clean by delegating tool discovery and execution to subagents or the Gemini CLI. The workflow is practical: it saves discovered tools to a JSON catalog, lets an LLM analyze which ones you actually need for a task, then executes them without loading dozens of irrelevant tool definitions into your context. Supports multiple servers from a single config file. The three-tier execution strategy (Gemini CLI first, direct scripts second, subagent fallback) is smart. Most useful when you have several MCP servers configured and don't want every single tool cluttering your available actions list.
npx skills add https://github.com/mrgoonie/claudekit-skills --skill mcp-management