yumedzi/yumedzi_claude_plugins

Claude Code plugins: cost-aware agent delegation

2Stars on the repository
10Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

deep-thinker

01

yumedzi/yumedzi_claude_plugins

Agent

Heavy reasoning — architecture tradeoffs, root-cause analysis, risk assessment. Read-only. Dispatch when quick implementation would be premature, the problem has no obvious cause and spans multiple modules, or a worker has failed twice and reported up (escalation target of the cheap-first cascade).

2 20d ago A 61 tokens

researcher

02

yumedzi/yumedzi_claude_plugins

Agent

Web researcher — searches and synthesizes into a sourced brief. Dispatch for open-ended external questions needing 3+ sources triangulated (library docs, error messages, API references, comparisons). For a single known URL, WebFetch directly instead.

2 20d ago A 51 tokens

scout

03

yumedzi/yumedzi_claude_plugins

Agent

Fast, cheap codebase recon (Haiku). Dispatch when the task names an area but not specific files, or when orienting would take 5+ greps/reads — returns a structured file map with line ranges and key snippets, not full source. Read-only.

2 20d ago A 58 tokens

worker

04

yumedzi/yumedzi_claude_plugins

Agent

Isolated code worker — reads, writes, edits, runs commands. Dispatch for self-contained code changes with full context in the prompt; protects its own context by spawning scout/researcher. Also runs headless via claude --agent worker.

2 20d ago A 52 tokens