ck:team

Coordinate multiple Claude Code sessions with team creation, task assignment, and messaging.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-team-nam3886
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:team
Source: https://github.com/nam3886/golang-echo-boilerplate/tree/main/.claude/skills/team
Command: npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-team-nam3886

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrate Agent Teams for parallel multi-session collaboration across research, implementation, review, and debugging workflows that require independent teammates.

Core Features & Use Cases

  • Cross-session team orchestration with a single lead coordinating multiple teammates.
  • Supports templates like /ck:team cook, /ck:team review, /ck:team debug for end-to-end collaboration.
  • Event-driven task tracking via TaskCompleted and TeammateIdle to monitor progress, reassign tasks, and clean up.
  • Worktree isolation for code changes in parallel development, and clean merge after completion.
  • Designed for long-running research, multi-module codebases, and complex debugging scenarios.

Quick Start

Spawn an agent team to tackle parallel feature work and synthesize results.

Frequently Asked Questions about ck:team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate parallel agent teams for complex coding tasks?

Parallel agent teams are coordinated using a single lead Claude Code session to orchestrate multiple teammates through team creation, task assignment, and inter-teammate messaging. This enables simultaneous research, implementation, review, and debugging workflows across independent sessions.

How does worktree isolation work for parallel development across multiple agents?

Worktree isolation provides separate branching environments for code changes made by parallel teammates. It ensures independent development sessions do not conflict, allowing a clean merge of all code changes after the parallel tasks are completed.

Can I use event-driven monitoring to track task completion and reassign idle agents?

Event-driven monitoring tracks team progress using TaskCompleted and TeammateIdle events. This allows the lead session to dynamically monitor teammate status, reassign pending tasks to idle agents, and clean up resources upon completion.

What is the best way to manage long-running multi-module codebase development with multiple sessions?

Multi-module codebase development is managed by spawning cross-session agent teams with a lead coordinating independent teammates. Templates for end-to-end collaboration handle parallel workflows, synthesizing results from long-running research and complex debugging scenarios.

Do I need specific templates to start parallel debugging and review workflows?

Templates are available to quickly initiate end-to-end collaboration for specific workflows. Commands like /ck:team cook, /ck:team review, and /ck:team debug provide structured scopes for parallel implementation, code review, and debugging tasks.

Why use team orchestration instead of running independent Claude Code sessions separately?

Team orchestration provides centralized coordination that independent sessions lack, enabling inter-teammate messaging, event-driven task tracking, and automated worktree isolation. This structured approach ensures clean merges and synthesized results for complex parallel tasks.