/gsd-config
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
$ npx -y skills add open-gsd/gsd-core --skill gsd-config --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/gsd-config
Context preview
The summary Claude sees to decide when to auto-load this skill.
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
SKILL.md
gsd-config.SKILL.mdname: gsd-config
description: "Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile"
argument-hint: "[--advanced | --integrations | --profile <name>]"
allowed-tools:
- Read
- Write
- Bash
- AskUserQuestion
<objective> Configure GSD settings interactively with a single consolidated command.
Mode routing:
- **default** (no flag): Common-case toggles (model, research, plan_check, verifier, branching) → settings workflow
- **--advanced**: Power-user knobs (planning tuning, timeouts, branch templates, cross-AI execution) → settings-advanced workflow
- **--integrations**: Third-party API keys, code-review CLI routing, agent-skill injection → settings-integrations workflow
- **--profile <name>**: Switch model profile (quality|balanced|budget|inherit) → set-profile (inline)
</objective>
<routing>
| Flag | Action | Workflow | |------|--------|----------| | (none) | Interactive 5-question common-case config prompt | settings | | --advanced | Power-user knobs: planning, execution, discussion, cross-AI, git, runtime | settings-advanced | | --integrations | API keys (Brave/Firecrawl/Exa), review CLI routing, agent skills | settings-integrations | | --profile <name> | Switch model profile without interactive prompt | gsd-tools query config-set-model-profile |
</routing>
<execution_context> @~/.claude/gsd-core/workflows/settings.md @~/.claude/gsd-core/workflows/settings-advanced.md @~/.claude/gsd-core/workflows/settings-integrations.md </execution_context>
<context> Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
- If it is `--advanced`: strip the flag, execute settings-advanced workflow
- If it is `--integrations`: strip the flag, execute settings-integrations workflow
- If it starts with `--profile`: extract the profile name (remainder after `--profile`), then:
1. Verify `gsd-tools` is on PATH via `command -v gsd-tools`; if absent, emit the install hint `Install GSD via 'npm i -g @opengsd/gsd-core'` and stop. 2. Run: `gsd-tools query config-set-model-profile <profile-name> --raw` and display the output verbatim.
- Otherwise: execute settings workflow (no argument needed)
</context>
<process> 1. Parse the leading flag (if any) from $ARGUMENTS. 2. Load and execute the appropriate workflow end-to-end, or run the inline SDK command for --profile. 3. Preserve all workflow gates from the target workflow. </process>
Read more
name: gsd-config description: "Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile" argument-hint: "[--advanced | --integrations | --profile <name>]" allowed-tools: - Read - Write - Bash - AskUserQuestion
<objective> Configure GSD settings interactively with a single consolidated command.
Mode routing:
- **default** (no flag): Common-case toggles (model, research, plan_check, verifier, branching) → settings workflow
- **--advanced**: Power-user knobs (planning tuning, timeouts, branch templates, cross-AI execution) → settings-advanced workflow
- **--integrations**: Third-party API keys, code-review CLI routing, agent-skill injection → settings-integrations workflow
- **--profile <name>**: Switch model profile (quality|balanced|budget|inherit) → set-profile (inline)
</objective>
<routing>
| Flag | Action | Workflow | |------|--------|----------| | (none) | Interactive 5-question common-case config prompt | settings | | --advanced | Power-user knobs: planning, execution, discussion, cross-AI, git, runtime | settings-advanced | | --integrations | API keys (Brave/Firecrawl/Exa), review CLI routing, agent skills | settings-integrations | | --profile <name> | Switch model profile without interactive prompt | gsd-tools query config-set-model-profile |
</routing>
<execution_context> @~/.claude/gsd-core/workflows/settings.md @~/.claude/gsd-core/workflows/settings-advanced.md @~/.claude/gsd-core/workflows/settings-integrations.md </execution_context>
<context> Arguments: $ARGUMENTS
Parse the first token of $ARGUMENTS:
- If it is `--advanced`: strip the flag, execute settings-advanced workflow
- If it is `--integrations`: strip the flag, execute settings-integrations workflow
- If it starts with `--profile`: extract the profile name (remainder after `--profile`), then:
1. Verify `gsd-tools` is on PATH via `command -v gsd-tools`; if absent, emit the install hint `Install GSD via 'npm i -g @opengsd/gsd-core'` and stop. 2. Run: `gsd-tools query config-set-model-profile <profile-name> --raw` and display the output verbatim.
- Otherwise: execute settings workflow (no argument needed)
</context>
<process> 1. Parse the leading flag (if any) from $ARGUMENTS. 2. Load and execute the appropriate workflow end-to-end, or run the inline SDK command for --profile. 3. Preserve all workflow gates from the target workflow. </process>
Git. Ship. Done. A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
Repo: open-gsd/gsd-core
Other skills on gsd-core.
- /gsd-add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Open skill - /gsd-ai-integration-phase
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Open skill - /gsd-audit-fix
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Open skill - /gsd-audit-milestone
Audit milestone completion against original intent before archiving
Open skill - /gsd-audit-uat
Cross-phase audit of all outstanding UAT and verification items
Open skill - /gsd-autonomous
Run all remaining phases autonomously — discuss→plan→execute per phase
Open skill

