api-design
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/settings-advancedContext preview
What this command does when you run it.
Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs
name: gsd:settings-advanced description: Power-user configuration — plan bounce, timeouts, branch templates, cross-AI execution, runtime knobs allowed-tools: - Read - Write - Bash - AskUserQuestion gsd-build-source: 1.38.3 gsd-build-source-url: https://github.com/gsd-build/get-shit-done/blob/v1.38.3/commands/gsd/settings-advanced.md local-modified: false gsd-skill-creator-vendored-at: 2026-04-25
<objective> Interactive configuration of GSD power-user knobs that don't belong in the common-case `/gsd-settings` prompt.
Routes to the settings-advanced workflow which handles:
Use `/gsd-settings` for the common-case toggles (model profile, research/plan_check/verifier, branching strategy, context warnings). Use `/gsd-settings-advanced` once those are set and you want to tune the internals. </objective>
<execution_context> @~/.claude/get-shit-done/workflows/settings-advanced.md </execution_context>
<process> **Follow the settings-advanced workflow** from `@~/.claude/get-shit-done/workflows/settings-advanced.md`.
The workflow handles all logic including: 1. Config file creation with defaults if missing (via `gsd-sdk query config-ensure-section`) 2. Current config reading 3. Six sectioned AskUserQuestion batches with current values pre-selected 4. Numeric-input validation (non-numeric rejected, empty input keeps current) 5. Answer parsing and config merging (preserves unrelated keys) 6. File writing (atomic) 7. Confirmation table display </process>
An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)
Repo: Tibsfox/gsd-skill-creator
REST API design best practices. Use when designing APIs, choosing status codes, or creating endpoints.
Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.
Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
Thinking frameworks for decisions and problem analysis. Use when evaluating options, root causes, or prioritizing.
Environment configuration and secrets management. Use when setting up .env files, managing secrets, or configuring environments.
Safe file operation patterns. Use when performing bulk file operations or writing deployment scripts.