gsd-set-profile
Switch model profile for GSD agents (quality balanced budget)
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
---
name: "gsd-set-profile"
description: "Switch model profile for GSD agents (quality balanced budget)"
license: "MIT"
---
<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>More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

