gsd-set-profile

Switch the active GSD agent model profile to quality, balanced, budget, or inherit.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-set-profile-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-set-profile
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-set-profile-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of selecting the right GSD agent model profile when you need a specific trade-off between quality, speed, and cost.

Core Features & Use Cases

  • Profile switching: Switch between quality, balanced, budget, or inherit to match your current task requirements.
  • Consistent behavior: Apply the chosen profile to GSD agents so subsequent operations run under the expected model configuration.
  • Use Case: When you’re testing prompts, use quality; when you’re running batch jobs, switch to budget to reduce runtime and cost while keeping acceptable results.

Quick Start

Tell the assistant to set your GSD model profile to balanced so future GSD agent runs use that configuration.

Frequently Asked Questions about gsd-set-profile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch the GSD agent model profile for quality or cost requirements?

To switch the GSD agent model profile, you execute a Bash command that passes your requested profile argument, applying the new configuration to subsequent agent operations. This provides deterministic control over model selection to match quality, balanced, budget, or inherit modes.

When should I use the budget profile versus the quality profile for agent tasks?

Use the budget profile for batch jobs to reduce runtime and cost while maintaining acceptable results. Switch to the quality profile when testing prompts or performing tasks where output accuracy is the priority over operational cost and speed.

What model profiles are available for GSD agent configuration?

The available GSD agent model profiles are quality, balanced, budget, and inherit. Each profile applies a specific trade-off between quality, speed, and cost to the agent's model configuration during operations.

How do I apply consistent model behavior to GSD agents across different runs?

You apply consistent model behavior by setting a specific GSD model profile, such as balanced, before starting operations. The profile updates the configuration, ensuring all future GSD agent runs use the expected model settings.

Can I configure GSD agent model selection using Bash?

Yes, GSD agent model profile switching is executed through a Bash tool command. The command accepts a profile argument and returns the updated agent configuration in raw form for immediate use.

Does the GSD profile settings tool require any dependencies?

No, switching the GSD agent model profile requires no external dependencies. It directly executes a Bash command to pass the requested profile argument and update the agent configuration.