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: parallelization

Browse skills that share this tag.

  • agent-teams - Orchestrate parallel agent teams using shared task lists
    agent-teamsorchestrationparallelizationshared-task-list

    ★ 51 · Updated 2026-09-15

    Orchestrates CC_GodMode agents as parallel teammates using a SharedTaskList, inter-agent messaging, and lead coordination.

    ⚙ Dispatch parallel teammate agents⚙ Coordinate tasks via SharedTaskList⚙ Manage inter-agent messaging
  • worker-agents - Spawn ephemeral Claude Code sessions for parallel tasks.
    worker-agentsparallelizationclaude-codecortextos

    ★ 0 · Updated 2026-09-14

    Spawns ephemeral worker sessions to execute long-running tasks in parallel, monitors progress via a bus, and collects deliverables.

    ⚙ Spawn isolated worker sessions⚙ Monitor status of active workers⚙ Inject prompts into running workers
  • worker-agents - Spawn ephemeral Claude Code sessions for parallel tasks.
    worker-agentsparallelizationclaude-codecortextos

    ★ 6 · Updated 2026-09-14

    Spawns ephemeral worker sessions for parallel long-running tasks, monitors progress via the bus, and collects outputs when completed.

    ⚙ Spawn isolated worker sessions⚙ Monitor worker session status⚙ Inject prompts into running workers
  • manifold-suggest - Analyze task parallelization opportunities
    task analysisparallelizationworkflow optimizationdependency management

    ★ 8 · Updated 2026-02-13

    Examines tasks to recommend safe parallel execution groups based on file overlap and dependencies

    ⚙ Parse task descriptions⚙ Detect file overlap⚙ Form safe parallel groups
  • turborepo - Turborepo Monorepo Build System Guidance
    monorepobuild-systemjavascripttypescript

    ★ 5,902 · Updated 2026-02-09

    Build system for JavaScript/TypeScript monorepos that caches task outputs and runs tasks in parallel based on dependency graph

    ⚙ configure turbo.json⚙ set up task pipelines⚙ define dependsOn relationships