LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: subagents

Browse skills that share this tag.

  • conversation-only-context - Preserve parent context by dispatching tasks to subagents.
    context-managementmulti-agentorchestrationsubagents

    ★ 2 · Updated 2026-09-23

    Preserves context in long agent sessions by delegating code reads, logs, and VM jobs to persistent subagents that write results to files.

    ⚙ Execute restart wake procedure⚙ Dispatch tasks to persistent subagents⚙ Resume subagents using SendMessage
  • orchestration-skill-creator - Creates multi-phase orchestration skills using subagents.
    orchestrationmeta-skillsubagentsworkflow

    ★ 0 · Updated 2026-09-21

    Creates multi-phase orchestration skills that spawn subagents, running each phase in a fresh context and passing reports between phases.

    ⚙ Interview users for workflow requirements⚙ Generate orchestrator SKILL.md file⚙ Generate subagent prompt files
  • orchestration-skill-creator - Creates multi-phase orchestration skills that spawn subagents.
    orchestrationmeta-skillsubagentsworkflow-builder

    ★ 0 · Updated 2026-09-21

    Creates multi-phase orchestration skills that spawn dedicated subagents for each phase with isolated context.

    ⚙ Interview user for workflow specifications⚙ Create orchestration skill directory structure⚙ Generate main SKILL.md orchestrator file
  • agent-builder - Build AI agents using pai-agent-sdk with Pydantic AI
    pai-agent-sdkpydantic-aiagent-buildersubagents

    ★ 25 · Updated 2026-09-21

    Build AI agents using pai-agent-sdk, covering agent creation, toolsets, session persistence, subagent hierarchies, and browser automation.

    ⚙ Create agents using create_agent⚙ Stream agent execution events⚙ Configure custom tools
  • efficient-frontier - Orchestrate frontier models and delegate work to subagents
    model-routingorchestrationsubagentscost-optimization

    ★ 0 · Updated 2026-09-20

    Delegate token-heavy research, coding, and testing to cheaper subagents while reserving high-cost frontier models for orchestration and review.

    ⚙ Decompose work into parallel slices⚙ Delegate tasks to cheaper subagents⚙ Write self-contained handoff packets
  • factcheck-subagent-needs-complete-sources - Provide complete primary sources to fact-checking subagents
    fact-checkingsubagentsverificationprompt-engineering

    ★ 3 · Updated 2026-09-18

    Provides guidelines to supply complete primary sources to fact-checking subagents to prevent false-positive claim verdicts.

    ⚙ Supply complete primary sources to subagents⚙ Mark abridged sources explicitly in prompts⚙ Reconcile flagged claims against full sources
  • spec-writer - Orchestrate feature spec creation and review via subagents
    spec-writersubagentsfeature-designspecification

    ★ 1 · Updated 2026-09-15

    Orchestrates feature specification creation, review, and phase document generation using subagents.

    ⚙ Initialize prompt file⚙ Clarify requirements via subagents⚙ Relay clarification questions to user
  • codex-subagents - Manage background subagent threads for parallel execution
    subagentsparallel-tasksbackground-executioncontext-isolation

    ★ 24 · Updated 2026-09-14

    Spawns background subagents for parallel or long-running tasks to support research threads, context isolation, and detached execution.

    ⚙ Launch background subagent threads⚙ Resume stopped subagent threads⚙ Read unseen thread messages
  • pr-ready - Drive working tree to a clean PR-ready state
    gitcode-reviewautomationsubagents

    ★ 0 · Updated 2026-09-13

    Drives the current working tree through review loops and applies fixes until clean without committing or pushing.

    ⚙ Check branch and git diff⚙ Spawn parallel reviewer subagents⚙ Deduplicate actionable review findings
  • council-review-subagents - Multi-persona LLM council review via subagents
    council-reviewsubagentsllm-councilidea-evaluation

    ★ 3 · Updated 2026-09-11

    Runs a multi-persona LLM council review of an idea using parallel Claude subagents and synthesizes results with a chairman agent.

    ⚙ Spawn parallel review subagents⚙ Save individual persona assessments⚙ Perform blind ranking of assessments
  • spec-exploration - Mandatory codebase exploration before spec analysis
    spec-sessioncode-explorationcode-verificationsubagents

    ★ 0 · Updated 2026-09-10

    Ensures agents explore actual codebase using Read, Grep, and Glob tools before analysis rounds begin.

    ⚙ Examine key files using Read⚙ Search code patterns using Grep⚙ Discover related files using Glob
  • create-subagent - Create Custom Subagents
    subagentsagent configurationsystem promptsCursor

    ★ 0 · Updated 2026-03-20

    Create and configure custom subagents with specialized system prompts

    ⚙ create subagent files⚙ write system prompts⚙ configure agent names
  • deepagents-subagents - Subagent Task Delegation and Context Isolation
    subagentstask delegationcontext isolationparallel execution

    ★ 3 · Updated 2026-03-20

    Spawn subagents for task delegation, context isolation, and specialized work

    ⚙ spawn subagents⚙ delegate tasks⚙ isolate context
  • do-issue - Fix GitHub issues with parallel subagent execution
    githubautomationparallelsubagents

    ★ 18 · Updated 2026-03-09

    Addresses GitHub issues using subagent-driven development with parallel execution and quality gates

    ⚙ parse GitHub issue input⚙ create task breakdown⚙ dispatch parallel subagents
  • do-issue - Fix GitHub issues with parallel subagent execution
    githubissuessubagentsparallel

    ★ 602 · Updated 2026-03-09

    Systematically fixes GitHub issues using subagent-driven development with parallel execution

    ⚙ fetch GitHub issue details⚙ create task breakdown plan⚙ dispatch parallel subagents
  • capcom - Mission Status Check and Progress Monitoring
    status monitoringprogress trackingproject managementsubagents

    ★ 602 · Updated 2026-02-17

    Query current mission status and progress using fresh subagents

    ⚙ query statistics overview⚙ list feature status⚙ list task status
  • testing-skills-with-subagents - Testing Skills With Subagents
    deprecatedtestingskillssubagents

    ★ 4 · Updated 2026-02-13

    Test skills using subagents with detailed methodology

    ⚙ run skill tests⚙ create pressure scenarios⚙ verify skill behavior