# Set Profile

> Switch between quality, balanced, and budget model profiles to control cost and capability. Use when the user wants to change the AI model tier for DevFlow agents. Triggers on: "change profile", "switch to quality", "switch to balanced", "switch to budget", "set profile"

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

---


<objective>
Switch the model profile used by DevFlow 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>
@~/.claude/devflow/workflows/set-profile.md
</execution_context>

<process>
**Follow the set-profile workflow** from `@~/.claude/devflow/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>

