gsd-config

GitHub

用于交互式配置 GSD 工具的设置,支持默认、高级选项、第三方集成及模型配置文件切换,提供统一的命令入口以管理工作流开关和集成参数。

skills/gsd-config/SKILL.md AjayIrkal23/agentic-mercy-10x

Trigger Scenarios

需要配置 GSD 工具的工作流或高级选项时 需要设置第三方 API 密钥或代码审查路由时 需要快速切换模型质量配置文件时

Install

npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-config -g -y
More Options

Use without installing

npx skills use AjayIrkal23/agentic-mercy-10x@gsd-config

指定 Agent (Claude Code)

npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-config -a claude-code -g -y

安装 repo 全部 skill

npx skills add AjayIrkal23/agentic-mercy-10x --all -g -y

预览 repo 内 skill

npx skills add AjayIrkal23/agentic-mercy-10x --list

SKILL.md

Frontmatter
{
    "name": "gsd-config",
    "description": "Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profile",
    "allowed-tools": [
        "Read",
        "Write",
        "Bash",
        "AskUserQuestion"
    ],
    "argument-hint": "[--advanced | --integrations | --profile <name>]"
}
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)
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-sdk config-set-model-profile

<execution_context> @$HOME/.claude/get-shit-done/workflows/settings.md @$HOME/.claude/get-shit-done/workflows/settings-advanced.md @$HOME/.claude/get-shit-done/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. 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).
    2. 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.

Version History

  • 581d130 Current 2026-07-19 09:08

Same Skill Collection

attic/2026-07-09/skills-pre-update/taste-skill/SKILL.md
attic/2026-07-09/skills-pre-update/ui-ux-pro-max/SKILL.md
skills/agent-development/SKILL.md
skills/api-and-interface-design/SKILL.md
skills/api-contract-standards/SKILL.md
skills/architect-system-design/SKILL.md
skills/backend-api-standards/SKILL.md
skills/backend-code-review/SKILL.md
skills/backend-error-handling/SKILL.md
skills/backend-performance-standards/SKILL.md
skills/backend-standards-always-follow/SKILL.md
skills/canary-playwright/SKILL.md
skills/caveman/SKILL.md
skills/ci-cd-and-automation/SKILL.md
skills/code-execution-standard/SKILL.md
skills/code-review-and-quality/SKILL.md
skills/code-simplification/SKILL.md
skills/codebase-design/SKILL.md
skills/codebase-start-point-guide/SKILL.md
skills/command-development/SKILL.md
skills/composition-patterns/SKILL.md
skills/context-engineering/SKILL.md
skills/dead-code-and-change-audit/SKILL.md
skills/debug-investigation/SKILL.md
skills/debugging-and-error-recovery/SKILL.md
skills/deprecation-and-migration/SKILL.md
skills/design-extract/SKILL.md
skills/design-review-playwright/SKILL.md
skills/diagnose/SKILL.md
skills/documentation-and-adrs/SKILL.md
skills/domain-modeling/SKILL.md
skills/domain-scaffold-patterns/SKILL.md
skills/doubt-driven-development/SKILL.md
skills/dox-doc-tree/SKILL.md
skills/eval-harness/SKILL.md
skills/fix-lint-format/SKILL.md
skills/forensic-change-coupling/SKILL.md
skills/forensic-complexity-trends/SKILL.md
skills/forensic-debt-quantification/SKILL.md
skills/forensic-hotspot-finder/SKILL.md
skills/frontend-api-standards/SKILL.md
skills/frontend-code-review/SKILL.md
skills/frontend-response-handling/SKILL.md
skills/frontend-server-data-patterns/SKILL.md
skills/frontend-standards-always-follow/SKILL.md
skills/frontend-structure-standards/SKILL.md
skills/frontend-ui-engineering/SKILL.md
skills/git-workflow-and-versioning/SKILL.md
skills/golang-patterns/SKILL.md
skills/golang-testing/SKILL.md

Metadata

Files
0
Version
fc73590
Hash
0cb58283
Indexed
2026-07-19 09:08

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-13 02:37
浙ICP备14020137号-1 $お客様$