TOKREPO · ARSENAL
New · this week

Awesome Claude Code Subagents

The 130+ subagent collection plus 8 specialists picked from it — K8s, SEO, Security, Smart Contract, GraphQL, API Architect, Search, Prompt Engineer.

9 assets

What's in this pack

Claude Code subagents are markdown files in .claude/agents/ that define a focused expert. The host invokes one when the task matches its description — letting you compose a long workflow out of small, single-purpose agents instead of one giant CLAUDE.md. The subagent ecosystem exploded in 2025; this pack gives you a curated entry point.

# Asset What it does
1 awesome-claude-code-subagents The 130-agent reference collection (VoltAgent)
2 k8s-specialist YAML-aware Kubernetes manifests + kubectl-fluent diffs
3 seo-specialist On-page SEO audits, schema, and meta-description writing
4 security-auditor OWASP-aware code review with severity-classified findings
5 smart-contract-auditor Solidity / Move review for re-entrancy, access control, gas
6 graphql-architect Schema design, federation, N+1 detection
7 api-architect REST + OpenAPI design with versioning patterns
8 search-specialist Anthropic-style multi-tool search composition
9 prompt-engineer Prompt revision and self-critique

Why curate from 130

Most engineers cloning the full awesome-list get overwhelmed: a 130-agent dropdown is worse than no agents. Claude Code's selection algorithm picks the best-matching agent by description, so a directory full of overlapping specialists creates noise. We picked 8 that map to common production tasks where the focused agent demonstrably beats vanilla Claude Code.

The full collection still has its place — when you need a niche (Cobol modernization, Stripe integration, etc), grep the 130 first before writing your own. But for the day-to-day, the 8 specialists are the workbench.

Install in one command

tokrepo install pack/claude-code-subagents

# Or pick individuals
tokrepo install seo-specialist
tokrepo install security-auditor
tokrepo install graphql-architect

The TokRepo CLI writes each subagent to .claude/agents/<name>.md in your current project. They're loaded automatically the next time you launch Claude Code.

How to invoke a subagent

You don't have to call them by name. Claude Code's subagent dispatch reads the description frontmatter and picks the best match for your task. To force a specific one, prefix:

> use the security-auditor subagent and review the changes since main
> use the graphql-architect subagent to design a federated schema for our 3 services

When this pack alone isn't enough

Pair with Boris Cherny Files for the workflow-glue subagents (Ralph Wiggum loop, code-simplifier, verify-app), or Anthropic Builders for the 17 official skills.

INSTALL · ONE COMMAND
$ tokrepo install pack/claude-code-subagents
hand it to your agent — or paste it in your terminal
What's inside

9 assets in this pack

Skill#01
Awesome Claude Code Subagents — 130+ Specialized Agents

Install 130+ specialized Claude Code subagents across 10 categories: core dev, language experts, infra, security, data/AI, DevEx, and business. Plugin-based with 16.7K GitHub stars.

by Skill Factory·130 views
$ tokrepo install awesome-claude-code-subagents-130-specialized-agents-0929e53d
Skill#02
Claude Code Agent: K8s Specialist — Kubernetes Operations

Claude Code agent for Kubernetes. Deployment configs, helm charts, troubleshooting, scaling, monitoring, and cluster management.

by Skill Factory·131 views
$ tokrepo install claude-code-agent-k8s-specialist-kubernetes-operations-cc023b17
Skill#03
Claude Code Agent: SEO Specialist — Technical SEO Audit

Claude Code agent for technical SEO. Audit meta tags, structured data, Core Web Vitals, crawlability, and content optimization.

by Skill Factory·119 views
$ tokrepo install claude-code-agent-seo-specialist-technical-seo-audit-30f34ba7
Skill#04
Claude Code Agent: Prompt Engineer — Design & Test Prompts

Claude Code agent for designing, optimizing, and testing LLM prompts. Improves accuracy, reduces token usage, and benchmarks results.

by Skill Factory·97 views
$ tokrepo install claude-code-agent-prompt-engineer-design-test-prompts-57eff515
Skill#05
Claude Code Agent: Search Specialist — Build Search Systems

Claude Code agent for building search systems. Vector search, semantic retrieval, embedding strategies, and ranking optimization.

by Skill Factory·96 views
$ tokrepo install claude-code-agent-search-specialist-build-search-systems-e1742654
Skill#06
Claude Code Agent: API Architect — Design REST & GraphQL APIs

Claude Code agent for API design. REST endpoints, GraphQL schemas, authentication, rate limiting, versioning, and documentation.

by Skill Factory·98 views
$ tokrepo install claude-code-agent-api-architect-design-rest-graphql-apis-28978138
Skill#07
Claude Code Agent: GraphQL Architect — Schema & Resolver Design

Claude Code agent for GraphQL development. Schema design, resolver patterns, subscriptions, federation, and performance optimization.

by Skill Factory·95 views
$ tokrepo install claude-code-agent-graphql-architect-schema-resolver-design-2f0bc220
Skill#08
Claude Code Agent: Security Auditor — OWASP & Dependency Scan

Claude Code agent that audits your codebase for OWASP top 10 vulnerabilities, dependency issues, and security anti-patterns.

by Skill Factory·114 views
$ tokrepo install claude-code-agent-security-auditor-owasp-dependency-scan-8929b029
Skill#09
Claude Code Agent: Smart Contract Auditor — Web3 Security

Claude Code agent for auditing Solidity smart contracts. Reentrancy, overflow, access control, gas optimization, and best practices.

by Skill Factory·115 views
$ tokrepo install claude-code-agent-smart-contract-auditor-web3-security-bdf1e117
FAQ

Frequently asked questions

What's the difference between a Claude Code subagent and a slash command?

A subagent is a focused expert with its own system prompt; Claude Code dispatches to it automatically based on the task description. A slash command is a parameterized prompt you invoke explicitly with /name. Subagents are for capability composition; slash commands are for shortcuts. Both live in .claude/ and can be combined.

Will these 8 subagents work outside Claude Code?

Subagents are Claude Code's specific abstraction. The TokRepo CLI maps them to the closest equivalent in other tools — Cursor .mdc rules, Codex CLI AGENTS.md, etc — but the auto-dispatch behavior is Claude-Code-specific. For a true multi-host setup, expect to invoke them by name in non-Claude-Code tools.

Is the awesome-claude-code-subagents collection officially endorsed by Anthropic?

It's a community project (VoltAgent), not Anthropic-owned. Anthropic has published a few official subagents (code-simplifier, search-specialist) — those are also in TokRepo, separately. The 130-agent collection is the de-facto starting point most engineers use.

How does Claude Code pick which subagent to use?

Claude Code reads the description field in each subagent's frontmatter and matches it against the user's task. If multiple match, it picks the most specific. You can force selection with 'use the subagent' in your prompt.

Will adding 8 subagents bloat my context?

No. Subagent definitions only enter context when Claude Code dispatches to one. Sitting in .claude/agents/ they cost nothing. The 130-collection has the same property — even 130 agents cost zero tokens until invoked.

MORE FROM THE ARSENAL

12 packs · 80+ hand-picked assets

Browse every curated bundle on the home page

Back to all packs