Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add roedyrustam/vibes-plug --skill mcp-client-orchestratorgit clone --depth 1 https://github.com/roedyrustam/vibes-plugWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/roedyrustam/vibes-plug/mcp-client-orchestrator)<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/mcp-client-orchestrator"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/mcp-client-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/mcp-client-orchestrator"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/mcp-client-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00955 |
| Opus 5 | $0.00023 | $0.00477 |
| Sonnet 5 | $0.00009 | $0.00191 |
| Haiku 4.5 | $0.00005 | $0.00096 |
Grade A, and why
mcp-client-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MCP Client Orchestrator
English
Orchestration & Integration
Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.
Description
While mcp-server-architect teaches the agent how to build servers, this skill teaches the agent how to consume them as an MCP Client. This grants the agent "superpowers" by securely interacting with local PostgreSQL databases, GitHub repos, Figma APIs, and Slack channels in real-time, autonomously, using available MCP tool sets.
Trigger Conditions
Activate this skill when:
- The user asks the agent to query the database, but the agent doesn't have a direct SQL tool.
- The user needs real-time context from an external system (e.g., "Read the latest Slack messages about this bug").
- The user wants the agent to orchestrate multiple tools across different domains simultaneously.
Core Concepts
1. MCP Resource & Tool Discovery
Before assuming a capability doesn't exist, the agent should dynamically inspect available tools.
- Use
list_resourcesor checkmcp_config.jsonto see what servers are running. - Understand that MCP tools proxy capabilities securely. If there's a
postgres_mcp, the agent can executeexecute_sqlthrough it.
2. Workflow Orchestration
Example: "Find the bug reported on GitHub and fix it."
- Use the GitHub MCP to
search_issues. - Extract the stack trace from the issue comment.
- Use
grep_searchto find the failing code. - Use
autonomous-tdd-debuggerto fix and test it. - Use the GitHub MCP to
create_pull_request.
Best Practices
- Never guess schema: Always use MCP tools like
list_tablesorget_schemabefore writing a query. - Respect Rate Limits: If calling external APIs via MCP, avoid looping rapidly without timeouts.
Integration with Other Skills (MANDATORY)
doku-mcp-server— An example of a specific MCP server the agent can orchestrate.ai-llm-integration-expert— Provides context on how MCP fits into the broader LangGraph/AI landscape.multi-agent-orchestration— Used when delegating different MCP tool calls to specialized subagents.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 77 lines · 46 tokens per session scan A 6d6a02226931
mcp-client-orchestrator is a skill published in the GitHub repository roedyrustam/vibes-plug (50 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 955 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
update-turbo
Update installed Turbo skills from the local repo with a dynamic changelog, conflict resolution for customized skills, and guided user experience. Use when the user asks to "update turbo", "update turbo skills", "reinstall turbo", or "upgrade turbo".
mm-resume
A workflow for restoring project context after starting a new Claude Code session or clearing the conversation. It reads project notes, recent session information, version-control status, and available planning files.
antigravity-cli-statusline
Customizes the Antigravity CLI status bar to show folder icons, home-abbreviated current working directory, model name, and 5H/7D token quota usage with live refresh countdown.
mm-setup
A setup guide that personalizes a shared mm system for one user. It asks for details such as your name, work area, tools, language, and Obsidian vault location, then saves them in private configuration files.
mm
A dispatcher that provides short /mm commands for project setup, session recovery, project overviews, and workflow checks. It maps these aliases to longer system commands.
disk-cleaner
A Mac disk-cleaning assistant built around the Mole cleanup tool. It checks the environment, previews removable files, and can run cleanup using different safety levels with reports and protected paths.