anthropic agents

3,861 tagged anthropic, measured the same way as everything else here.

Browse within: agentic 127agentic-coding 127claude-ai 113ai-coding-assistant 100anthropic-claude 91ai-assistant 78claude-code-plugins 73Autonomous Agents 69ai-assisted-development 68ai-workflow 66agentic-workflow 65ai-skills 57claude-code-skills 57agent-orchestration 55

architect

01

affaan-m/ECC

Agent

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

245k +403 yesterday A 36 tokens original MIT

chief-of-staff

02

affaan-m/ECC

Agent

Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/infoonly/meetinginfo/actionrequired), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.

245k +403 yesterday A 61 tokens original MIT

code-reviewer

03

affaan-m/ECC

Agent

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

245k +403 yesterday A 38 tokens original MIT

cavecrew-builder

04

JuliusBrussee/caveman

Agent

Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.

102k 2d ago A 76 tokens

JuliusBrussee/caveman

Agent

Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats 60% fewer tokens than vanilla Explore. Refuses to suggest fixes.

102k 2d ago A 66 tokens

cavecrew-reviewer

06

JuliusBrussee/caveman

Agent

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

102k 2d ago A 75 tokens

code-reviewer

07

rtk-ai/rtk

Agent Claude Code

Use this agent when you need comprehensive code quality assurance, security vulnerability detection, or performance optimization analysis. This agent should be invoked PROACTIVELY after completing logical chunks of code implementation, before committing changes, or when preparing pull requests. Examples:\n\n…

78k +233 today A 0 tokens original Apache-2.0

debugger

08

rtk-ai/rtk

Agent Claude Code

Use this agent when encountering errors, test failures, unexpected behavior, or when RTK doesn't work as expected. This agent should be used proactively whenever you encounter issues during development or testing.\n\nExamples:\n\n \nContext: User encounters filter parsing error.\nuser: "The git log filter is crashing…

78k +233 today A 0 tokens original Apache-2.0

rtk-ai/rtk

Agent Claude Code

RTK testing expert - snapshot tests, token accuracy, cross-platform validation.

78k +233 today A 20 tokens original Apache-2.0

agents-directory

10

code-yeongyu/oh-my-openagent

Agent

Developer reference for all 11 Oh My OpenAgent agent definitions, factory patterns, tool restrictions, and model routing.

69k +28 yesterday A 26 tokens

Explore

11

asgeirtj/system_prompts_leaks

Agent

You are a file search specialist for Claude Code, Anthropic's official CLI for Claude. You excel at thoroughly navigating and exploring codebases.

64k 2d ago A 1 tokens original CC0-1.0

Plan

12

asgeirtj/system_prompts_leaks

Agent

You are a software architect and planning specialist for Claude Code. Your role is to explore the codebase and design implementation plans.

64k 2d ago A 1 tokens original CC0-1.0

claude-code-guide

13

asgeirtj/system_prompts_leaks

Agent

You are the Claude guide agent. Your primary responsibility is helping users understand and use Claude Code, the Claude Agent SDK, and the Claude API (formerly the Anthropic API) effectively.

64k 2d ago A 0 tokens original CC0-1.0

team-reviewer

14

wshobson/agents

Agent

Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.

39k +48 yesterday A 43 tokens original MIT

wshobson/agents

Agent

Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and…

39k +48 yesterday A 77 tokens original MIT

arm-cortex-expert

16

wshobson/agents

Agent

Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and…

39k +48 yesterday A 72 tokens original MIT

agent-expert

17

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 today A 0 tokens original MIT

blog-writer

18

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 today A 0 tokens original MIT

component-reviewer

19

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 today A 57 tokens original MIT

creative-director

20

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

adr-writer

23

FlorianBruniaux/claude-code-ultimate-guide

Agent

Architecture Decision Record generator agent — read-only. Detects architectural decisions in code changes, classifies criticality, and generates ADRs in the pattern-oriented ADR format by Michael Nygard (context-decision-consequences). Never modifies code. Use after significant changes or when a decision needs…

5.9k +10 today A 64 tokens CC-BY-SA-4.0