t1k:team

Orchestrate Claude Code Agent Teams for parallel software development tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of coordinating and managing complex project workflows that involve parallel agent teams, ensuring efficient and scalable collaboration.

Core Features & Use Cases

  • Parallel Team Management: Orchestrate independent teams for multi-agent tasks in a coordinated fashion.
  • Agent Team Routing: Dynamically route tasks to different types of agents (e.g., researchers, implementers, reviewers) based on context.
  • Worktree Isolation: Ensure each agent operates in an isolated environment to prevent conflicts and maintain code integrity.
  • Manifest Ownership Resolution: Automatically assign file ownership based on module manifests to maintain clear responsibilities.
  • Task Execution & Monitoring: Spawn agents to execute tasks, monitor progress, and handle errors and conflicts.
  • Documentation & Reporting: Generate comprehensive reports on team activities, outcomes, and recommendations.
  • Use Case: Suppose you are working on a large software project with multiple modules and teams. Use this Skill to create teams for research, implementation, review, and debugging, ensuring all tasks are completed efficiently and effectively.

Quick Start

Activate the t1k:team skill to spawn a team for parallel implementation of a feature.

Frequently Asked Questions about t1k:team

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

FAQPage Schema
How do I manage parallel agent teams for software development?

Managing parallel agent teams involves orchestrating the spawning, coordination, and monitoring of multiple agents. This Skill handles task routing, worktree isolation, and file ownership resolution to ensure efficient, scalable collaboration.

How does worktree isolation prevent conflicts in multi-agent tasks?

Worktree isolation ensures each agent operates in an isolated environment. This prevents code conflicts and maintains code integrity by separating parallel tasks during complex project workflows.

Do I need the Claude Code Experimental Agent Teams feature for task orchestration?

Yes, task orchestration for parallel teams requires the Claude Code Experimental Agent Teams feature. It provides the underlying registry routing and module-scoped skills injection needed for coordination.

What is the best way to route tasks to different types of agents?

Routing tasks dynamically assigns work to researchers, implementers, or reviewers based on context. This Skill automates that routing, along with manifest ownership resolution, to maintain clear responsibilities.

How do I monitor progress and handle errors in parallel team workflows?

Monitoring progress and handling errors in parallel team workflows is done by spawning agents to execute tasks. The system tracks team activities, handles conflicts, and generates comprehensive outcome reports.

When do I need manifest ownership resolution for complex projects?

Manifest ownership resolution is needed when multiple teams work on a large software project. It automatically assigns file ownership based on module manifests to maintain clear responsibilities and prevent conflicts.