Skills

All Skills

subagents

Skills tagged with #subagents

@opendatahub-io

ADR Review Panel

This skill runs a panel of specialist reviewer subagents over an Architectural Decision Record (ADR) and produces a consolidated report in two formats: a PDF document and a PPTX slide deck.

opendatahub-io/ai-helpers+30 more
29d ago
240
@antonbabenko

deliberation

When and how to delegate to GPT, Gemini, Grok, and OpenRouter expert subagents via the deliberation MCP tools.

antonbabenko/deliberation+1 more
1mo ago
410
@brainqub3

rlm

Run a Recursive Language Model-style loop for long-context tasks. Uses a persistent local Python REPL and an rlm-subcall subagent as the sub-LLM (llm_query).

brainqub3/claude_code_RLM
2mo ago
3640
@shanraisshan

Agents vs Commands vs Skills — When to Use What

A comparison of the three extension mechanisms in Claude Code: subagents, commands, and skills.

shanraisshan/claude-code-best-practice+7 more
2mo ago
27.8K0
@jrenaldi79

sidecar

Spawn conversations with other LLMs (Gemini, GPT, ChatGPT, Codex, o3, DeepSeek, Qwen, Grok, Mistral, etc.) and fold results back into your context. TRIGGER when: user asks to talk to, chat with, use, call, or spawn another LLM or model; user mentions Gemini, GPT, ChatGPT, Codex, o3, DeepSeek, Claude (as a sidecar target), Qwen, Grok, Mistral, or any non-current model by name; user asks to get a second opinion from another model; user wants parallel exploration with a different model; user says "sidecar", "fork", or "fold". CRITICAL RULES: (1) ALWAYS launch sidecar CLI commands with Bash tool's run_in_background: true. Never run sidecar start/resume/continue in the foreground. (2) The fold summary returns on stdout when the user clicks Fold in the GUI or the headless agent finishes. Use TaskOutput to read it when the background task completes. (3) Use --prompt for the start command (NOT --briefing). --briefing is only for subagent spawn. (4) NEVER use o3 or o3-pro unless the user explicitly asks for it by name. These models are extremely expensive ($10-60+ per request). If the user asks for o3, warn them about the cost before proceeding. Default to gemini for most tasks. (5) When the user asks to query MULTIPLE LLMs simultaneously (e.g., "ask Gemini AND ChatGPT", "compare Gemini vs GPT"), ALWAYS use --no-ui (headless) for all of them unless the user explicitly requests interactive. Opening multiple Electron windows at once is disruptive. Launch them all in parallel with run_in_background: true.

jrenaldi79/sidecar
2mo ago
80
@muxedai

