devteam-config

Manage DevTeam configuration settings through a command-line interface.

17|8|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/michael-harris/devteam --skill devteam-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devteam-config
Source: https://github.com/michael-harris/devteam/tree/main/skills/devteam-config
Command: npx skills add https://github.com/michael-harris/devteam --skill devteam-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized and user-friendly way to view, modify, and initialize the configuration settings for the DevTeam autonomous development system.

Core Features & Use Cases

  • View Configuration: See all current DevTeam settings.
  • Modify Settings: Update specific configuration parameters like execution mode, model thresholds, or quality gate enablement.
  • Reset to Defaults: Revert all settings to their original default values.
  • Initialize Configuration: Guide through setting up configuration for a new project.
  • Use Case: You need to enable security scanning for your project. You can use /devteam:config set gates.security.enabled true to quickly enable this feature.

Quick Start

View the current DevTeam configuration settings.

Frequently Asked Questions about devteam-config

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

FAQPage Schema
How do I view and modify DevTeam configuration settings?

You can view and modify DevTeam configuration settings through a command-line interface, using commands to get, set, or view current parameters like execution modes and quality gates.

What is the best way to initialize configuration for a new DevTeam project?

To initialize DevTeam configuration for a new project, use the config command-line interface to guide the setup process and establish baseline settings for your autonomous development environment.

Can I reset specific autonomous development environment parameters to their default values?

Yes, you can reset DevTeam configuration parameters to their original default values using the reset command, reverting settings like model escalation thresholds and research timeouts.

How do I enable quality gates like security scanning from the command line?

You can enable quality gates by running a config set command, such as targeting the gates.security.enabled parameter and passing a true value to activate security scanning for your project.

What configuration parameters are available for customizing the DevTeam environment?

Available configuration parameters include execution modes, model escalation thresholds, quality gate enablement, interview processes, and research timeouts, allowing granular control over the autonomous development system.

Does managing DevTeam settings require any external dependencies or components?

No, managing DevTeam settings through the config command-line interface requires no external dependencies or components, allowing you to directly view and modify settings from your environment.