ck:team

Coordinates parallel Claude Code sessions across research, implementation, review, and debugging tasks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mafvietnam/mafapp --skill ck-team-mafvietnam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:team
Source: https://github.com/mafvietnam/mafapp/tree/main/.claude/skills/team
Command: npx skills add https://github.com/mafvietnam/mafapp --skill ck-team-mafvietnam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrate cross-team Claude Code sessions to coordinate parallel research, implementation, and debugging workflows requiring independent teammates.

Core Features & Use Cases

  • Parallel coordination across research, implementation, review, and debugging
  • Shared task list, team management, and inter-agent messaging
  • Worktree isolation for safe parallel development
  • Event-driven monitoring with TaskCompleted and TeammateIdle hooks
  • Supports templates ON /ck:team research, cook, review, debug

Quick Start

Describe your task to Claude and enable Agent Teams to automatically spawn teammates and coordinate parallel work.

Frequently Asked Questions about ck:team

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

FAQPage Schema
How do I coordinate multiple Claude Code sessions for parallel task management?

To coordinate parallel task management across multiple Claude Code sessions, you can orchestrate agent teams that spawn independent teammates for research, implementation, review, and debugging workflows using shared task lists and inter-agent messaging.

What is the best way to run parallel development workflows without agent conflicts?

Running parallel development workflows safely requires worktree isolation to prevent conflicts, alongside event-driven monitoring using TaskCompleted and TeammateIdle hooks to manage teammate states and coordinate outcomes effectively.

Can I use agent teams to split independent coding tasks across research and debugging?

Yes, you can split independent coding tasks across research and debugging by loading project context into independent teammates that communicate via a shared task list and coordinate outcomes using TeamCreate and SendMessage commands.

How do I start automating parallel work with Claude Code agent teams?

To start automating parallel work, describe your task to Claude and enable Agent Teams, which automatically spawns teammates and coordinates parallel execution across research, cook, review, and debug templates.

Does parallel agent orchestration support event-driven monitoring for idle teammates?

Yes, parallel agent orchestration supports event-driven monitoring through TaskCompleted and TeammateIdle hooks, allowing you to track teammate status and manage workflow automation dynamically across independent sessions.

When should I avoid using parallel agent teams for workflow automation?

You should avoid using parallel agent teams for workflow automation when tasks are highly interdependent rather than independent, as this orchestration approach relies on teammates executing isolated work and coordinating outcomes through a shared task list.