AgentSkillsCN

df:set-profile

为DevFlow智能体切换模型配置(质量/均衡/预算)。 这是一项配置变更——调整智能体所使用的AI模型。

SKILL.md
--- frontmatter
name: df:set-profile
description: |
  Switch model profile for DevFlow agents (quality/balanced/budget).
  Configuration change — modifies which AI models agents use.
argument-hint: <profile>
disable-model-invocation: true
allowed-tools:
  - Read
  - Write
  - Bash
<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>