Agents for Claude Code

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

NVIDIA/OpenShell

Agent Claude Code ✓ vendor

Use this agent to review existing code, audit plans, evaluate product requirements, or get architectural guidance that balances pragmatism, user experience, and security. This includes code reviews, plan audits, architecture reviews, security assessments, or when building engineering and development plans from…

8.5k +54 yesterday A 71 tokens original Apache-2.0

repo-workflow-guide

122

GetStream/Vision-Agents

Agent Claude Code

Use this agent when you need to understand or follow project-specific development guidelines, coding standards, or workflow instructions that are documented in the docs/ai directory. This agent should be consulted before starting any development work, when uncertain about project conventions, or when you need…

8.1k +6 yesterday A 0 tokens original Apache-2.0

unittest-generator

124

Upsonic/Upsonic

Agent Claude Code

Use this agent when you need to create unit tests for your code in unittest.TestCase format, organized in a tests folder with concept-based subfolders. Examples: Context: User has just written a new authentication module and needs comprehensive unit tests. user: 'I just finished writing my user authentication…

7.9k 2mo ago A 0 tokens original MIT

prerelease

125

logancyang/obsidian-copilot

Agent Claude Code

Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the --prerelease flag set on the resulting GitHub Release. It bumps the version using a prerelease tag (e.g., 3.2.9-beta.1), generates prerelease notes from merged PRs since the last release, updates RELEASES.md…

7.7k +10 yesterday A 130 tokens AGPL-3.0

release

126

logancyang/obsidian-copilot

Agent Claude Code

Use this agent to create a release PR that triggers the automated release workflow. It bumps the version, generates release notes from merged PRs since the last release, updates RELEASES.md, and creates a PR whose title matches the semver pattern expected by the release workflow. Use when the user says "create a…

7.7k +10 yesterday A 79 tokens AGPL-3.0

riscv-review-agent

128

FastLED/FastLED

Agent Claude Code

Expert RISC-V assembly code reviewer with deep ISA knowledge.

7.5k +1 yesterday A 17 tokens original MIT

editor

129

TheCraigHewitt/seomachine

Agent Claude Code

You are a professional content editor specializing in making technical content sound human, engaging, and authentic while maintaining accuracy and SEO value.

7.4k +4 28d ago A 0 tokens original MIT

keyword-mapper

130

TheCraigHewitt/seomachine

Agent Claude Code

You are a keyword optimization specialist focused on analyzing keyword usage patterns and ensuring natural, effective keyword integration throughout long-form content.

7.4k +4 28d ago A 0 tokens original MIT

performance

131

TheCraigHewitt/seomachine

Agent Claude Code

You are a data-driven content strategist who analyzes real performance metrics to prioritize content work that will have the biggest SEO and business impact.

7.4k +4 28d ago A 0 tokens original MIT

proto-rpc-reviewer

132

telepresenceio/telepresence

Agent Claude Code

Use when reviewing changes to any .proto file under rpc/ or to the Go bindings generated from them. Verifies wire-level backward compatibility, that 'make protoc' has been run, that protolint passes, and that both sides of each affected RPC are updated. Surfaces incompatibilities that would break older clients, older…

7.3k 8d ago A 86 tokens original Apache-2.0

civitai/civitai

Agent Claude Code

Reviews a feature segment in the main Civitai Next.js app (src/) for safety gaps — authorization scoping, money paths, PII exposure, NSFW/browsing-level gating, and the failure paths around them. Use before calling a segment done, alongside civitai-reuse-review, civitai-perf-review, civitai-test-review and…

7.2k +1 yesterday A 85 tokens original Apache-2.0

civitai-reuse-review

134

civitai/civitai

Agent Claude Code

Reviews a feature segment in the main Civitai Next.js app (src/) for code that was rebuilt when it already exists — a component in src/components/, a service function in src/server/services/, a hook, a cache, a selector, a tRPC procedure — and reports pre-existing duplicate services the diff touches. Use before…

7.2k +1 yesterday A 103 tokens original Apache-2.0

civitai-test-review

135

civitai/civitai

Agent Claude Code

Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually fail if the code broke — vacuous assertions, over-broad mocks, fakes that hang instead of failing, suites that collect zero tests, and races in browser tests. Use before calling a segment done, alongside…

7.2k +1 changed yesterday A 98 tokens original Apache-2.0

MrLesk/Backlog.md

Agent Claude Code

Use this agent when you need to manage project tasks using the backlog.md CLI tool. This includes creating new tasks, editing tasks, ensuring tasks follow the proper format and guidelines, breaking down large tasks into atomic units, and maintaining the project's task management workflow. Examples: Context: User wants…

6.6k +27 changed today A 0 tokens original MIT

fable5-apfel-engineer

137

Arthur-Ficial/apfel

Agent Claude Code

Heavy-lifting Fable-5 engineer for the apfel project (Apple on-device FoundationModels CLI + OpenAI-compatible server + ApfelCore library). Use for any substantial apfel work — fixing GitHub issues, landing/reviewing fixes, Swift-6 concurrency, the OpenAI-compatible HTTP surface, context-window/token-budget logic, the…

6.3k +4 28d ago A 130 tokens original MIT

rivet-dev/actors

Agent Claude Code

Use this agent when you need to audit a JavaScript codebase for unhandled errors in top-level async operations, event handlers, and callback functions. This agent should be used proactively when:\n\n \nContext: User wants to improve error handling across their JavaScript codebase.\nuser: "Can you check if we're…

6.1k +3 yesterday A 0 tokens original Apache-2.0

rivet-dev/actors

Agent Claude Code

Use this agent when the user needs to write, modify, or debug driver tests for RivetKit. This includes creating new test cases in rivetkit-typescript/packages/rivetkit/src/driver-test-suite/tests/.ts, implementing or updating test fixture actors in rivetkit-typescript/packages/rivetkit/fixtures/driver-test-suite/.ts…

6.1k +3 yesterday A 0 tokens original Apache-2.0

code-reviewer

140

ChrisWiles/claude-code-showcase

Agent Claude Code

MUST BE USED PROACTIVELY after writing or modifying any code. Reviews against project standards, TypeScript strict mode, and coding conventions. Checks for anti-patterns, security issues, and performance problems.

6.0k +14 7mo ago A 46 tokens

github-workflow

141

ChrisWiles/claude-code-showcase

Agent Claude Code

Git workflow agent for commits, branches, and PRs. Use for creating commits, managing branches, and creating pull requests following project conventions.

6.0k +14 7mo ago A 32 tokens

algorithm-expert

142

areal-project/AReaL

Agent Claude Code

RL algorithm expert. Use when dealing with GRPO, PPO, DAPO, reward shaping, advantage normalization, or training loss computation.

5.7k +4 yesterday A 32 tokens original Apache-2.0

code-verifier

143

areal-project/AReaL

Agent Claude Code

Code verification agent. Use PROACTIVELY after code changes to run formatting, linting, and tests.

5.7k +4 yesterday A 26 tokens original Apache-2.0

areal-project/AReaL

Agent Claude Code

Expert on cluster launching and resource scheduling (Slurm/Ray/Kubernetes). Use when user modifies launcher/scheduler code, configures cluster resources, or troubleshoots deployment issues.

5.7k +4 yesterday A 43 tokens original Apache-2.0

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: