claude code plugin agents

5,125 tagged claude code plugin, measured the same way as everything else here.

Browse within: claude-code-skills 187Multi-Agent 170code-quality 144agentic-coding 69agentic 68claude-code-subagents 68clean-architecture 67beta 63harness 63claude-plugin 58autonomous-coding 57claude-code-marketplace 54ai-pipeline 53agent-orchestration 49

design-lint

49

Adityaraj0421/naksha-studio

Agent

Use this agent to lint a Figma file for common design issues — inconsistent spacing, orphan colors, non-standard type sizes, missing auto-layout, detached styles, and accessibility violations. Returns a prioritized list of issues with auto-fix suggestions. Context: User is building a design in Figma and wants a…

316 2mo ago A 265 tokens original MIT

yuting0624/antigravity-for-claude-code

Agent

Use this subagent PROACTIVELY — don't wait for the user to ask for delegation — whenever a task contains a well-scoped, ABOVE-break-even unit of work for the Antigravity CLI (agy / Gemini): bulk scaffolding, exhaustive test generation, migrations, long-context reads that distill to a digest, or fan-out web / Vertex AI…

296 5d ago A 401 tokens original MIT

analyzer

51

prime-radiant-inc/greenfield

Agent

Generic Analyzer agent. Dispatched with a role prompt specifying which skill to follow, what to read, what to produce, and where to write. Loads all analysis skills.

269 26d ago A 37 tokens original Apache-2.0

sanitizer

52

prime-radiant-inc/greenfield

Agent

Generic sanitizer worker agent. Reads raw specs and rewrites them as clean behavioral specs. Loads sanitization and provenance skills.

269 26d ago A 28 tokens original Apache-2.0

deepseek_harness.zh

54

SepineTam/mcp-for-stata

Agent

An agent-installation note for setting up a project in DeepSeek Harness Web, a web interface for running AI agents.

253 yesterday A 0 tokens AGPL-3.0

openclaw

55

SepineTam/mcp-for-stata

Agent

Since OpenClaw does not natively support the MCP tool protocol, MCP-for-Stata provides standalone CLI tool commands that OpenClaw can use through terminal tool invocation.

253 yesterday A 0 tokens AGPL-3.0

codex-artist

56

Sateezg/codex-bridge

Agent

Image-generation subagent. Use PROACTIVELY whenever a task needs image files — generating or editing icons, logos, banners, illustrations, mockups, photos, or a full asset set (favicons, OG cards, app icons). Produces images with OpenAI gpt-image-2 through the local Codex CLI using the user's ChatGPT login, no API…

252 22d ago A 100 tokens original MIT

codex-debugger

57

Sateezg/codex-bridge

Agent

Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenAI Codex (GPT-5) via the local Codex CLI, then verifying its diagnosis against the real code. Use when something is broken and the cause isn't obvious, when a bug has already resisted one attempt at a fix, or…

252 22d ago A 104 tokens original MIT

codex-implementer

58

Sateezg/codex-bridge

Agent

Hand a well-specified, high-volume coding task to OpenAI Codex (GPT-5) to actually write the code, so it runs on the user's ChatGPT quota instead of this session's context. Use for mechanical work across many files (renames, import migrations, adding a pattern everywhere), bulk generation (scaffolding, fixtures…

252 22d ago A 114 tokens original MIT

code-reviewer

59

ed3dai/ed3d-plugins

Agent

Reviews completed project steps against plans and enforces coding standards. Use when a numbered step from a plan is complete, a major feature is implemented, or before creating a PR. Validates plan alignment, code quality, test coverage, and architecture. Blocks merges for Minor, Important, or Critical issues.

248 2mo ago A 64 tokens

task-bug-fixer

60

ed3dai/ed3d-plugins

Agent

Fixes issues identified by code-reviewer and triggers re-review. Use when code-reviewer returns any issues that need to be addressed before merge approval.

248 2mo ago A 36 tokens

ed3dai/ed3d-plugins

Agent

Implements individual tasks from plans with TDD, skill application, verification, and git commits. Use when executing a specific task that requires writing, modifying, or testing code as part of a larger plan.

248 2mo ago A 47 tokens

data-engineer

62

testdouble/han

Agent

Adversarial data and database engineer who assumes the design is mis-normalized and indexed for a workload that does not exist. Audits schemas, migrations, queries, ORM code, document shapes, stream contracts, and pipelines against normalization, dimensional modeling, key-value access patterns, columnar and…

247 4d ago A 216 tokens original MIT

devops-engineer

63

testdouble/han

Agent

Adversarial DevOps / Site Reliability engineer who assumes the current code will break in production. Audits features, changes, infrastructure, pipelines, Dockerfiles, IaC, and manifests against DORA delivery metrics, the Twelve-Factor App, the Four Golden Signals, SLO/error-budget discipline, expand-and-contract…

247 4d ago A 193 tokens original MIT

on-call-engineer

64

testdouble/han

Agent

Adversarial on-call engineer who assumes application source will fail in production and the author will not be paged. Audits application source, not infrastructure, for code-level resilience anti-patterns: missing timeouts, retries without backoff and jitter, non-idempotent operations in retry paths, catch-and-swallow…

247 4d ago A 214 tokens original MIT

ItamarZand88/CLI-Anything-WEB

Agent

Audit all cli-web- CLIs for convention drift against skills/shared/CONVENTIONS.md, including replskin drift via cli-web-devkit drift and .manifest.json presence. Reports PASS/FAIL per check per CLI in a matrix format. Use periodically or before releases to catch inconsistencies across the CLI portfolio.

216 8d ago A 71 tokens original MIT

output-ux-reviewer

66

ItamarZand88/CLI-Anything-WEB

Agent

Review a cli-web- CLI from the end-user perspective by RUNNING it. Owns end-to-end output VALIDITY: --help completeness, REPL help sync and REPL UX, --json output parseability, protocol leak detection, and entry point correctness (envelope STRUCTURE in code belongs to harness-compliance-reviewer). Returns scored…

216 8d ago A 85 tokens original MIT

ItamarZand88/CLI-Anything-WEB

Agent

Review a cli-web- CLI implementation against its APP.md API map. Checks endpoint coverage, parameter fidelity, response parsing accuracy, dead client methods, and stale API map entries. Returns scored findings. Use during Phase 4 standards review — dispatched by the standards skill.

216 8d ago A 59 tokens original MIT

secondsky/claude-skills

Agent

Autonomous agent for diagnosing better-auth authentication issues. Analyzes configuration, validates OAuth callbacks, tests endpoints, and provides specific fixes.

212 2d ago A 32 tokens original MIT

secondsky/claude-skills

Agent

Use this agent when the user wants to migrate from Node.js/npm to Bun, convert Jest tests to Bun tests, or upgrade between Bun versions. Examples.

212 2d ago A 37 tokens original MIT

secondsky/claude-skills

Agent

Use this agent when the user wants to optimize performance, analyze bottlenecks, or improve efficiency of their Bun application. Examples.

212 2d ago A 31 tokens original MIT

dev-toolings/superpowers-symfony

Agent

Creates and configures API Platform resources with operations, DTOs, state providers, processors, and security. Handles full resource scaffolding from entity to tested API endpoint. Use for building APIs, creating resources, or configuring API Platform.

206 26d ago A 50 tokens original MIT

doctrine-architect

72

dev-toolings/superpowers-symfony

Agent

Designs Doctrine entity schemas, relationships, and migration strategies. Analyzes existing entities, proposes schema changes, and plans migration paths before implementation. Use for entity design, relationship modeling, or migration planning.

206 26d ago A 46 tokens original MIT