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 agentmods add instructions/echoingvesper/mcp-task-orchestrator/claude-mdgit clone --depth 1 https://github.com/EchoingVesper/mcp-task-orchestratorWrote 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/instructions/echoingvesper/mcp-task-orchestrator/claude-md)<a href="https://agentmods.dev/instructions/echoingvesper/mcp-task-orchestrator/claude-md"><img src="https://agentmods.dev/badge/instructions/echoingvesper/mcp-task-orchestrator/claude-md.svg" alt="Measured on agentmods" height="20"></a>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 | $0.03416 | $0.03416 |
| Opus 5 | $0.01708 | $0.01708 |
| Sonnet 5 | $0.00683 | $0.00683 |
| Haiku 4.5 | $0.00342 | $0.00342 |
Grade B, and why
mcp-task-orchestrator CLAUDE.md scanned grade B with 1 finding 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 5d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
tail -n 50 ~/.claude/logs/mcp-*.log 2>/dev/null || echo "No logs found" How it starts
The opening of the file, as written. The whole thing — 437 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
MCP Tools Integration
@/home/aya/.claude/mcp-tools-core.md
Available MCP servers provide search, development, and automation capabilities. See user memory for detailed usage patterns.
Project Overview
The MCP Task Orchestrator is a Model Context Protocol server that provides intelligent task orchestration, specialized AI roles, and persistent memory for AI-assisted development. It follows Clean Architecture and Domain-Driven Design principles with a complete layered structure.
Critical Directives
CRITICAL: Task Orchestrator Failure Protocol
If the MCP Task Orchestrator ever fails to function:
- STOP - Do not proceed with current task or "work around" the issue
- DIAGNOSE - Immediately spawn a diagnostic agent to identify the issue:
# Check MCP connection claude mcp list 2>/dev/null | grep task-orchestrator || echo "Not connected" # Run health check python tools/diagnostics/health_check.py # Check server logs tail -n 50 ~/.claude/logs/mcp-*.log 2>/dev/null || echo "No logs found" - FIX - Spawn a dedicated fix agent with these priorities:
- Follow detailed procedures in
PRPs/protocols/orchestrator-fix-protocol.md - Fix known issues in the orchestrator code
- Restart the MCP server if needed:
claude mcp restart task-orchestrator - If changes were made to server code:
pip install -e . && claude mcp restart task-orchestrator - Update documentation if Claude Code restart is required
- Follow detailed procedures in
- VERIFY - Test the fix with
orchestrator_health_checktool - RESUME - Only continue original task after verification
Never say "the orchestrator isn't working, let's continue without it"
CRITICAL: Git Commit After Every Task
After completing ANY development task:
- ALWAYS review changes:
git status && git diff - COMMIT with descriptive message:
git add -A git commit -m "type(scope): description" # Examples: # fix(orchestrator): resolve connection timeout issue # feat(prp): add orchestrator integration to PRP process # docs(claude): add critical failure protocol - Include orchestrator task ID in commit if applicable
- Never leave uncommitted changes between tasks
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.
- 5d ago First seen · 437 lines · 3,416 tokens per session scan B 3bfe4cad8299
mcp-task-orchestrator CLAUDE.md is an instructions file published in the GitHub repository EchoingVesper/mcp-task-orchestrator (28 stars, last pushed 1y ago), licensed MIT. It adds 3,416 tokens to every session, about $0.0171 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
amfs CLAUDE.md
Instructions for raia-live/amfs, covering amfs memory — agent instructions, available mcp tools, identity, brain tools (agent-scoped) and shared knowledge tools.
grok-faf-mcp CLAUDE.md
Claude Code instructions for Wolfe-Jam/grok-faf-mcp, covering claude.md — grok-faf-mcp, what this is, stack and context.
clawstash CLAUDE.md
Claude Code instructions for fo0/clawstash, covering claude.md -- project guide, session start -- read order, workflow triggers, output languages and performance / modes.
lihongwei-cn CLAUDE.md
Claude Code instructions for LiHongwei-cn/lihongwei-cn, covering claude.md — claude code 项目记忆, 用户身份, 回复风格(红线), 网站 and 技术栈.
In-Memoria copilot-instructions.md
Instructions for pi22by7/In-Memoria, covering github copilot instructions for in memoria, ⚠️ critical: path parameter usage, why this matters, getting the project path and path convention for all tools.
mindkeg-mcp CLAUDE.md
Instructions for carloluisito/mindkeg-mcp, covering mind keg mcp — development guide for ai agents, project overview, repository layout, code conventions and typescript.