exploring-llm-traces

ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace URL (e.g. /llm-observability/traces/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect subagent behavior, investigate LLM decisions, or analyze token usage and costs.

muxedai/muxed+2 more
2mo ago
140
@pengrambo3-tech

Pre-Commit Code Verification

Automated verification pipeline before code lands. Static scans, baseline-aware quality gates, an independent reviewer subagent, and an auto-fix loop.

pengrambo3-tech/zueshammer
2mo ago
100
@AdrianV101

PKM Session End — Knowledge Capture and Graph Maintenance

Workflow for session wrap-up. When running as a subagent, the delegation prompt provides the project path and devlog boundary context. The agent's system prompt handles transcript discovery (Step 0) before this workflow begins.

AdrianV101/obsidian-pkm-plugin+2 more
2mo ago
110
@iusztinpaul

Implement Universal — Single-Context Workshop Implementation Loop

This is the harness-agnostic twin of `/implement`. It is functionally identical, but instead of dispatching subagents via Claude Code's `Task` tool, it instructs **you** to adopt two distinct roles in sequence:

iusztinpaul/designing-real-world-ai-agents-workshop+2 more
2mo ago
2050
@Rune-kit

context-pack

Creates structured handoff briefings between agents. Packages task context, constraints, and progress into a compact packet that subagents can consume without re-reading the full conversation. Prevents the 'lost context' problem in multi-agent delegation.

Rune-kit/rune+3 more
1mo ago
420
@MarcusJellinghaus

Automated Implementation Review (Code Review) / using a supervisor agent

You are a technical lead supervising a software engineer (subagent). You do not write code or use development tools yourself — you delegate all implementation work to the engineer.

MarcusJellinghaus/mcp-workspace+2 more
2mo ago
460
@rokoss21

swarm-iosm

Orchestrate complex development with AUTOMATIC parallel subagent execution, continuous dispatch scheduling, dependency analysis, file conflict detection, and IOSM quality gates. Analyzes task dependencies, builds critical path, launches parallel background workers with lock management, monitors progress, auto-spawns from discoveries. Use for multi-file features, parallel implementation streams, automated task decomposition, brownfield refactoring, or when user mentions "parallel agents", "orchestrate", "swarm", "continuous dispatch", "automatic scheduling", "PRD", "quality gates", "decompose work", "Mixed/brownfield".

rokoss21/swarm-iosm
2mo ago
330
@vxcozy

workflow-orchestration

Disciplined task execution with planning, verification, and self-improvement loops. Use when starting non-trivial tasks (3+ steps), fixing bugs, building features, refactoring code, or when rigorous execution with quality gates is needed. Includes subagent delegation, lessons tracking, and staff-engineer-level verification.

vxcozy/workflow-orchestration
2mo ago
760
@roddutra
MCP

Agent MCP Gateway

On-demand tool discovery for all your MCPs and per-subagent MCP controls to preserve context window.

mcpgithub
roddutra/agent-mcp-gateway
2mo ago
0
@onsails

review-loop

Runs multi-pass automated code review with per-issue fix subagents. Triggers when preparing a branch for PR, reviewing code changes, or when thorough automated code quality review is needed.

onsails/cc+1 more
2mo ago
210
@wei18

Local Audit Skill Implementation Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.

wei18/Upkeep
1d ago
50
@neuromechanist

agent-fanout

Use this skill when the user asks to "fan out agents", "spawn agents", "use an agent team", "parallel agents", "delegate to subagents", "act as team lead", "orchestrate implementation", "fan out teammates", or when a task decomposes into 2+ independent work items (parallel exploration, one implementer per issue, a multi-lens PR review panel). Covers the basic mechanics of spawning, briefing, supervising, and synthesizing subagents and teammates, plus the hard cap on fleet size.

neuromechanist/research-skills+14 more
1d ago
340
@taniwhaai

Dispatcher

You are the dispatcher. You run in the main Claude Code session for a Taniwha project. Your job is mechanical: invoke the orchestrator, execute what it tells you, repeat. You do not decide what should happen next — that is the orchestrator's job, and it lives in a fresh subagent context every time

taniwhaai/arai+1 more
1mo ago
50
@firatcand

roster-orchestrator

Bootstraps roster workspaces. On chat session start, surfaces pending HITL items as a single banner. On a scheduled fire, verifies the schedule is registered, resolves the agent's merged env, dispatches the named agent via the host tool's native subagent primitive, writes a run log + state.md entry, and exits. Reads roster/<function>/schedules.yaml plus pending items at both roster/<function>/pending/ (error class) and <function>/<agent>/pending/ (lesson class). Subscription-billed primitives only — never invokes claude -p, claude --prompt, claude api, or the Anthropic SDK.

firatcand/roster
1mo ago
120
@umputun

exec

Execute plan tasks sequentially using subagents. Use when user says 'exec', 'execute plan', 'run plan', or wants to implement a plan file task by task with isolated subagents.

umputun/cc-thingz
2mo ago
2480
@daemonicai

teambuilder-apply-dispatch-loop

Dispatch pending tasks from an OpenSpec change's tasks.md to the right Teambuilder persona in fresh subagents. Use from `/opsx:apply` (or `openspec-apply-change`) when Teambuilder personas are present in `.claude/agents/`.

daemonicai/teambuilder+1 more
2mo ago
90
@utkusen

Hardcoded Secrets in Public Code Detection

You are performing a focused security assessment to find hardcoded sensitive data that is exposed in publicly accessible code. This skill uses a three-phase approach with subagents: **recon** (find all potential secret candidates), **batched verify** (confirm each is a real secret in publicly reacha

utkusen/sast-skills+12 more
2mo ago
5290
@MMIV-ML

claude-docs-consultant

Consult official Claude Code documentation from docs.claude.com using selective fetching. Use this skill when working on Claude Code hooks, skills, subagents, MCP servers, or any Claude Code feature that requires referencing official documentation for accurate implementation. Fetches only the specific documentation needed rather than loading all docs upfront.

MMIV-ML/fastMONAI+4 more
2mo ago
1070
@917Dhj

cast-subagents

Use when suggesting exactly one Codex subagent lineup before work begins for multi-lane tasks: branch/PR review across bugs, security, tests, maintainability, docs, or regression risk; codepath tracing plus docs/API verification; option research with tradeoff synthesis; auth/codebase mapping before risk assessment or planning. Advisory only; no auto-spawn; approval required. Do not use for delegated subagent handoffs, trivial single-file fixes, wording-only edits, one fact lookup, unclear requests, or explicit opt-out.

917Dhj/cast-subagents
2mo ago
50
@akashgit

pipeline-subagents

Design and execute a custom multi-agent pipeline using Claude Code subagents directly. Spawns researcher, builder, etc. via the Agent tool with native parallel and background execution. Use when the user says 'run a pipeline for X' and factory subagents are available.

akashgit/remote-factory
1mo ago
250