team-status

Retrieves real-time operational status of active teams from ~/.claude/teams/.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/killvxk/TeamSkills --skill team-status
Or copy as Structured Prompt for Agent▌
Please help me install this Agent Skill.
Skill: team-status
Source: https://github.com/killvxk/TeamSkills/tree/main/.claude/skills/team-status
Command: npx skills add https://github.com/killvxk/TeamSkills --skill team-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides real-time insights into currently running teams, their members, and task progress, helping you stay informed about ongoing operations.

Core Features & Use Cases

  • Real-time Status: View active teams, their members, and task completion percentages.
  • Task Breakdown: See details on in-progress and blocked tasks, including owners and dependencies.
  • Use Case: After initiating a complex project team, use this Skill to quickly check which tasks are on track and if any team members are blocked, allowing for timely intervention.

Quick Start

Use the team-status skill to check the status of the 'my-project' team.

Frequently Asked Questions about team-status

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

FAQPage Schema
How do I monitor real-time task progress for active teams?▌

To monitor real-time task progress for active teams, retrieve runtime data from the `~/.claude/teams/` directory. This reveals member lists, task completion percentages, and identifies blocked tasks requiring intervention.

What is the difference between runtime status monitoring and disk-based team configurations?▌

Runtime status monitoring queries live operational data in `~/.claude/teams/`, while disk-based configurations like `/team-list` retrieve static team setup. Runtime monitoring provides active task progress and blocked states.

How do I check which team members are blocked on in-progress tasks?▌

To check which team members are blocked on in-progress tasks, scan the runtime directory to retrieve task breakdowns. This displays task owners, dependencies, and blocked states for active teams.

Do I need Bash to query active team status and task progress?▌

Yes, you need Bash to query active team status and task progress. The Skill requires Bash for directory scanning and utilizes custom tools to retrieve task and configuration data.

What is the best way to track project progress for currently running teams?▌

The best way to track project progress for currently running teams is querying runtime data in `~/.claude/teams/`. This differentiates from static configurations by showing live completion percentages and active members.