team-overview

List BotMinter teams, members, roles, workspaces, and running state from local configs.

18|4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/botminter/botminter --skill team-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-overview
Source: https://github.com/botminter/botminter/tree/main/minty/.claude/skills/team-overview
Command: npx skills add https://github.com/botminter/botminter --skill team-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides operators a single, consistent view of registered BotMinter teams so they can quickly discover which teams exist, who is on each team, what roles they hold, where workspaces live, and which members are currently running agents without manually inspecting many repos and logs.

Core Features & Use Cases

  • Team discovery: Reads the local team registry to enumerate configured teams, their paths, profiles, and coordination repos.
  • Member and role listing: Inspects team member directories and member configs to show assigned roles and orchestrator settings.
  • Runtime and workspace checks: Detects workspace provisioning via workspace marker files and determines running state by checking Ralph lock files.
  • Use case: An operator asking "show teams" can get a structured summary of each team, members, workspace provisioning status, and which members are currently running agents, with guidance to avoid exposing sensitive credentials.

Quick Start

Show me all BotMinter teams, their members, workspaces, and running status.

Frequently Asked Questions about team-overview

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

FAQPage Schema
How do I view BotMinter teams, members, and their workspace status?

To view BotMinter teams, members, and workspace status, you can use a tool that reads the local ~/.botminter/config.yml registry. It parses YAML team entries, member configs, and workspace markers to provide a structured summary of team roles and provisioning states.

How can I check if a BotMinter agent is currently running?

You can check if a BotMinter agent is running by inspecting Ralph lock files. The system looks for .ralph/loop.lock files within team member directories to determine the current running state of each agent.

Does viewing BotMinter team status require accessing GitHub tokens?

Viewing BotMinter team status does not require accessing GitHub tokens. The system specifically avoids displaying credentials such as GitHub tokens, ensuring sensitive information remains hidden while listing team members and runtime states.

What is the best way to discover registered BotMinter teams?

The best way to discover registered BotMinter teams is to parse the local YAML team registry. This approach enumerates configured teams, their paths, profiles, and coordination repos, allowing operators to quickly find team information without manual repo inspection.