ck:team

Create and orchestrate agent teams for parallel multi-session collaboration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit streamlines the orchestration of agent teams for parallel multi-session collaboration, enhancing research, implementation, review, and debugging workflows.

Core Features & Use Cases

  • Parallel Multi-Session Collaboration: Supports concurrent agent sessions for parallel research, development, review, and debugging tasks.
  • Agent Teams Management: Offers comprehensive tools for creating, managing, and terminating teams of agents.
  • Customizable Team Roles: Assigns roles like researchers, developers, reviewers, and debuggers to individual agents.
  • Worktree Isolation: Provides isolated git worktrees for each developer, preventing file conflicts and enabling safe parallel editing.
  • Task Automation: Automates the creation and assignment of tasks, ensuring smooth workflow coordination.
  • Integration with Claude Code: Fully integrated with Claude Code for seamless execution and communication.
  • Use Case: Ideal for complex projects that require diverse skill sets and independent agent contributions, such as large-scale code reviews, feature implementation, and bug debugging.

Quick Start

Use the /ck:team research <topic> command to initiate a research workflow with a team of researchers.

Frequently Asked Questions about ck:team

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

FAQPage Schema
How do I manage parallel multi-session agent collaborations for complex code reviews?

Parallel agent teams coordinate independent sessions for research, implementation, review, and debugging. You create an agent team and assign customizable roles to individual agents to automate tasks and manage parallel workflows.

What is the best way to prevent file conflicts during parallel agent development?

The best way to prevent file conflicts during parallel agent development is using worktree isolation. This provides isolated git worktrees for each developer agent, enabling safe parallel editing without overwriting shared files.

How do I automate task assignment for a team of debugging agents?

You can automate task assignment for debugging agents by using task automation tools to create and assign tasks. This ensures smooth workflow coordination by distributing bug debugging tasks across independent agent sessions automatically.

Does Claude Code support direct communication between independent agent sessions?

Yes, Claude Code supports direct communication between independent agent sessions. It is fully integrated with Claude Code for seamless execution, allowing agents in a team to send messages and coordinate parallel collaboration tasks.

Can I use isolated git worktrees for parallel feature implementation in large-scale projects?

Yes, you can use isolated git worktrees for parallel feature implementation in large-scale projects. Worktree isolation gives each developer agent a separate working directory, preventing file conflicts and enabling safe parallel editing.