SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%

SkillMesh is an MCP-friendly router designed to handle large tool and skill catalogs for AI agents. The creator identified that loading entire tool catalogs into every prompt hurts tool selection accuracy and inflates token costs as catalogs grow.
How SkillMesh Works
The approach focuses on selective context injection:
- Retrieves top-K relevant expert cards for the current query
- Injects only those cards into the agent's context
- Keeps the rest of the catalog out of the prompt
This reduces context size by approximately 70% in many cases and enables agents to scale across multiple domains without prompt bloat.
Current Features
SkillMesh currently supports:
- Claude integration via MCP server (
skillmesh-mcp) - Codex skill bundle integration
- OpenAI-style function schema in tool invocation metadata
Tools and capabilities can be installed by role, adding relevant functionality based on the task.
Example Use Case
For a query like "clean sales data, train a baseline model, and generate charts," SkillMesh would route to only relevant data processing, machine learning, and visualization expert cards instead of loading the entire catalog.
Installation and Feedback
The project is available on GitHub at SkillMesh. The creator is seeking feedback on:
- Retrieval quality (whether it picks the right tools)
- Registry format (ease of adding new tools)
- MCP integration ergonomics
📖 Read the full source: r/LocalLLaMA
👀 See Also

Solitaire: Open-Source Identity Layer for AI Agents Built with Claude Code
Solitaire is an open-source identity layer for AI agents that evolves through interaction rather than static configuration. It's been tested across 600+ production sessions and stores all data locally using SQLite + JSONL with no cloud dependencies.

md-redline: GUI tool for reviewing and handing off markdown docs to Claude
md-redline is an open-source tool that lets you open markdown files in a GUI, leave inline comments stored as HTML markers in the .md file, and hand back off to Claude for updates. It runs locally with no account, cloud, or database required.

Werld: Open-Ended Artificial Life Simulation with Evolving Neural Networks
Werld is a real-time artificial life simulation where agents with NEAT neural networks evolve their own neural architecture, sensory processing, and behaviors without hardcoded rules or reward functions. The simulation starts with 30 agents on a Watts-Strogatz small-world graph with 64 sensory channels, 7 continuous motor functions, and 29 heritable genome traits.

Mastering Antropic Subscription Modes: Haiku, Sonnet, and Opus
Explore Antropic's innovative subscription modes—Haiku, Sonnet, and Opus—designed to enhance your AI coding experience with tailored features and pricing.