threads-skill

Community

Coordinate Claude agent threads at scale.

Authorhanibalsk
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides multi-agent thread orchestration for Claude Code, enabling seamless creation, management, and coordination of multiple agent threads.

Core Features & Use Cases

  • Thread Lifecycle: Create, start, stop, pause, resume, and monitor threads with per-thread logs.
  • Git Worktrees: Isolated worktrees per thread to enable true parallel development without conflicts.
  • Event-Driven Coordination: Publish/subscribe to events, exchange artifacts, and coordinate workflows.
  • Orchestration: Run the orchestrator daemon to manage all threads from a single control point.

Quick Start

Initialize claude-threads, create a thread with an isolated worktree, and start it. Example: ct init; ct thread create demo --mode automatic --worktree; ct thread start demo

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: threads-skill
Download link: https://github.com/hanibalsk/example-claude-threads/archive/main.zip#threads-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository