LLM Skills
~/catalogue/monitoring et alertes//team-status

Statut de l'équipe

/team-status

Affiche l'état actuel d'une équipe d'agents actifs, y compris les membres, les tâches et les progrès.

wshobsonwshobson
38.9k
5 juin 2026
MIT
// contenu du skill

description: "Display team members, task status, and progress for an active agent team"

argument-hint: "[team-name] [--tasks] [--members] [--json]"


Team Status

Display the current state of an active agent team including members, tasks, and progress.

Phase 1: Team Discovery

  1. Parse $ARGUMENTS for team name and flags:
  • If team name provided, use it directly
  • If no team name, check ~/.claude/teams/ for active teams
  • If multiple teams exist and no name specified, list all teams and ask user to choose
  • --tasks: show only task details
  • --members: show only member details
  • --json: output raw JSON instead of formatted table
  1. Read team config from ~/.claude/teams/{team-name}/config.json using the Read tool
  2. Call TaskList to get current task state

Phase 2: Status Display

Members Table

Display each team member with their current state:

Team: {team-name}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Members:
  Name              Role              Status
  ─────────────────────────────────────────
  security-rev      team-reviewer     working on task #2
  perf-rev          team-reviewer     idle
  arch-rev          team-reviewer     working on task #4

Tasks Table

Display tasks with status, assignee, and dependencies:

Tasks:
  ID   Status        Owner           Subject
  ─────────────────────────────────────────────────
  #1   completed     security-rev    Review auth module
  #2   in_progress   security-rev    Review API endpoints
  #3   completed     perf-rev        Profile database queries
  #4   in_progress   arch-rev        Analyze module structure
  #5   pending       (unassigned)    Consolidate findings

Progress: 40% (2/5 completed)

JSON Output

If --json flag is set, output the raw team config and task list as JSON.

// source originale publique
wshobson/agents
/plugins/agent-teams/commands/team-status.md
Licence : MIT
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/team-status.md" "https://raw.githubusercontent.com/wshobson/agents/main/plugins/agent-teams/commands/team-status.md"
Ensuite dans Claude Code, tapez /team-status pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurwshobson
Étoiles 38.9k
LicenceMIT
Mis à jour5 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Monitoring et alertes

Voir toutarrow_forward