gsd-config

Route GSD configuration workflows via CLI flags for profiles, integrations, and advanced tuning.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-config
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-config
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-config
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gsd-sdk.

What problem does it solve?

This Skill removes the friction of repeatedly tweaking GSD workflow toggles and advanced configuration by guiding you to a single, correctly routed configuration flow.

Core Features & Use Cases

  • Interactive common-case configuration: Quickly answers a compact set of prompts to generate a workflow-appropriate settings set for typical usage (e.g., model, research, planning checks, verifier, and branching).
  • Advanced power-user tuning: Applies deeper control over planning and execution knobs, including cross-AI execution and runtime/git-related options, routed to an advanced workflow.
  • Integrations and model profile switching: Handles third-party API key setup and agent-skill injection routing, and can set a selected model profile non-interactively with a guarded pre-flight check.
  • Use case example: When you need to switch from a balanced setup to a budget profile before running a time-sensitive research workflow, you can route the command accordingly and apply the change immediately.

Quick Start

Run: gsd-config --profile budget

Frequently Asked Questions about gsd-config

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

FAQPage Schema
How do I configure GSD agent settings and workflow routing from the CLI?▼

GSD configuration routing is automated by applying interactive common-case settings, advanced tuning, or integrations setup based on CLI flags. You can quickly generate workflow-appropriate settings for typical usage or apply deeper power-user adjustments.

Can I switch model profiles non-interactively before running a GSD workflow?▼

Yes, you can switch model profiles non-interactively using a command like gsd-config --profile budget. The command executes an inline config-set-model-profile operation after passing a guarded pre-flight PATH check for the gsd-sdk dependency.

What is the best way to set up third-party API keys for GSD integrations?▼

Setting up third-party integrations is handled through a dedicated configuration flow that routes your CLI command to manage API key setup and agent-skill injection. This ensures third-party services connect correctly to your daily agent operations.

Does GSD configuration require any specific dependencies or environment setup?▼

Yes, GSD configuration requires the gsd-sdk to be present in your system PATH. The tool performs a pre-flight PATH check before executing any configuration commands to ensure the underlying workflow files are accessible.

How do I apply advanced tuning parameters like cross-AI execution and runtime options?▼

Advanced tuning parameters for cross-AI execution, runtime, and git-related options are applied by routing your CLI command to an advanced workflow. This provides deeper control over planning and execution knobs for power-user adjustments.

Why is my gsd-config command not routing to the correct workflow settings?▼

GSD configuration routing relies on correct argument parsing and CLI flags to apply the appropriate settings. If arguments are parsed incorrectly or the pre-flight PATH check for gsd-sdk fails, the command will not route to the end-to-end workflow files.