gsd-set-profile

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

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-set-profile-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-set-profile
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-set-profile-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switches the GSD agent model profile to one of quality, balanced, budget, or inherit, enabling runtime adaptation of agent behavior to goals and constraints.

Core Features & Use Cases

  • Profile switching via a simple CLI command.
  • Use Case: automate profile changes in deployment or experimentation to compare performance under different profiles.

Quick Start

Set the GSD model profile to balanced using the provided CLI tool.

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 agent model profiles for automation pipelines using CLI?

You can switch agent model profiles using a CLI command that changes the GSD configuration to quality, balanced, budget, or inherit. This adapts agent behavior to resource constraints during interactive sessions or automation pipelines.

What are the differences between quality, balanced, and budget model profiles?

Model profiles adjust agent behavior to match resource constraints and task requirements. Quality prioritizes output precision, budget optimizes for lower resource usage, balanced offers a middle ground, and inherit adopts upstream settings.

Do I need Bash and gsd-tools to change agent configuration profiles?

Yes, changing agent configuration profiles requires a Bash environment and the gsd-tools CLI. The tool validates your input before applying the profile switch and returns a success or error result.

Can I automate profile changes to compare agent performance under different settings?

Yes, you can automate profile changes in deployment or experimentation pipelines to compare agent performance under different settings. This allows runtime adaptation of agent behavior to match varying goals and constraints.

Why does my CLI profile switch fail when applying model configurations?

A CLI profile switch fails when input validation rejects the requested profile name. Ensure you are using a valid Bash environment with gsd-tools and requesting a supported profile: quality, balanced, budget, or inherit.