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.

814 results · page 8 of 28

  • Prompt OptimizerAI & models

    Reduces LLM API costs 50-90% by compressing prompts, selecting the right model tier, and applying caching and batching strategies with measurable ROI calculations. Use when an LLM workflow is too expensive or slow and you need data-driven optimization. Trigger with "optimize this prompt", "reduce my

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

    Add to your gateway
  • Qa Test AgentAI & models

    Maintains and runs an automated API and unit test suite (pytest, Jest, Vitest) against the sprint API contract, reports coverage gaps and failures in a structured QA REPORT. Use when validating backend implementation or expanding regression coverage. Trigger with "run QA tests", "validate API contra

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

    Add to your gateway
  • React SpecialistAI & models

    React 18+ expert covering hooks, concurrent features, server components, state management (Zustand/Redux Toolkit), and performance optimization. Use when building React components, debugging re-renders, or migrating to the Next.js App Router. Trigger with "React component help", "hook optimization".

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

    Add to your gateway
  • SampleAI & models

    Writes runnable code samples and tutorials that get developers to first success fast — real values, error handling, expected output, language parity. Use when creating or reviewing API examples and quickstarts. Trigger with "write a code sample", "create a quickstart guide".

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

    Add to your gateway
  • ScopeAI & models

    Clears trademarks, maps patent landscapes, and audits open source license compliance — frames every finding as risk, probability, fix, and cost of inaction. Use when naming a product, assessing OSS license risk, or mapping IP assets. Trigger with "clear this trademark", "audit our open source licens

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

    Add to your gateway
  • TermsAI & models

    Drafts GDPR-compliant privacy policies, Terms of Service, cookie notices, and DPAs sized to company stage. Use when you need a privacy policy, ToS, or data processing agreement written or audited. Trigger with "draft my privacy policy", "review my terms of service".

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

    Add to your gateway
  • Traffic IntelligenceAI & models

    Analyzes web traffic source attribution, channel performance, AI referral trends, and redirect domain tracking to explain where visitors come from and why traffic changed. Use when diagnosing channel shifts or measuring AI-referral growth. Trigger with "analyze traffic sources", "why did traffic cha

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

    Add to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • Mermaid Diagram SpecialistAI & models

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

    github.com/softaworks/agent-toolkit2k stars

    Add to your gateway
  • 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 to your gateway
  • Code ReviewerAI & models

    Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, or for reviwing pull request changes.

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

    Add to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway
  • 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 to your gateway