Subagents, all 2,179 of them.

Specialist agents your main agent can delegate to. Browse subagent definitions from the public directories. Add one to your gateway and every agent you use gets it through one link.

771 results · page 8 of 26

  • Travel PlannerAI & models

    Master travel orchestrator that coordinates weather analysis, budget calculation, and local expertise into a day-by-day itinerary with packing list and cultural tips. Use when you want a complete trip plan or need multi-specialist coordination for complex travel. Trigger with "plan my trip", "create

    github.com/jeremylongshore/claude-code-plugins-plus-skills2k stars

    Add
  • Type ConsolidatorAI & models

    Finds duplicate and near-duplicate TypeScript type/interface definitions across a codebase, consolidates them into a shared module using Pick/Omit/Partial utility types, updates all import sites, and verifies with tsc --noEmit. Use when type definitions have proliferated across modules with heavy ov

    github.com/jeremylongshore/claude-code-plugins-plus-skills2k stars

    Add
  • Vibe ExplainerAI & models

    User-facing progress translator that reads .vibe/status.json and renders structured, jargon-free summaries of what changed, what was verified, what's next, and any required user actions — with a dedicated error mode for failures. Use when technical progress needs to be communicated in plain language

    github.com/jeremylongshore/claude-code-plugins-plus-skills2k stars

    Add
  • Vibe ExplorerAI & models

    Delivers single-concept micro-explanations using everyday analogies when learning mode is active. Use when a learner wants to understand one technical concept at a time in plain language. Trigger with "explain this", "what is that".

    github.com/jeremylongshore/claude-code-plugins-plus-skills2k stars

    Add
  • Vibe WorkerAI & models

    Executes vibe-guide sessions one atomic step at a time, updating .vibe/status.json and changelog after every action. Use when running or continuing a vibe-guide session. Trigger with "vibe continue", "next step".

    github.com/jeremylongshore/claude-code-plugins-plus-skills2k stars

    Add
  • Weak Type EliminatorAI & models

    Replaces explicit any, implicit any, overly broad object/{} types, and unconstrained unknowns with precise compiler-verified types — inferring the correct type from usage patterns and verifying every change via tsc --noEmit. Use when enabling noImplicitAny or tightening an existing TypeScript codeba

    github.com/jeremylongshore/claude-code-plugins-plus-skills2k stars

    Add
  • Codebase Pattern FinderAI & models

    codebase-pattern-finder is a useful subagent_type for finding similar implementations, usage examples, or existing patterns that can be modeled after. It will give you concrete code examples based on what you're looking for! It's sorta like codebase-locator, but it will not only tell you the locatio

    github.com/softaworks/agent-toolkit2k stars

    Add
  • Mermaid Diagram SpecialistAI & models

    Mermaid diagram specialist for creating flowcharts, sequence diagrams, ERDs, and architecture visualizations

    github.com/softaworks/agent-toolkit2k stars

    Add
  • Bug HunterAI & models

    Use this agent when reviewing local code changes or in the pull request to identify bugs and critical issues through systematic root cause analysis. This agent should be invoked proactively after completing a logical chunk of work.

    github.com/neolabhq/context-engineering-kit1k stars

    Add
  • Historical Context ReviewerAI & models

    Use this agent when reviewing local code changes or pull requests to understand the historical context of modified code, including past issues, patterns, and lessons learned. This agent should be invoked to prevent repeating past mistakes and to ensure consistency with previous decisions.

    github.com/neolabhq/context-engineering-kit1k stars

    Add
  • Team LeadAI & models

    Use this agent when reorganizing implementation steps for maximum parallel execution with explicit dependency tracking and agent assignments. Transforms sequential implementation plans into parallelized execution plans.

    github.com/neolabhq/context-engineering-kit1k stars

    Add
  • Test Coverage ReviewerAI & models

    Use this agent when you need to review local code changes or a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or tests updated, to ensure tests adequately cover new functionality and edge cases.

    github.com/neolabhq/context-engineering-kit1k stars

    Add
  • Cs GuardianAI & models

    Customer success partner for account health, churn risk, renewals, escalations, and QBRs. Use to score an account, diagnose churn, prep a renewal or QBR, or write an escalation brief. Computes the weighted health score programmatically.

    github.com/mohitagw15856/pm-claude-skills1k stars

    Add
  • Launch CaptainAI & models

    Go-to-market and launch partner for positioning, GTM plans, launch checklists, competitor teardowns, and press/announcements. Use to position a product, plan a launch, or analyse a competitor.

    github.com/mohitagw15856/pm-claude-skills1k stars

    Add
  • Pm PartnerAI & models

    Strategic product-management partner. Use for PRDs, prioritisation, stakeholder updates, executive summaries, and turning vague asks into structured product thinking. Delegates to the matching skill and asks for missing inputs instead of guessing.

    github.com/mohitagw15856/pm-claude-skills1k stars

    Add
  • Sprint MasterAI & models

    Agile delivery partner for sprint planning, retrospectives, velocity analysis, and user stories. Use when planning a sprint, running a retro, estimating capacity, or breaking epics into stories. Uses the capacity calculator to size commitments.

    github.com/mohitagw15856/pm-claude-skills1k stars

    Add
  • Builder HarnessAI & models

    Unified artifact-meta creation specialist — builds the scaffolding/structure of agents, skills, plugins, commands, hooks, MCP servers, and LSP servers. Operates on artifact metadata (frontmatter, manifests, dispatch tables, hook registration) NOT artifact body content (prose, business logic, domain

    github.com/modu-ai/moai-adk1k stars

    Add
  • Hook Ci SpecialistAI & models

    MUST INVOKE for moai-adk-go hook and CI work — shell-script hooks under .claude/hooks/moai/*.sh, settings.json hook wiring with $CLAUDE_PROJECT_DIR quoting and 5s timeout, GitHub Actions workflows under .github/workflows/, the template-neutrality CI guard, or the moai update namespace-protection con

    github.com/modu-ai/moai-adk1k stars

    Add
  • Manager SpecAI & models

    SPEC creation specialist (spec.md / plan.md / acceptance.md authoring + emits initial status: draft). See §SPEC Artifact Ownership for artifact-level boundaries. Absorbs the planning role per the 2026-05-25 Anthropic catalog consolidation (17→8 agents; the prior planning-role owner is archived per .

    github.com/modu-ai/moai-adk1k stars

    Add
  • OnomastophesAI & models

    Use proactively for generating creative non-olympian Greek god names with rich backstories, mythological authenticity, and modern accessibility for storytelling projects

    github.com/ccplugins/awesome-claude-code-plugins866 stars

    Add
  • Unit Test GeneratorAI & models

    Expert Flutter/Dart unit test specialist that systematically improves test coverage using automated workflows with strict validation, git management, and Aurigo corporate standards. Use for comprehensive test suite creation and coverage improvement.

    github.com/ccplugins/awesome-claude-code-plugins866 stars

    Add
  • Duplicate CheckerAI & models

    Phase 2 validation agent. Receives Phase 1 analysis results (doc-updater, automation-scout) and validates for duplicates.

    github.com/team-attention/plugins-for-claude-natives805 stars

    Add
  • Learning ExtractorAI & models

    Extract learnings, mistakes, and new discoveries from session. Summarize in TIL format for knowledge building.

    github.com/team-attention/plugins-for-claude-natives805 stars

    Add
  • Agents DirectoryAI & models

    Sub-agent definitions organized by type and purpose with specific capabilities and tool restrictions

    github.com/ruvnet/agentic-flow770 stars

    Add
  • Backend DevAI & models

    Specialized agent for backend API development, including REST and GraphQL endpoints

    github.com/ruvnet/agentic-flow770 stars

    Add
  • Cicd EngineerAI & models

    Specialized agent for GitHub Actions CI/CD pipeline creation and optimization

    github.com/ruvnet/agentic-flow770 stars

    Add
  • Code AnalyzerAI & models

    Advanced code quality analysis agent for comprehensive code reviews and improvements

    github.com/ruvnet/agentic-flow770 stars

    Add
  • Consensus BuilderAI & models

    Specialized agents for distributed consensus mechanisms and fault-tolerant coordination protocols

    github.com/ruvnet/agentic-flow770 stars

    Add
  • Migration PlannerAI & models

    Comprehensive migration plan for converting commands to agent-based system

    github.com/ruvnet/agentic-flow770 stars

    Add
  • Migration SummaryAI & models

    Complete migration plan for converting command-based system to intelligent agent-based system

    github.com/ruvnet/agentic-flow770 stars

    Add