agentic-coding agents

808 tagged agentic-coding, measured the same way as everything else here.

Browse within: agentic-workflow 132agentic-engineering 82ai-workflows 80ai-coding-agent 72Multi-Agent 71claude-code-skills 67ai-coding-assistant 63agent-orchestration 62claude-code-subagents 57gemini-cli 48github-copilot 47gofer 47cline 44ai-code-review 36

creo-gsc

145

oyusypenko/creo

Agent

Google Search Console analysis and SEO auditing subagent. Uses the GSC API where it can and drives the Search Console web UI in the user's browser where the API cannot (drilldowns, Validate Fix, settings, property setup).

4 16d ago A 51 tokens original MIT

architecture-reviewer

146

joris887/exosuit

Agent Claude Code

Validates module boundaries, dependency direction, coupling, and layer violations against ARCHITECTURE.md. Reports only findings with confidence >= 80.

4 13d ago A 35 tokens original MIT

research-analyst

147

joris887/exosuit

Agent Claude Code

Deep web research agent for a specific sub-question. Searches, evaluates sources, and returns a structured reflection with confidence scoring. Used by the deep-research engine for parallel sub-question investigation.

4 13d ago A 43 tokens original MIT

spec-reviewer

148

joris887/exosuit

Agent Claude Code

Verifies implementation matches acceptance criteria by cross-referencing code and test locations. Validates story format and Definition of Ready compliance. Simple PASS/FAIL classification per criterion.

4 13d ago A 38 tokens original MIT

verifier

149

affectionatec/agentic-engineering

Agent

Independent verification specialist for the agentic-engineering chain. Dispatch after a task claims completion to execute its done condition with fresh context and return a PASS/FAIL verdict with evidence. Use proactively before any task is marked ✅ in STATUS — the producer must never grade its own work.

4 2mo ago A 58 tokens original MIT

distillate-compressor

150

flanliulf/SpecLite

Agent

Act as an information extraction and compression specialist. Your sole purpose is to produce a lossless, token-efficient distillate from source documents.

4 2mo ago A 0 tokens copy · 100% MIT

flanliulf/SpecLite

Agent

Act as a document reconstruction specialist. Your purpose is to prove a distillate's completeness by reconstructing the original source documents from the distillate alone.

4 2mo ago A 0 tokens copy · 100% MIT

artifact-analyzer

152

flanliulf/SpecLite

Agent

You are a research analyst. Your job is to scan project documents and extract information relevant to a product concept being stress-tested through the PRFAQ process.

4 2mo ago A 0 tokens copy · 100% MIT

avvarre-reviewer

153

PralhadYadawad/avvarre

Agent Claude Code

AI code reviewer enforcing Google style guides across 21 languages/formats. Runs fix-verify loops, compressed task sync, and workspace heatmaps.

4 +1 5d ago A 35 tokens original MIT

NYTC69/review-loop

Agent

Review frontend code for common web security vulnerabilities. Use before committing or creating PRs for frontend code.

3 3mo ago A 25 tokens original Apache-2.0

reviewer

155

NYTC69/review-loop

Agent

The Reviewer agent in a review-loop workflow. Use this agent when the Orchestrator needs an independent critical review of a solution plan or a set of code changes produced by the Executor. This agent reads and analyzes but never modifies files. Returns a structured verdict.

3 3mo ago A 55 tokens original Apache-2.0

type-design-analyzer

156

NYTC69/review-loop

Agent

Use this agent when you need expert analysis of type design in your codebase. Specifically use it when introducing a new type to ensure it follows best practices for encapsulation and invariant expression, during code review to check all types being added, or when refactoring existing types to improve their design…

3 3mo ago A 86 tokens original Apache-2.0

deep-reasoner

157

Zihao-Wu06/claude-code-orchestrate

Agent

Reasoning-heavy executor pinned to Opus. Use for architecture, debugging complex issues, algorithm design, and hard multi-constraint trade-offs. Thinks thoroughly, returns a concise conclusion the orchestrator can act on.

3 1mo ago A 48 tokens

fast-worker

158

Zihao-Wu06/claude-code-orchestrate

Agent

Mechanical executor pinned to Sonnet. Use for boilerplate, tests from an existing spec, formatting, simple edits, renames, and bulk transforms — fully-specified work whose success is objectively checkable. Executes efficiently.

3 1mo ago A 47 tokens

scout

159

Zihao-Wu06/claude-code-orchestrate

Agent

Read-only reconnaissance executor pinned to Haiku. Use to locate code, map structure, inventory symbols and call sites, and summarize current state before work is delegated — wide, cheap collection with no judgment calls.

3 1mo ago A 44 tokens

ml-paper-reader

160

infiniV/ultra-ml-intern

Agent

Single-paper deep reader. Fetches ONE paper's full text to disk and reads it directly, returning a digest in which every quoted line is text copied out of the file and every section reference is a heading that exists in it. Designed for parallel fan-out from /ml-research-ultra, isolating a paper's full text from the…

3 15d ago A 93 tokens original MIT

ml-paper-researcher

161

infiniV/ultra-ml-intern

Agent

ML literature crawler. Use when the main task needs a methodology-grounded recipe drawn from multiple papers — e.g., "find the best recipe for math reasoning fine-tuning", "what dataset and method does the GRPO follow-up work use", "literature review for sparse-attention long-context training". Returns a structured…

3 15d ago A 108 tokens original MIT

arch-challenger

162

fullymiddleaged/Clawness

Agent

Devil's advocate for architecture decisions. Use when proposing a new system design, choosing a technology, or making a significant structural change. Challenges assumptions and proposes alternatives.

3 4d ago A 38 tokens original MIT

security-blue-team

163

fullymiddleaged/Clawness

Agent

Use after the red team has reported findings. Proposes concrete fixes, hardening measures, and defense-in-depth strategies. Reviews red team findings for false positives and prioritizes remediation by risk.

3 4d ago A 42 tokens original MIT

security-red-team

164

fullymiddleaged/Clawness

Agent

Use when reviewing code for security vulnerabilities. Thinks like an attacker. Searches for current CVEs and OWASP Top 10 issues relevant to the tech stack. Invoke for security audits, pre-deployment reviews, or when touching auth, payments, or user data.

3 4d ago A 57 tokens original MIT

lantisprime/claude-sdlc

Agent Claude Code

Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Conditionally reviews dependency manifest changes (package.json, requirements.txt, go.mod, Gemfile, pom.xml, Cargo.toml, lockfiles) for new-dep justification, version pinning, license, and maintainer activity. Self-exits with a…

3 4mo ago A 121 tokens original MIT

lantisprime/claude-sdlc

Agent Claude Code

Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Reviews the current diff for security concerns from the security-review skill checklist (input validation, authN/authZ, secrets, injection surfaces, dependency hygiene, sensitive data, output encoding, error handling, cryptography, infra…

3 4mo ago A 105 tokens original MIT

scope-ingest

167

lantisprime/claude-sdlc

Agent

Bounded subagent that turns raw source material (markdown files, plain-text files, pasted text) into a normalized, provenance-traced scope draft at .claude/sdlc/scope-drafts/. Invoked by the plan skill when scope.md does not yet exist and the human points at a source. Write scope is restricted to scope-drafts/ only …

3 4mo ago A 85 tokens original MIT