team-list

List saved team configurations from the .team-profiles/ directory with summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly see all the team configurations that have been saved to your project, so you can easily choose which one to load or manage.

Core Features & Use Cases

  • Scan Configuration Directory: Automatically searches the .team-profiles/ directory for saved team configurations.
  • Display Summary Information: Shows key details for each saved configuration, including its name, type (template or snapshot), description, and member count.
  • Task Statistics (for snapshots): For snapshot configurations, it also displays the status of tasks (completed, in progress, pending).
  • Use Case: Before starting a new development sprint, you can use this skill to list all available team setups (e.g., "frontend-team", "backend-qa-team") and decide which one to load using /team-load.

Quick Start

Use the team-list skill to see all saved team configurations.

Frequently Asked Questions about team-list

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

FAQPage Schema
How do I list saved team configurations in my project directory?

To list saved team configurations, scan the `.team-profiles/` directory to display a summary of each setup, including its name, type, description, and member count for project management.

What is the difference between a template and a snapshot team configuration?

A template team configuration provides a reusable setup, while a snapshot includes task statistics showing completed, in progress, and pending tasks alongside the standard member count and description.

How do I see task statistics for my saved project team setups?

You can see task statistics by listing snapshot configurations from the `.team-profiles/` directory, which display the status of tasks such as completed, in progress, and pending for each team.

Can I use team-list to check member counts before loading a development sprint team?

Yes, you can use it to check member counts and descriptions for all saved setups, allowing you to review available configurations like "frontend-team" before deciding which one to load for a sprint.

What is the best way to discover persistent team setups within a project?

The best way to discover persistent team setups is to scan the `.team-profiles/` directory, which automatically searches for and summarizes all saved team configurations available for your project.