gsd-set-profile

Switch GSD agent model profiles between quality, balanced, budget, and inherit modes.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-set-profile-mint-ia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-set-profile
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-set-profile-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a deterministic way to change the active model profile for Get-Shit-Done (GSD) agents, removing manual configuration edits and reducing the risk of inconsistent agent behavior across environments.

Core Features & Use Cases

  • Profile Switching: Toggle between quality, balanced, budget, and inherit profiles to adjust response quality and cost trade-offs.
  • Developer & Ops Tooling: Useful for engineers and operators who need to quickly change agent runtime configurations during testing, deployment, or cost optimization.
  • Use Case: Switch to 'budget' for large-scale automated runs to conserve resources, or to 'quality' for critical user-facing tasks that require higher fidelity responses.

Quick Start

Set the model profile to quality for my GSD agents.

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 model profile for GSD agents?▼

You can switch the GSD agent model profile by issuing a command to set your desired mode, such as quality, balanced, budget, or inherit. This adjusts the runtime behavior and resource usage of the agents instantly through the gsd-tools CLI without requiring manual configuration file edits.

What is the difference between quality, balanced, and budget profiles for agent management?▼

The difference between quality, balanced, and budget profiles lies in their resource usage and response fidelity trade-offs. Quality maximizes fidelity for critical tasks, budget conserves resources for large-scale automated runs, and balanced provides a middle ground for general operations.

Do I need Node to change the runtime configuration of GSD agents?▼

Yes, you need a local Node runtime to change the runtime configuration of GSD agents. The Skill requires the gsd-tools CLI located at $HOME/.claude/get-shit-done/bin/gsd-tools.cjs and requires permission to execute shell commands on your system.

When should I use the budget profile versus the quality profile?▼

Use the budget profile during large-scale automated runs to conserve computational resources and reduce costs. Conversely, switch to the quality profile for critical user-facing tasks where higher fidelity and response accuracy are required.

Can I automate GSD agent configuration changes during deployment?▼

Yes, you can automate GSD agent configuration changes during deployment. By executing shell commands through the gsd-tools CLI in your deployment scripts, you can deterministically apply profile switches to optimize cost or quality for specific operational workflows.