# Gsd Set Profile

> Switch model profile for GSD agents (quality balanced budget)

- Skill: `shoootyou/gsd-set-profile` (Agent Skill)
- Install (CLI): `npx skillmds add shoootyou/gsd-set-profile`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shoootyou/gsd-set-profile/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: shoootyou (https://skillmd.com/u/shoootyou)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/shoootyou/gsd-set-profile

---


<objective>
Switch the model profile used by GSD agents. Controls which Claude model each agent uses, balancing quality vs token spend.

Routes to the set-profile workflow which handles:
- Argument validation (quality/balanced/budget)
- Config file creation if missing
- Profile update in config.json
- Confirmation with model table display
</objective>

<execution_context>
@{{PLATFORM_ROOT}}/get-shit-done/workflows/set-profile.md
</execution_context>

<process>
**Follow the set-profile workflow** from `@{{PLATFORM_ROOT}}/get-shit-done/workflows/set-profile.md`.

The workflow handles all logic including:
1. Profile argument validation
2. Config file ensuring
3. Config reading and updating
4. Model table generation from MODEL_PROFILES
5. Confirmation display
</process>

