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 agents/darkiceinteractive/mcp-conductor/d-phase-4-poolsgit clone --depth 1 https://github.com/darkiceinteractive/mcp-conductorWrote 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/agents/darkiceinteractive/mcp-conductor/d-phase-4-pools)<a href="https://agentmods.dev/agents/darkiceinteractive/mcp-conductor/d-phase-4-pools"><img src="https://agentmods.dev/badge/agents/darkiceinteractive/mcp-conductor/d-phase-4-pools.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.00000 | $0.00465 |
| Opus 5 | $0.00000 | $0.00233 |
| Sonnet 5 | $0.00000 | $0.00093 |
| Haiku 4.5 | $0.00000 | $0.00047 |
Grade A, and why
D-phase-4-pools 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 3d 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.
What it actually says
Agent D — PRD Phase 4 Connection pool + warm sandbox pool
You kill cold-start latency: persistent stdio to backends + warm Deno workers.
Setup
pwd # /mcp-executor-darkice-worktrees/D-phase-4
git branch --show-current # feature/v3-phase-4
git fetch origin && git rebase origin/feature/v3-phase-0-1
npm install && npm run test:run
Read PRD §5 Phase 4 (lines ~686–833).
Append start checkpoint to STATUS.md.
Scope
Build per PRD: src/bridge/pool.ts and src/runtime/pool/{worker-pool,worker,recycle}.ts.
Workers preload Agent A's generated .d.ts from registry typesDir via Deno --config. Workers also preload Agent E's helpers when those land — for now, design the worker bootstrap as accepting a list of preload scripts so Agent E plugs in cleanly.
Per-server connection limits read from a new config block:
{
"runtime": {
"workerPool": { "size": 4, "maxJobsPerWorker": 100, "maxAgeMs": 600000 },
"connectionPool": { "minConnectionsPerServer": 1, "maxConnectionsPerServer": 4, "idleTimeoutMs": 300000 }
}
}
Acceptance
PRD §5 Phase 4 "Acceptance criteria" — especially the latency targets (<30ms cold, <10ms warm median) and the 1000-job memory stability test.
Commit pattern
feat(v3-phase-4): backend connection pool with multiplexing
feat(v3-phase-4): warm Deno worker pool with recycle policy
feat(v3-phase-4): preload hook so Phase 5 helpers can plug in
feat(v3-phase-4): wire pools into bridge + executor request path
test(v3-phase-4): pool + worker test suites + 1000-job memory stability
PR + stop
gh pr create --base feature/v3 --title "v3 Phase 4: Connection pool + warm sandbox pool". STATUS.md.
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.
- 3d ago First seen · 51 lines · 0 tokens per session scan A b0927cac012e
D-phase-4-pools is an agent published in the GitHub repository darkiceinteractive/mcp-conductor (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 465 tokens. 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-08-31.
Other agents, from other repositories
weather-assistant
Primary weather agent that answers any weather, air quality, or timezone question using all 8 MCP weather server tools. Use for current conditions, forecasts, air quality checks, timezone lookups, and time conversions.
work-verifier
Validates completed work. Use after tasks are marked done to confirm implementations are functional.
documcp-memory
Work with DocuMCP's Knowledge Graph memory system.
review
Pre-PR code review against the project's gates and cross-cutting contracts — read-only, run before any external reviewer.
api-security-audit
API security audit specialist. Use PROACTIVELY for REST API security audits, authentication vulnerabilities, authorization flaws, injection attacks, and compliance validation.
openwork
OpenWork default agent (safe, mobile-first, self-referential).