Agents for Claude Code

16,343 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.

action-planning-agent

242

catlog22/Claude-Code-Workflow

Agent Claude Code

Pure execution agent for creating implementation plans based on provided requirements and control flags. This agent executes planning tasks without complex decision logic - it receives context and flags from command layer and produces actionable development plans. Examples: Context: Command provides requirements with…

not rated 2.1k +1 2mo ago A 151 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

Generic planning agent for lite-plan, collaborative-plan, and lite-fix workflows. Generates structured plan JSON based on provided template reference. Spawned by lite-plan, collaborative-plan, and lite-fix orchestrators. Core capabilities: Template-driven output (plan-overview-base-schema or plan-overview-fix-schema)…

not rated 2.1k +1 2mo ago A 111 tokens original MIT archived

catlog22/Claude-Code-Workflow

Agent Claude Code

Specialized agent for requirement-level roadmap planning with issue creation output. Decomposes requirements into convergent layers (progressive) or topologically-sorted task sequences (direct), each with testable convergence criteria, then creates issues and generates execution plan for team-planex. Core…

not rated 2.1k +1 2mo ago A 126 tokens original MIT archived

external-pr-reviewer

245

jhlee0409/claude-code-history-viewer

Agent Claude Code

A read-only reviewer for evaluating whether a pull request, a proposed set of code changes, is ready to merge into a project. It checks the request's target branch, changed files, code quality, merge status, and available automated checks.

not rated 2.1k +9 2d ago A 107 tokens original MIT

issue-analyzer

246

jhlee0409/claude-code-history-viewer

Agent Claude Code

A read-only helper for triaging GitHub issues, which are reports or requests attached to a code project. It reads issues in Chinese, Korean, Japanese, or English, classifies them, suggests an existing label, and drafts a reply.

not rated 2.1k +9 2d ago A 100 tokens original MIT

jhlee0409/claude-code-history-viewer

Agent Claude Code

A read-only review guide for pull requests that add support for a new AI coding assistant. It compares the new provider with existing provider implementations and checks how the assistant's history is found across operating systems.

not rated 2.1k +9 2d ago A 122 tokens original MIT

bug-triage

248

stacklok/toolhive

Agent Claude Code

Triages GitHub issues by investigating whether they've been resolved in the codebase, recommending closures, and helping craft polite closure messages. Use when doing bug triage sessions or cleaning up stale issues.

not rated 2.1k +10 today A 44 tokens original Apache-2.0

kubernetes-expert

249

stacklok/toolhive

Agent Claude Code

Specialized in Kubernetes operator patterns, CRDs, controllers, and cloud-native architecture for ToolHive.

not rated 2.1k +10 today A 24 tokens original Apache-2.0

toolhive-expert

250

stacklok/toolhive

Agent Claude Code

Codebase knowledge, navigation, and implementation guidance — use for understanding existing code and patterns.

not rated 2.1k +10 today A 23 tokens original Apache-2.0

code-deduplicator

251

Kochava-Studios/witsy

Agent Claude Code

Use this agent when you need to identify and eliminate code duplication through systematic refactoring. Examples: Context: User has written several similar functions with repeated logic patterns. user: 'I've been copying and pasting this validation logic across multiple files. Can you help clean this up?' assistant…

not rated 2.0k +1 4mo ago A 0 tokens AGPL-3.0

code-reviewer

252

WeaveMindAI/weft

Agent Claude Code

When reviewing code before a git push.

not rated 1.9k +3 2d ago A 11 tokens

code-reviewer

253

MadAppGang/dingo

Agent Claude Code

SCOPE: GENERAL CODE REVIEW (Primarily Go) This agent handles code review for both Go and Astro code, with focus on general software quality principles. Preferred Usage: ✅ Dingo transpiler/language (Go code in /cmd/, /pkg/, /internal/) ⚠️ Astro landing page (can review, but astro-reviewer is preferred for…

not rated 1.9k +1 1mo ago A 452 tokens

astro-developer

254

MadAppGang/dingo

Agent Claude Code

SCOPE: ASTRO LANDING PAGE ONLY This agent is EXCLUSIVELY for the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language development (use golang-developer instead) Go code in /cmd/, /pkg/, /internal/ (use golang-developer instead) Parser or AST work (use…

not rated 1.9k +1 1mo ago A 753 tokens

astro-reviewer

255

MadAppGang/dingo

Agent Claude Code

SCOPE: ASTRO LANDING PAGE REVIEW ONLY This agent is EXCLUSIVELY for reviewing the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language code review (use code-reviewer instead) Go code review in /cmd/, /pkg/, /internal/ (use code-reviewer instead) Parser…

not rated 1.9k +1 1mo ago A 1,114 tokens

gstreamer

256

NVIDIA-AI-Blueprints/video-search-and-summarization

Agent Claude Code

GStreamer and media pipeline specialist for VIOS. Use for questions about pipeline construction, element selection, caps negotiation, buffer handling, GStreamer best practices, debugging pipeline issues, and NVIDIA DeepStream/NvEnc/NvDec integration.

not rated 1.8k +3 today A 51 tokens

vios-api

257

NVIDIA-AI-Blueprints/video-search-and-summarization

Agent Claude Code

VIOS REST API agent. Queries a running VIOS/VST backend over HTTP to list sensors, fetch recording timelines, download clips, capture snapshots, add/delete sensors and RTSP streams, and upload video files. Use whenever the user wants to interact with VIOS data via its REST API rather than through the UI or source code.

not rated 1.8k +3 today A 71 tokens

vios-release-note

258

NVIDIA-AI-Blueprints/video-search-and-summarization

Agent Claude Code

Generate a complete VIOS multi-arch release note for a given build drop version. Fetches container images from GitHub compose.env files, commit titles from GitHub between the previous release tag and HEAD, Jira VST tickets, NVBugs entries, Slack channel evidence, and Outlook email evidence, then renders a formatted…

not rated 1.8k +3 changed today A 285 tokens

deep-explore

259

yoanbernabeu/grepai

Agent Claude Code

Deep codebase exploration using grepai semantic search and call graph tracing. Use this agent for understanding code architecture, finding implementations by intent, analyzing function relationships, and exploring unfamiliar code areas.

not rated 1.8k +5 2d ago A 41 tokens original MIT

code-reviewer

260

kubb-labs/kubb

Agent Claude Code

Reviews TypeScript changes in this monorepo for correctness, security, and maintainability. Use after implementing a feature or before opening a PR.

not rated 1.8k today A 33 tokens original MIT

code-review

261

AutoForgeAI/autoforge

Agent Claude Code

Use this agent when you need a thorough code review of recently written code, when you want to ensure code quality meets the highest standards, when checking for technical debt, security vulnerabilities, or performance issues, or when you need to run quality checks like linting and type checking. Examples:\n\n…

not rated 1.8k +1 1mo ago A 374 tokens

coder

262

AutoForgeAI/autoforge

Agent Claude Code

Use this agent when you need to implement new features, write new code, refactor existing code, or make any code changes to the codebase. This agent should be invoked for tasks requiring high-quality, production-ready code implementation.\n\nExamples:\n\n \nContext: User requests a new feature implementation\nuser…

not rated 1.8k +1 1mo ago A 312 tokens

deep-dive

263

AutoForgeAI/autoforge

Agent Claude Code

Use this agent when you need comprehensive analysis, investigation, or exploration of code, architecture, or technical solutions. This includes: reviewing implementation plans before execution, exploring unfamiliar codebases, investigating bugs or performance issues, analyzing design alternatives, performing security…

not rated 1.8k +1 1mo ago A 535 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: