Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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:
Pre-flight check (#2439): verify gsd-sdk is on PATH via command -v gsd-sdk.
If absent, emit the install hint Install GSD via 'npm i -g get-shit-done' and stop —
do NOT invoke gsd-sdk directly (avoids the opaque command not found: gsd-sdk failure).
Run: gsd-sdk 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.