gsd-set-profile

Set GSD agent model profiles to quality, balanced, budget, or inherit.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/dobrinz123/claude-skills-share --skill gsd-set-profile-dobrinz123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/dobrinz123/claude-skills-share/tree/main/skills/gsd-set-profile
Command: npx skills add https://github.com/dobrinz123/claude-skills-share --skill gsd-set-profile-dobrinz123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many GSD workflows need a fast way to change inference behavior between higher-quality or lower-cost models; manually editing configuration or remembering CLI flags interrupts development flow and automation pipelines.

Core Features & Use Cases

  • One-step profile switch: Set the agent model profile to quality, balanced, budget, or inherit with a single command.
  • Consistent agent behavior: Ensure all GSD agents use the same runtime profile for reproducible cost and performance characteristics.
  • Use Case: Swap to the budget profile for CI/bulk runs to save cost, then switch back to quality for final verification and review.

Quick Start

Run the gsd-set-profile command with the desired profile name, for example gsd-set-profile quality.

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 GSD agents to a different model profile?

You can switch GSD agent model profiles by running gsd-set-profile with a single argument like quality, balanced, budget, or inherit. This calls the local gsd-tools.cjs configurator to update inference settings.

What model profiles are available for GSD agents?

GSD agents support four model profiles: quality, balanced, budget, and inherit. These profiles adjust inference quality, latency, and cost to match different development and automation workflow requirements.

Do I need a specific CLI tool installed to change GSD agent configurations?

Yes, changing GSD agent configurations requires access to the local executable at ~/.claude/get-shit-done/bin/gsd-tools.cjs. The profile switcher calls this specific configurator script to apply changes.

When should I use the budget profile versus the quality profile for GSD agents?

Use the budget profile for CI and bulk runs to save costs, and switch to the quality profile for final verification and review. This ensures reproducible cost and performance characteristics across GSD workflows.

Can I configure GSD agent behavior for automation pipelines without manually editing files?

Yes, you can configure GSD agent behavior for automation pipelines using a single CLI command instead of manually editing configuration files. This provides a one-step profile switch for consistent agent runtime behavior.