gsd-config
Configure GSD settings interactively or via advanced flags for workflows, integrations, and model profiles.
Install
mkdir -p .claude/skills/gsd-config && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10525" && unzip -o skill.zip -d .claude/skills/gsd-config && rm skill.zipInstalls to .claude/skills/gsd-config
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Configure GSD settings — workflow toggles, advanced knobs, integrations, and model profileKey capabilities
- →Configure common GSD settings interactively
- →Adjust advanced power-user knobs for planning and execution
- →Manage third-party API keys and integrations
- →Switch between different model profiles (quality, balanced, budget)
- →Route to specific configuration workflows based on flags
How it works
The skill parses command-line arguments to route to specific configuration workflows (settings, settings-advanced, settings-integrations) or executes an inline SDK command for profile switching.
Inputs & outputs
When to use gsd-config
- →Changing model profiles
- →Configuring API keys
- →Tuning workflow settings
About this skill
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 <name>: Switch model profile (quality|balanced|budget|inherit) → set-profile (inline) </objective>
| 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>
@/.copilot/gsd-core/workflows/settings.md
@/.copilot/gsd-core/workflows/settings-advanced.md
@~/.copilot/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) </context>
When not to use it
- →When `gsd-tools` is not installed for profile switching
- →When direct modification of configuration files is preferred
- →When the task is outside the scope of GSD settings
Limitations
- →Requires `gsd-tools` to be on PATH for `--profile` functionality
- →The `--profile` flag only switches the model profile without interactive prompts
- →Relies on specific workflow files for different configuration modes
How it compares
This skill provides a consolidated command-line interface for GSD configuration, offering structured interactive prompts and direct execution for specific settings, unlike manual file editing.
Compared to similar skills
gsd-config side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-config (this skill) | 0 | 2mo | No flags | Beginner |
| prompt-optimize | 13 | 9mo | No flags | Advanced |
| ai-cost-optimizer | 9 | 5mo | Caution | Intermediate |
| self-improving-agent | 12 | 1mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by pjmagee
View all by pjmagee →You might also like
prompt-optimize
YYH211
Expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue. Activates when user asks to "optimize prompt", "improve system instruction", "enhance AI instruction", or mentions prompt engineering tasks.
ai-cost-optimizer
ScientiaCapital
Save 40-70% on AI costs with intelligent multi-LLM routing. Automatically selects the optimal model based on task complexity across 40+ models from 8 providers.
self-improving-agent
alirezarezvani
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
ccs-delegation
kaitranntt
Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.
skill-from-notebook
GBSOSS
Extract methodologies from documents or examples to create executable skills
prompt-factory
alirezarezvani
World-class prompt powerhouse that generates production-ready mega-prompts for any role, industry, and task through intelligent 7-question flow, 69 comprehensive presets across 15 professional domains (technical, business, creative, legal, finance, HR, design, customer, executive, manufacturing, R&D, regulatory, specialized-technical, research, creative-media), multiple output formats (XML/Claude/ChatGPT/Gemini), quality validation gates, and contextual best practices from OpenAI/Anthropic/Google. Supports both core and advanced modes with testing scenarios and prompt variations.