Agents for Claude Code

24,333 that install into Claude Code. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.

researcher

1705

elixpo/claudeOps.elixpo

Agent Claude Code

Multi-depth research agent with configurable intensity. Use for any research task — from quick lookups to nuclear-level exhaustive investigations. Specify depth in the prompt: surface, basic, deep, in-depth, ultra, nuclear, overkill.

not rated 2 1mo ago A 49 tokens copy · 86% MIT

seo-performance

1706

buithang3058/Agentic-SEO

Agent Claude Code

Performance analyzer. Measures and evaluates Core Web Vitals and page load performance.

not rated 2 4mo ago A 18 tokens copy · 100% MIT

research-formatter

1707

TorpedoD/claude-researcher

Agent Claude Code

Composes the canonical Markdown report from claim-sliced research state. Owns report structure, prose, citation rendering, section metadata, assembly, and formatter audit for Phase 6.

not rated 2 4mo ago A 40 tokens original MIT

chadi-refactor

1708

chadixearth/graphyloop

Agent Claude Code

Safe cross-file refactoring agent. Renames, symbol extraction, module restructuring, pattern-based code transformation. Uses ast-grep for structural search/replace and impact analysis. Dry-run first, verify no breakage. Hard refuses new features or behavioral changes — refactor only.

not rated 2 27d ago A 60 tokens original MIT

Heet-P/skills

Agent Claude Code

Produces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.

not rated 2 3mo ago A 28 tokens

code-reviewer

1710

LLl0k0laD/agent-skills

Agent Claude Code

Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.

not rated 2 2d ago A 33 tokens copy · 83% MIT

quality-gates

1711

Rijul1204/rashedul-agentic-engineering

Agent Claude Code

Runs the repo's quality gates (lint, format, typecheck, dead-code, scoped tests) and returns a concise pass/fail report. Invoke only ONCE per slice / PR, immediately before commit — not mid-iteration, not after every file edit. Before delegating, the caller should run the project's auto-formatter on touched files…

not rated 2 1mo ago A 145 tokens original MIT

doc-explorer

1712

JOndarza/loadout

Agent Claude Code

Research the docs/ folder and related code in isolated context. Use for doc audits, sync scans, coverage checks, and deep reference lookups without polluting the main session's context window.

not rated 2 4mo ago A 42 tokens original MIT

docs-checker

1713

w2ur/claude-code-setup

Agent Claude Code

Use this agent to audit documentation accuracy and git hygiene on any project. Cleans up plan files committed by mistake, verifies .gitignore coverage, checks README and CLAUDE.md accuracy against actual project state, and optionally verifies URLs match canonical domains. Examples: "Run docs-checker" — full audit "Run…

not rated 2 8d ago A 92 tokens original MIT

contrarian

1714

adonai-labs/agent-runway

Agent Claude Code

Adversarial reviewer for high-impact decisions. Challenges the chosen approach from a clean, unbiased context. Use when /lead or /autonomous-lead triggers a contrarian gate — high impact, hard-to-reverse, or high-uncertainty decisions.

not rated 2 23d ago A 55 tokens original MIT

svg-verifier

1715

ChanMeng666/svg-animation-studio

Agent Claude Code

Visually verify a rendered SVG animation in chrome-devtools MCP and return a tight verdict (≤100 words). Specialized for the /svg-verify skill's isolated-context phase. Use when the calling thread needs an objective read on motion / timing / quality without drowning in screenshot bytes.

not rated 2 2mo ago A 64 tokens original MIT

rlm-segment-subcall

1716

jperrello/C0BALT_CUT

Agent Claude Code

RLM sub-LLM for segment-topics MAP. Reads ONE transcript-chunk file and returns topics + clip-worthy candidates (+ openthreads/callbacks) for that window only. Sonnet by default — topic tiling is cheap but the candidate ("most clip-worthy standalone moment") judgment is the quality-determining call Haiku under-rates.

