gsd-set-profile

Switch the active GSD agent model profile among quality, balanced, budget, and inherit.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-set-profile-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-set-profile
Command: npx skills add https://github.com/rkz91/coco --skill gsd-set-profile-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switch the active model profile for GSD agents to balance quality, speed, and cost.

Core Features & Use Cases

  • Profile switching: quickly switch between quality, balanced, budget, and inherit profiles.
  • Targeted deployments: tailor agent behavior for development, testing, or production to meet constraints.
  • Safe configuration: validates allowed profiles and applies changes at runtime.

Quick Start

Set the GSD model profile to quality, balanced, budget, or inherit to apply the change immediately.

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 active agent model profile at runtime?

To switch the active agent model profile at runtime, specify a profile option such as quality, balanced, budget, or inherit. The skill validates the selection and applies the change immediately to control quality, performance, and cost.

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

Agent profiles adjust the trade-offs between output quality, execution speed, and computational cost. Quality maximizes output fidelity, budget minimizes cost, and balanced provides an intermediate trade-off for general tasks.

How do I configure agent behavior for testing versus production environments?

Configure agent behavior for testing or production by applying targeted model profiles. You can switch to a budget profile for testing to reduce costs, and a quality or balanced profile for production constraints at runtime.

Can I use gsd-tools to apply model profile changes dynamically?

Yes, this skill integrates with existing gsd-tools to apply model profile changes dynamically. It requires explicit handling of profile options and safely validates allowed configurations before applying them at runtime.

When should I use the inherit profile option?

Use the inherit profile option when you want an agent to adopt the parent or default model configuration. This ensures the agent bypasses specific local overrides and maintains consistent behavior across broader workflows.