Agent Smith Plugin
Description
Claude Code plugin — delegate bulky research & first-draft work to Google Gemini, then review and finish with Claude.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-smith
a claude code skill that offloads the bulky half of a task to cheaper models, then makes claude verify the result before it counts.
claude scopes, reviews, integrates and delivers. gemini, a paid glm plan, or a local ollama fleet do the drafting, digesting and research. every run is logged, every reviewed run gets a verdict, and the verdicts decide which model gets which kind of work next time. trust is measured in a gym, never asserted.
why
claude tokens are the expensive, rate-limited resource. most of what burns them is not judgment, it is volume: reading a 200 page pdf, drafting boilerplate from a clear spec, running a web search and summarizing ten sources, classifying a thousand records. those jobs are checkable. a cheaper model can draft them and claude can spot-check the output for less than it costs to do the work itself.
the skill exists to make that the default rather than something you remember to do.
what it does
gemini.pysends a prompt (plus optional files, images, web grounding, json schema) to one of several backends and prints the answer on stdout, metadata on stderrsmith_agent.pyruns a sandboxed tool loop for multi-step scratch builds: fix a bug, add a feature, build a small app in a throwaway directorytranscribe.pytranscribes audio locally with mlx-whisper (apple silicon)embed.pydoes embeddings and reranking via cloudflare workers ai- a usage ledger records every run with its task shape, model, purpose and archived output
verdict.pyrecords good/bad after review; the ledger turns verdicts into per-shape routing weightsgap_report.pyjoins the ledger against your claude transcripts to show where claude did work a trusted route could have donefleet_check.pycatches anollama pullsilently replacing a model you had earned trust in- two non-blocking
PreToolUsehooks nudge claude toward the fleet at the moment it reaches forWebSearchor a read-onlyAgentfan-out
install
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11