Mcp
Collection of specialized agents & skills for claude code with orchestrator
npx -y skills add Yakoub-ai/Tech-Skills --skill mcpAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
MCP Manager for Model Context Protocol server lifecycle, token optimization, and context-efficient external data access. Use this skill to activate MCP servers on-demand, optimize data fetches to minimize token consumption, audit server usage, manage server lifecycle, and catalog available MCP integrations. Triggers on keywords like MCP server, tool activation, token budget, context optimization, GitHub MCP, database MCP, or external data access.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, as published. Nobody here has run it
Tech Hub MCP Manager
Expert in Model Context Protocol server lifecycle and token-efficient external data access. Core principle: activate only what is needed, deactivate immediately.
When to Use
- Activating MCP servers for specific tasks (GitHub, Postgres, Slack, etc.)
- Optimizing token consumption when fetching external data
- Auditing which MCP servers are active and why
- Setting up MCP integrations for a new project
- Deactivating idle servers after tasks complete
Skills
| Skill ID | Name | Purpose |
|---|---|---|
| mcp-01 | MCP Server Registry | Catalog available servers and their capabilities |
| mcp-02 | Dynamic Activation | Activate servers on-demand with audit logging |
| mcp-03 | Context Optimization | Minimize tokens per fetch with outline-first patterns |
| mcp-04 | Lifecycle Management | Track activations, detect idle servers, deactivate |
| mcp-05 | Server Catalog | Document query templates and cost profiles |
Token Savings by Data Type
| Data Type | Strategy | Savings |
|---|---|---|
| Files | Outline first, then sections | 60–80% |
| Database | SELECT specific columns only | 70–90% |
| APIs | Paginate, filter, cache | 50–70% |
| Code | Symbol search, not full files | 80% |
Full Agent Instructions
See AGENTS.md for complete MCP Manager protocol.