gsd-set-profile

Switches GSD agent model profiles among quality, balanced, budget, and inherit via Codex workflows.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-set-profile-hadpadrahul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-set-profile
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-set-profile
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-set-profile-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Switch GSD agents require flexible model profiles (quality, balanced, budget, inherit) to optimize task outcomes. This skill automates switching the active profile to match workload needs.

Core Features & Use Cases

  • Dynamically switch between GSD agent model profiles (quality, balanced, budget, inherit) to optimize performance and cost.
  • Translates user intent into profile changes via Codex-compatible workflows, enabling deterministic execution and proper input handling.
  • Use cases include tailoring agents for high-precision tasks, cost-sensitive batches, or maintaining inherited defaults across sessions.

Quick Start

Invoke the gsd-set-profile skill with the desired profile, for example gsd-set-profile --profile quality, to switch the agent's model profile.

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 a GSD agent model profile on demand?

You can switch a GSD agent model profile by invoking the skill with a desired profile argument such as quality, balanced, budget, or inherit to tailor performance and cost.

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

Model profiles optimize task outcomes differently: quality targets high-precision results, balanced manages moderate resource usage, and budget prioritizes cost-sensitive batch processing.

How do I automate workflow agent profile switching for cost-sensitive batches?

Automate workflow agent profile switching by invoking the skill with the budget profile to route prompts and tailor resource usage for cost-sensitive batch processing.

Does the GSD profile switching skill require external dependencies?

No external dependencies are required, as the skill translates user intent into Codex request_user_input and spawn_agent calls internally to enforce deterministic execution.

When should I use the inherit profile option for agent workflows?

Use the inherit profile option to maintain default inherited settings across sessions, ensuring agents use baseline resource usage and prompt routing without applying specific optimizations.

How does prompt routing work when changing GSD agent profiles?

Prompt routing adjusts automatically when changing GSD agent profiles, as the skill translates user intent into Codex-compatible workflows that enforce required task flow and handle errors.