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: parallel development

Browse skills that share this tag.

  • workmux - Manage Git Worktrees and Tmux for Parallel Development
    gitworktreetmuxparallel development

    ★ 125 · Updated 2026-05-11

    Manages git worktrees paired with tmux windows as isolated development environments

    ⚙ create worktree⚙ list worktrees⚙ merge branch
  • merging-worktrees - Merge Parallel Worktrees to Unified Branch
    gitmergeworktreeparallel development

    ★ 4 · Updated 2026-05-09

    Merges parallel worktrees with conflict detection, 3-way analysis, and ordered resolution

    ⚙ build dependency graph⚙ create merge plan⚙ execute sequential merges
  • shipit-kit:parallel-task - Create Isolated Git Worktree for Parallel Development
    git worktreeparallel developmentSDLC platform

    ★ 1 · Updated 2026-05-09

    Create a git worktree in .worktrees/ with a unique branch for isolated parallel task development

    ⚙ create git worktree⚙ install dependencies⚙ initialize spec directory
  • git-worktree-manager - Manage Git Worktrees for Parallel Development
    gitworktreeparallel developmentbranch isolation

    ★ 0 · Updated 2026-03-22

    Create and manage isolated Git worktrees with auto port allocation

    ⚙ create worktrees⚙ allocate ports⚙ copy environment files
  • git-worktree-manager - Git Worktree Manager for Parallel Development
    gitworktreebranch isolationparallel development

    ★ 0 · Updated 2026-03-22

    Run parallel Git worktrees with isolated ports and environments

    ⚙ Create worktrees from branches⚙ Allocate ports per worktree⚙ Copy environment files
  • git-worktree-manager - Git Worktree Manager
    gitworktreebranch isolationport allocation

    ★ 3 · Updated 2026-03-22

    Run parallel feature work safely with isolated Git worktrees

    ⚙ create worktree⚙ allocate ports⚙ copy environment files
  • git-worktree-manager - Git Worktree Manager for Parallel Development
    gitworktreeparallel developmentbranch isolation

    ★ 0 · Updated 2026-03-22

    Manage Git worktrees for isolated parallel feature development

    ⚙ create worktree⚙ allocate ports⚙ copy environment files
  • worktree-pr - Git Worktree Isolated Development with PR Workflow
    gitworktreecode reviewPR workflow

    ★ 18 · Updated 2026-03-20

    Manage git worktrees for isolated feature development with PR-based merge and multi-agent review

    ⚙ create worktree⚙ create PR⚙ get review
  • feature-development - Build new features with parallel module pattern
    feature developmentteam collaborationparallel developmentmodule pattern

    ★ 0 · Updated 2026-03-10

    Build new modules or features with each teammate owning an independent component

    ⚙ define module boundaries⚙ define interface contracts⚙ create task list