gsd-config

Configure GSD settings via interactive prompts, flags, or inline SDK calls.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-config-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-config
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-config
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-config-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually toggling and configuring GSD settings across multiple workflows and options, which is slow and easy to get wrong.

Core Features & Use Cases

  • Interactive common-case setup: Runs a single interactive, 5-question prompt when no flag is provided, covering the typical workflow toggles like model, research, plan_check, verifier, and branching.
  • Advanced tuning via flag: Enables power-user configuration through the --advanced flow for planning, execution, discussion, cross-AI behavior, Git, and runtime controls.
  • Integrations and agent-skills routing: Uses --integrations to handle third-party API keys and any agent-skill injection or routing needed for those integrations.
  • Inline model profile switching: Switches model quality/balanced/budget/inherit profiles with --profile <name> using the gsd-sdk CLI, including a PATH pre-flight check.

Quick Start

Run gsd-config to answer the interactive questions and apply the common-case GSD settings for your workflow.

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 workflow settings from the CLI?

Configure GSD workflow settings from the CLI by running gsd-config, which routes a single command into the correct configuration workflow to apply common interactive setup toggles for model, research, and branching.

What is the best way to switch model profiles non-interactively in a CLI environment?

Switching model profiles non-interactively in a CLI environment is done using the `--profile <name>` flag, which executes an inline gsd-sdk call after performing a safe PATH pre-flight validation to apply quality, balanced, or budget settings.

Can I enable third-party API keys and integrations through workflow routing?

Yes, you can enable third-party API keys and integrations through workflow routing by passing the `--integrations` flag, which handles agent-skill injection and API key configuration needed for those integrations.

Does gsd-config support advanced power-user tuning for execution and Git controls?

Yes, gsd-config supports advanced power-user tuning for execution, discussion, cross-AI behavior, and Git controls by passing the `--advanced` flag to access granular runtime configuration options.

What happens if the gsd-sdk PATH pre-flight validation fails during model profile switching?

If the gsd-sdk PATH pre-flight validation fails during model profile switching, the inline query will not run, preventing execution errors by ensuring the required SDK is properly available in the environment before applying configurations.