team

Automate lucos agent team assembly and management within Claude Code sessions.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lucas42/lucos_claude_config --skill team-lucas42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/lucas42/lucos_claude_config/tree/main/skills/team
Command: npx skills add https://github.com/lucas42/lucos_claude_config --skill team-lucas42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the formation and ongoing management of a session-scoped lucos agent team, simplifying the workflow of spawning, monitoring, and updating teammates within Claude Code.

Core Features & Use Cases

  • Team formation: automatically create and maintain a team linked to the current CLAUDE_CODE_SESSION_ID.
  • Teammate lifecycle: spawn, verify health, and replace teammates as needed via the Agent tool.
  • Add-teammate flow: easily add a new teammate to an existing team without restarting the session.

Quick Start

Spawn the required teammates for the current session.

Frequently Asked Questions about team

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

FAQPage Schema
How do I spawn multiple agents for collaborative tasks within a single Claude Code session?

You can spawn multiple agents by using this skill to assemble a team linked to your current CLAUDE_CODE_SESSION_ID. It coordinates team state and uses the Agent tool to spawn, monitor, and maintain teammates for your session.

What is the best way to manage agent orchestration and monitor teammate health during a session?

Agent orchestration is managed by maintaining team state and performing roster health checks on spawned teammates. This skill automates the monitoring process, verifying teammate health and replacing agents as needed via the Agent tool.

Can I add a new teammate to an existing agent team without restarting the session?

Yes, you can add a new teammate to an existing agent team without restarting. The skill provides an add-teammate flow that allows you to easily spawn and integrate new agents into your current session-scoped team configuration.

Do I need tmux to assemble and manage a session-scoped agent team?

Tmux is associated with the session management workflow, but the team is scoped directly to your CLAUDE_CODE_SESSION_ID. You use the Agent tool to spawn teammates, relying on session-scoped configuration rather than manual tmux session setup.

What are the limitations of using session-scoped configuration for agent team orchestration?

Session-scoped agent team orchestration is tied to the current CLAUDE_CODE_SESSION_ID, meaning team state and roster configurations do not persist across different sessions. Teammates must be managed within the active session boundary.