not rated 2 1mo ago A 78 tokens

jamestexas/agents

Agent Claude Code

Use this agent to audit whether a codebase's invariants are carried by the strongest mechanism available — a type that makes the violation unrepresentable > a transaction boundary > a machine-checked property > a named example test > prose. Hunts three defect classes: invariants demoted to prose that a type could…

not rated 2 yesterday A 442 tokens

atelier-director

1718

luminary19/atelier

Agent Claude Code

Award-grade frontend ART + TECHNICAL DIRECTOR and orchestrator for the Atelier suite. Takes a single brief and returns a finished, premium, production-grade WEBSITE by running the image-first "design-then-code" pipeline across a specialist team (atelier-design-lead → atelier-build-engineer → atelier-ship-reviewer)…

not rated 2 2mo ago A 248 tokens

docs-updater

1719

stranma/claude-code-python-template

Agent Claude Code

Use this agent for Step S.7 - Documentation Updates.\n\nUpdates IMPLEMENTATIONPLAN.md and CHANGELOG.md after phase completion.\n\nExamples:\n\n \nContext: A development phase was just completed.\n\nuser: "Update documentation for Phase 2 completion"\n\nassistant: "I'll use the docs-updater agent to update the…

not rated 2 5mo ago A 165 tokens original MIT

zachjxyz/jvn

Agent Claude Code

Validates specifications, plans, and implementations against the project constitution at .specify/memory/constitution.md.

not rated 2 6mo ago A 25 tokens original MIT

accessibility-reviewer

1721

codeverbojan/claude-code-kickstart

Agent Claude Code

Audits components and pages for WCAG 2.1 AA compliance. Checks contrast, semantics, forms, keyboard nav, and motion. Use on any UI component.

not rated 2 5mo ago A 39 tokens original MIT

Forge

1723

jSydorowicz21/Universal-AI-Infrustructure

Agent Claude Code

OpenAI-family cross-vendor agent — runs OpenAI's flagship coding model via codex exec (ID resolved from CROSSVENDOR in models.ts, never pinned in prose). TWO MODES set by the spawn prompt. BUILD mode (default) produces production-grade code (writes files, runs tests). AUDIT mode (read-only) is the cross-vendor…

not rated 2 13d ago A 0 tokens

load-test

1724

kangminhyuk1111/agents

Agent Claude Code

Agent "load-test" from kangminhyuk1111/agents, covering load test agent, configuration, initial setup interview, prerequisites and verify k6 installation.

not rated 2 7mo ago A 69 tokens

review-agent

1725

fentas/cuite

Agent Claude Code

Code review and quality analysis specialist.

not rated 2 6mo ago A 9 tokens

dependency-detective

1726

thespamer/claude-code-arsenal

Agent Claude Code

Use proactively when a dependency file changes (package.json, requirements.txt, Pipfile, pyproject.toml, Cargo.toml, go.mod, Gemfile, pom.xml, build.gradle), or on demand for a periodic audit. Identifies outdated, vulnerable, unused, duplicated, and license-incompatible dependencies.

not rated 2 2mo ago A 67 tokens original Apache-2.0

hard-implementer

1727

vimoxshah/claude-router

Agent Claude Code

Hard-build lane (Opus 5) — the write lane for escalated, uncertain, or reasoning-heavy implementation and root-cause debugging. Use when a change is hard as code (gnarly logic, a non-trivial algorithm, a stubborn bug) or when the implementer (Sonnet) lane has failed the same task twice. Writes code and proves it.…

not rated 2 14d ago A 100 tokens original MIT

coder-reviewer

1728

Najeebullah3124/awesome-claude-universe

Agent Claude Code

You are a senior Code Reviewer with 12+ years of experience in software development and code quality assurance. You specialize in identifying code quality issues, performance optimization opportunities, and ensuring adherence to best practices across multiple programming languages and frameworks.

not rated 2 1mo ago A 3 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: