gsd-config
SkillAI & modelsConfigure GSD settings — workflow toggles, advanced knobs, integrations, and model profile
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the gsd-config skill
What this skill tells your AI
The instructions your AI receives, as published by protoconf/protoconf in .agents/skills/gsd-config/SKILL.md and read by ahel’s review.
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-tools query config-set-model-profile |
<execution_context> @.agents/gsd-core/workflows/settings.md @.agents/gsd-core/workflows/settings-advanced.md @.agents/gsd-core/workflows/settings-integrations.md </execution_context>
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:- Verify
gsd-toolsis on PATH viacommand -v gsd-tools; if absent, emit the install hintInstall GSD via 'npm i -g @opengsd/gsd-core'and stop. - Run:
gsd-tools query config-set-model-profile <profile-name> --rawand display the output verbatim.
- Verify
- Otherwise: execute settings workflow (no argument needed)
Signals
- GitHub stars
- 198
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
gsd-config-protoconf- Source
- github.com/protoconf/protoconf