CtrlK
BlogDocsLog inGet started
Tessl Logo

gsd-config

Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security
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 : Switch model profile (quality|balanced|budget|inherit) → set-profile (inline)
FlagActionWorkflow
(none)Interactive 5-question common-case config promptsettings
--advancedPower-user knobs: planning, execution, discussion, cross-AI, git, runtimesettings-advanced
--integrationsAPI keys (Brave/Firecrawl/Exa), review CLI routing, agent skillssettings-integrations
--profile <name>Switch model profile without interactive promptgsd-tools query config-set-model-profile

<execution_context> @/.claude/gsd-core/workflows/settings.md @/.claude/gsd-core/workflows/settings-advanced.md @~/.claude/gsd-core/workflows/settings-integrations.md </execution_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)
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.
Repository
open-gsd/gsd-core
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.