If you're running claude-flow v3 with hundreds of MCP tools and seeing 1.8 second cold starts, this skill walks through a complete optimization pass. It implements connection pooling to reuse MCP connections instead of spinning up new ones every request, replaces linear tool lookups with hash table indexing, and adds load balancing across tool calls. The target is sub-100ms p95 response times and 90%+ pool hit rates. The implementation is thorough, covering everything from pre-warming pools on startup to health checking idle connections. This is infrastructure work, so expect to spend time profiling before and after to validate the wins.
npx -y skills add spencermarx/open-code-review --skill "V3 MCP Optimization" --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills