Agents for Claude Code

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

style-migrator

49

heroui-inc/heroui

Agent Claude Code

Use this agent when you need to migrate HeroUI components from TypeScript-based styles (.styles.ts files using tailwind-variants) to CSS-based styles (.css files) following the BEM naming convention. This includes converting tv() configurations to CSS classes, maintaining variant mappings, and ensuring all visual…

31k 3d ago A 0 tokens original Apache-2.0

agent-expert

50

davila7/claude-code-templates

Agent Claude Code

Use this agent when creating specialized Claude Code agents for the claude-code-templates components system. Specializes in agent design, prompt engineering, domain expertise modeling, and agent best practices. Examples: Context: User wants to create a new specialized agent. user: 'I need to create an agent that…

30k +27 yesterday A 0 tokens original MIT

blog-writer

51

davila7/claude-code-templates

Agent Claude Code

Use this agent to create blog articles for aitmpl.com from Claude Code Templates components. Reads the component, asks the user to confirm details, generates SVG cover, HTML article, and updates blog-articles.json. Examples: Context: User wants a blog for a component. user: 'Create a blog article for…

30k +27 yesterday A 0 tokens original MIT

component-reviewer

52

davila7/claude-code-templates

Agent Claude Code

Expert component reviewer for Claude Code Templates. Use PROACTIVELY when adding or modifying components in cli-tool/components/ directory (agents, commands, MCPs, hooks, settings, skills, loops). Validates format, required fields, naming conventions, and security.

30k +27 yesterday A 57 tokens original MIT

comment-analyzer

53

nrwl/nx

Agent Claude Code

Use this agent during PR review to check that a PR's comments and doc-comments are TRUE. It verifies every load-bearing claim in a changed comment against the code it describes, and flags comments the diff left stale. It does not ask for more comments - this repo's committed CLAUDE.md rules default to no comment, so…

29k +11 today A 122 tokens original MIT

docs-reviewer

54

nrwl/nx

Agent Claude Code

Use this agent during PR review to answer two docs questions about any PR. Coverage, on every diff - does the change alter user-facing behavior that astro-docs documents in prose, without updating those docs? Compliance, when the diff touches docs content (astro-docs/src/content/ or astro-docs/sidebar.mts) - do the…

29k +11 today A 171 tokens original MIT

explorer

55

yamadashy/repomix

Agent Claude Code

Use this agent when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. This includes scenarios like:\n\n- User asks to analyze a GitHub repository: "Can you analyze this repository: https://github.com/user/repo"\n- User wants to understand a local codebase: "Analyze…

28k 2d ago A 0 tokens original MIT

creative-director

56

Donchitos/Claude-Code-Game-Studios

Agent Claude Code

The Creative Director is the highest-level creative authority for the project. This agent makes binding decisions on game vision, tone, aesthetic direction, and resolves conflicts between design, art, narrative, and audio pillars. Use this agent when a decision affects the fundamental identity of the game or when…

25k +26 3mo ago A 66 tokens original MIT

Donchitos/Claude-Code-Game-Studios

Agent Claude Code

The Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms. They ensure clean, performant, type-safe C# that follows .NET and Godot 4 idioms correctly.

25k +26 3mo ago A 78 tokens original MIT

Donchitos/Claude-Code-Game-Studios

Agent Claude Code

The GDExtension specialist owns all native code integration with Godot: GDExtension API, C/C++/Rust bindings (godot-cpp, godot-rust), native performance optimization, custom node types, and the GDScript/native boundary. They ensure native code integrates cleanly with Godot's node system.

25k +26 3mo ago A 76 tokens original MIT

changelog

59

activepieces/activepieces

Agent Claude Code

Writes changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.

24k 2d ago A 27 tokens

server

60

activepieces/activepieces

Agent Claude Code

Backend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.

24k 2d ago A 32 tokens

web

61

activepieces/activepieces

Agent Claude Code

Frontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.

24k 2d ago A 30 tokens

i18n-translator

62

slopus/happy

Agent Claude Code

Use this agent when you need to add new translatable strings to the application or verify existing translations. This includes: adding new UI text that needs to be translated, ensuring translations are consistent across all language files, verifying that translations fit the UI context (headers, buttons, multiline…

24k 4d ago A 0 tokens original MIT

code-reviewer

63

coleam00/Archon

Agent Claude Code

Reviews code for project guideline compliance, bugs, and quality issues. Use after writing code, before commits, or before PRs. Specify files to review or defaults to unstaged git changes. High-confidence issues only (80+) to minimize noise.

23k 2d ago A 53 tokens original MIT

codebase-explorer

64

coleam00/Archon

Agent Claude Code

Comprehensive codebase exploration - finds WHERE code lives AND shows HOW it's implemented. Use when you need to locate files, understand directory structure, AND extract actual code patterns. Combines file finding with pattern extraction in one pass.

23k 2d ago A 50 tokens original MIT

rulecheck-agent

65

coleam00/Archon

Agent Claude Code

Autonomous code quality agent that scans for rule violations, fixes them in an isolated worktree, runs validation, creates a PR, and updates memory with findings for future runs.

23k 2d ago A 41 tokens original MIT

deployment-engineer

66

czlonkowski/n8n-mcp

Agent Claude Code

Use this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure. This includes creating GitHub Actions workflows, writing Dockerfiles, setting up Kubernetes deployments, implementing infrastructure as code, or establishing deployment…

23k 3d ago A 0 tokens original MIT

n8n-mcp-tester

67

czlonkowski/n8n-mcp

Agent Claude Code

Use this agent when you need to test n8n-mcp functionality after implementing fixes or new features. This agent should be invoked proactively after code changes to validate that the MCP tools work correctly with real n8n workflows. The agent tests the actual MCP server tools, not just unit tests. Examples:\n\n…

23k 3d ago A 375 tokens original MIT

czlonkowski/n8n-mcp

Agent Claude Code

Use this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions. This includes investigating new frameworks, analyzing security vulnerabilities, evaluating third-party APIs, researching performance optimization strategies, or generating technical…

23k 3d ago A 0 tokens original MIT

compiler-config

70

compiler-explorer/compiler-explorer

Agent Claude Code

Use this agent for tasks involving compiler configuration in .properties files - adding, removing, modifying, or aliasing compilers. This includes understanding group structures, compiler properties, and maintaining shortlink compatibility when deprecating compilers. USE PROACTIVELY when the user mentions a PR adding…

19k 2d ago A 105 tokens original BSD-2-Clause

compiler-explorer/compiler-explorer

Agent Claude Code

Use this agent when you need expert guidance on Compiler Explorer architecture, design decisions, infrastructure considerations, or when planning changes that affect the core functionality or deployment of CE. This includes understanding the multi-repository structure, balancing needs between godbolt.org and local…

19k 2d ago B 307 tokens original BSD-2-Clause

windmill-labs/windmill

Agent Claude Code

Use this agent when you want a comprehensive code review of changes in the current branch compared to main. This includes reviewing for bugs, optimization opportunities, code style issues, potential mistakes, and adherence to project conventions. The agent should be invoked after completing a feature branch or before…

18k 2d ago A 0 tokens