config

Manage global configuration settings for the myteams CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to manage global settings for reviewer LLMs, dispatch authentication, and MCP server registry, providing a centralized control panel for the myteams CLI.

Core Features & Use Cases

  • Global Reviewer LLM Management: Configure and manage the default reviewer LLMs across all teams.
  • Dispatch Authentication: Store and manage credential tokens for dispatch children, ensuring secure authentication.
  • MCP Server Registry Management: Register, configure, and manage MCP servers for team findings publication.
  • Use Case: A project manager can use this Skill to set up the default reviewer LLMs for all teams, configure dispatch authentication tokens, and register a new MCP server for team findings publication.

Quick Start

Set the default reviewer LLMs to 'claude' and 'codex' using the command: myteams config --default-llms set claude,codex.

Frequently Asked Questions about config

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

FAQPage Schema
How do I configure default reviewer LLMs for myteams CLI operations?

To configure default reviewer LLMs for myteams CLI, use the command `myteams config --default-llms set claude,codex` to centrally specify which models review operations.

What is the best way to manage MCP server registry for team findings publication?

The best way to manage an MCP server registry is using a centralized configuration panel to register, configure, and maintain MCP servers specifically for publishing team findings.

How does dispatch authentication token management work for CLI tools?

Dispatch authentication token management works by securely storing and managing credential tokens required to authenticate dispatch children, ensuring safe and efficient CLI operations.

Can I set up global settings for multiple teams using myteams config?

Yes, you can set up global settings across multiple teams using myteams config to manage default reviewer LLMs, dispatch auth tokens, and MCP server registry from one control panel.

What are the limitations of managing reviewer credentials through global config?

Managing reviewer credentials through global config applies settings universally across all teams, meaning individual team-level overrides are not supported within this centralized configuration approach.