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.zip

Installs 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 profile
90 charsno explicit “when” trigger
Beginner

Key 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

You give it
Command-line flags like `--advanced`, `--integrations`, or `--profile <name>`
You get back
Updated GSD configuration settings or the output of `gsd-tools query config-set-model-profile`

When to use gsd-config

  • Changing model profiles
  • Configuring API keys
  • Tuning workflow settings

About this skill

<objective> 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 <name>: Switch model profile (quality|balanced|budget|inherit) → set-profile (inline) </objective>
<routing>
FlagActionWorkflow
(none)Interactive 5-question common-case config promptsettings
--advancedPower-user knobs: planning, execution, discussion, cross-AI, git, runtimesettings-advanced
--integrationsAPI keys (Brave/Firecrawl/Exa), review CLI routing, agent skillssettings-integrations
--profile <name>Switch model profile without interactive promptgsd-tools query config-set-model-profile
</routing>

<execution_context> @/.copilot/gsd-core/workflows/settings.md @/.copilot/gsd-core/workflows/settings-advanced.md @~/.copilot/gsd-core/workflows/settings-integrations.md </execution_context>

<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. Verify gsd-tools is on PATH via command -v gsd-tools; if absent, emit the install hint Install GSD via 'npm i -g @opengsd/gsd-core' and stop.
    2. Run: gsd-tools query config-set-model-profile <profile-name> --raw and display the output verbatim.
  • Otherwise: execute settings workflow (no argument needed) </context>
<process> 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. </process>

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.

SkillInstallsUpdatedSafetyDifficulty
gsd-config (this skill)02moNo flagsBeginner
prompt-optimize139moNo flagsAdvanced
ai-cost-optimizer95moCautionIntermediate
self-improving-agent121moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

13113

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.

990

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.

128

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.

210

skill-from-notebook

GBSOSS

Extract methodologies from documents or examples to create executable skills

28

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.

45

Search skills

Search the agent skills registry