ck:team

Orchestrate parallel Claude Code sessions for research, implementation, review, and debug workflows.

1|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-team-thanh-apero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:team
Source: https://github.com/Thanh-apero/apero-kit-cli/tree/main/.claude/skills/team
Command: npx skills add https://github.com/Thanh-apero/apero-kit-cli --skill ck-team-thanh-apero

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Agent, TeamCreate, TaskCreate, SendMessage, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit helps orchestrate Agent Teams for parallel multi-session collaboration, enabling efficient research, implementation, review, and debug workflows requiring independent teammates.

Core Features & Use Cases

  • Agent Teams Coordination: Manages multiple independent Claude Code sessions, each with its own context window.
  • Templates: Offers templates for research, implementation, review, and debug workflows.
  • Customizable Team Sizes: Allows customization of team sizes for different tasks.
  • Delegate Mode: Enables lead to coordinate only, never touching code.
  • Worktree Isolation: Provides implementation isolation using git worktrees for parallel code changes.

Quick Start

/ck:team research <topic> [--researchers N]

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 Claude Code sessions for code review and implementation?

You can coordinate parallel Claude Code sessions for code review and implementation by using agent team orchestration, which manages multiple independent context windows and utilizes templates for research, debug, and implementation workflows.

What is git worktree isolation and how does it help with parallel code changes?

Git worktree isolation provides separate working directories for parallel code changes, allowing multiple implementation sessions to operate independently without conflicting, ensuring each teammate works within an isolated branch context.

Do I need CLI terminal and experimental flags enabled to run multi-session agent teams?

Yes, running multi-session agent teams requires a CLI terminal and the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable enabled to activate the parallel collaboration and delegate mode features.

Can I customize team sizes and coordination modes for different research workflows?

Yes, you can customize team sizes for different research workflows using command flags like --researchers N, and enable a delegate mode where the lead coordinates only without touching code directly.

What's the best way to run parallel debugging workflows across independent context windows?

The best way to run parallel debugging workflows is using agent team templates that orchestrate independent Claude Code sessions, allowing multiple debug teammates to investigate issues simultaneously within their own context windows.

Why use agent teams instead of single-session Claude Code for implementation tasks?

Agent teams enable parallel multi-session collaboration for implementation tasks, allowing independent teammates to work simultaneously with isolated git worktrees, significantly reducing turnaround time compared to sequential single-session execution.