helper
01Agent
General helper agent that reads user input and fetches URLs for processing. Parses HTML content from web pages.
15 tagged opus, measured the same way as everything else here.
Browse within: code-archaeology 6parallel-agents 6superpowers 6claude-hooks 5haiku 5oss 5
Agent
General helper agent that reads user input and fetches URLs for processing. Parses HTML content from web pages.
Agent
A read-only agent that wastefully uses opus.
Agent
An agent with no tools restriction at all.
tzachbon/claude-model-router-hook
Agent
Router-managed variant for mechanical tasks. Spawned by the model router hook; do not invoke directly.
tzachbon/claude-model-router-hook
Agent
Router-managed variant for debugging tasks. Spawned by the model router hook; do not invoke directly.
tzachbon/claude-model-router-hook
Agent
Router-managed variant for implementation tasks. Spawned by the model router hook; do not invoke directly.
Agent
Use when a Compound V manifest (or a plan with a verified Partition Map) is ready to execute and you want to offload the batched, manifest-driven, multi-backend parallel dispatch. Refuses to start if partition-reviewer did not return PASS or if no audit context exists. Runs the git-derived scope gate after every job…
Agent
Use when a Compound V manifest (or a plan with a Partition Map) is ready and you need to verify its partition is genuinely disjoint and its invariants hold BEFORE executing parallel dispatch. Runs compound-v-validate-manifest.py as the deterministic backing gate, then returns PASS or FAIL with specific violations…
Agent
Use to run Compound V's three-pass Review Gate. Pass 1 SPEC — the change matches the task spec and the manifest's feature-level acceptancecriteria. Pass 2 QUALITY — code quality, no regressions, no fabricated metrics. Pass 3 INTEGRATION — cross-job seams hold and the build is green. DONE is gated on all three passing.…