roster

Manage myteams team registry entries via the myteams CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/agentic-cookbook/agenticdevteam --skill roster-agentic-cookbook
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roster
Source: https://github.com/agentic-cookbook/agenticdevteam/tree/main/skill/plugin/skills/roster
Command: npx skills add https://github.com/agentic-cookbook/agenticdevteam --skill roster-agentic-cookbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The tedious task of manually managing a team registry in the myteams application can be streamlined with this Skill.

Core Features & Use Cases

  • Team Registry Management: List, describe, install, uninstall, enable, or disable a team within the registry.
  • Team Command Access: Each team surfaces as a skill within the plugin, allowing direct interaction through specific routes.
  • Use Case: Need to quickly see the installed teams or add a new one? This Skill automates these tasks, simplifying the process and reducing the potential for human error.

Quick Start

To list the installed teams, use the command: /myagenticteams:roster list

Frequently Asked Questions about roster

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

FAQPage Schema
How do I list installed teams in a myteams registry?▼

You can list installed teams in a myteams registry by running the `/myagenticteams:roster list` command to enumerate all configured teams and check their current status.

What is the best way to automate team lifecycle management for a multi-agent system?▼

Automating team lifecycle management for a multi-agent system is best handled through command-line interaction with the myteams CLI, which streamlines team installation, uninstallation, enabling, and disabling.

Can I enable or disable specific teams in the myteams registry without manual editing?▼

Yes, you can enable or disable specific teams in the myteams registry without manual editing by using dedicated CLI commands to manage team states and configuration directly.

Does managing a team registry through CLI automation reduce configuration errors?▼

Managing a team registry through CLI automation reduces configuration errors by replacing tedious manual updates with streamlined command-line interactions for team enumeration, installation, and lifecycle maintenance.

How do I interact directly with a specific team after adding it to the team registry?▼

After adding a team to the team registry, you can interact directly with it through specific routes because each registered team surfaces as a skill within the plugin for direct command access.