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.
git clone --depth 1 https://github.com/bondarewicz/dreamteamWrote 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/commands/bondarewicz/dreamteam/pippen)<a href="https://agentmods.dev/commands/bondarewicz/dreamteam/pippen"><img src="https://agentmods.dev/badge/commands/bondarewicz/dreamteam/pippen/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/commands/bondarewicz/dreamteam/pippen"><img src="https://agentmods.dev/badge/commands/bondarewicz/dreamteam/pippen.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00016 | $0.00586 |
| Opus 5 | $0.00008 | $0.00293 |
| Sonnet 5 | $0.00003 | $0.00117 |
| Haiku 4.5 | $0.00002 | $0.00059 |
Grade B, and why
pippen 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 9d 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.
DT="$(cat ~/.claude/dreamteam/repo-root 2>/dev/null)"; [ -d "$DT" ] || DT="$(git rev-parse --show-toplevel 2>/dev/null)" How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Provider routing — DO THIS FIRST
This agent may be pinned to a non-Claude provider (see model.provider / /admin/models). Resolve it and route accordingly:
DT="$(cat ~/.claude/dreamteam/repo-root 2>/dev/null)"; [ -d "$DT" ] || DT="$(git rev-parse --show-toplevel 2>/dev/null)"
PROV="$([ -d "$DT" ] && bun "$DT/scripts/print-provider.ts" pippen 2>/dev/null || echo claude)"; echo "pippen → $PROV"
$PROV=claude(or unresolved) → spawn the pippen subagent via the Task tool (subagent_type="pippen") with the mission below. Native, on Max. (unchanged behavior)$PROV=ollama|codex→ do NOT use Task. Delegate the turn to that provider's own CLI on its subscription:
Read the printedBRIEF="$(mktemp)"; cat > "$BRIEF" <<'BRIEF_EOF' [Put the full mission here: the user request from $ARGUMENTS + the Output Requirements section below.] BRIEF_EOF bun "$DT/evals/src/team-dispatch.ts" pippen "$BRIEF"TurnResultJSON: ifok:true, present.outputto the user and note it ran on$PROV(.modelId,.cost_usd=0 — your subscription). Ifok:false, report.errorverbatim (fail-loud — never silently fall back to Claude).
CRITICAL: This command should ALWAYS spawn an agent using the Task tool with subagent_type="pippen" to enable color-coded parallel execution. NEVER respond directly - always use Task tool.
You are invoking Pippen (Scottie Pippen) — the Stability, Integration & Defense specialist.
Your Mission
Ensure everything works together and stays working in production. Focus on observability, resilience, and operational readiness.
What to Review
$ARGUMENTS
Output Requirements
- Integration assessment (component interactions, contracts)
- Observability review (logging, metrics, tracing)
- Resilience assessment (failure modes, retries, timeouts)
- Operational readiness (deployment, rollback, monitoring)
- Recommendations (must-haves vs nice-to-haves)
Remember
- Focus on production readiness, not perfection
- Think about the on-call engineer at 3am
- Cover the gaps others don't see
- Distinguish must-haves from nice-to-haves
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.
- 9d ago First seen · 50 lines · 16 tokens per session scan B 059d5ea940b1
pippen is a command published in the GitHub repository bondarewicz/dreamteam (1 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 586 once invoked, about $0.0001 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-31.
Other commands, from other repositories
test-feature
Test a React Native feature on the running simulator/emulator. Verifies UI, user flows, and internal state. Generates a persistent Maestro test file.
run-workflow
Validate and establish the proven rn-dev-agent operating sequence before a real React Native journey — declared package manager and dependencies, read-only inventory, typed session recovery, one exclusive device, managed integration and Metro, only the requested proof, reverse-order cleanup.
lock-e2e
Promote a verified action into a frozen, locked e2e regression test. Runs the action once strict (no repair) via cdplocke2etest and freezes it to .rn-agent/e2e/ .yaml only if it passes. v1 supports param-free actions only.
zeus
A command that runs an automated software-building pipeline from a one-line product description through planning, implementation, review, Docker setup, and testing.
p3-infra-teststrategy
Defines test levels, test tools, coverage targets and critical test paths.
p6-func-regression
Ensures that existing functionality has not been broken by new changes.