ck:team

Orchestrate multiple Codex sessions for parallel research, implementation, review, and debug workflows.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-team-auxi-wardrobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:team
Source: https://github.com/auxi-wardrobe/auxi-all-in/tree/main/.agents/skills/team
Command: npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-team-auxi-wardrobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opus, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of coordinating multiple independent Codex sessions for parallel multi-session collaboration, particularly useful for research, implementation, review, and debug workflows requiring independent teammates.

Core Features & Use Cases

  • Parallel Multi-Session Collaboration: Coordinate multiple independent Codex sessions for parallel work.
  • Agent Teams: Spawn teammates with their own context windows, communicate via shared task lists and messaging.
  • Templates: Supports templates like ck:research, ck:cook, ck:code-review, ck:debug for specific workflows.
  • Worktree Isolation: Optional git worktree isolation for implementation tasks to avoid file conflicts.

Quick Start

To start a research session with three researchers, use the command: /ck:team research <topic> --researchers 3.

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 Codex sessions for multi-session collaboration?

You can orchestrate parallel multi-session collaboration by spawning independent Codex teammates with their own context windows, communicating via shared task lists and messaging to handle research, implementation, review, and debug workflows.

What's the best way to run parallel code review and implementation tasks across multiple agents?

Use agent team templates like ck:research, ck:cook, ck:code-review, and ck:debug to spawn specialized teammates, applying optional git worktree isolation for implementation tasks to prevent file conflicts.

Do I need Claude Code CLI and Opus models to enable agent teams for parallel work?

Yes, parallel multi-session collaboration requires Agent Teams enabled, the Claude Code CLI terminal, and all teammate sessions must run the Opus 4.6 model.

How does worktree isolation work when spawning multiple implementation teammates?

Git worktree isolation provides each implementation teammate with a separate working directory, preventing file conflicts when multiple agents modify code simultaneously during parallel sessions.

Can I scale research workflows by assigning multiple parallel agents to the same topic?

Yes, you can launch a research session with multiple researchers using a command like /ck:team research <topic> --researchers 3, allowing independent agents to explore the same topic in parallel.

What are the limitations of using agent teams for parallel debugging workflows?

Agent teams require all teammates to run Opus 4.6 and depend on shared task lists for messaging, meaning coordination overhead increases with more sessions and context is isolated per teammate window.