What problem does it solve? Running every coding task through a premium model wastes budget on simple work like typo fixes, unit tests, and small refactors. This Skill automatically routes deterministic tasks to cheaper alternative models through the CCS CLI while keeping complex work in the main session. ## Core Features & Use Cases - Automatic Profile Selection: Parses the task for keywords (reasoning, long-context, cost-optimized) and picks the best profile (glm, kimi, or custom) from ~/.ccs/config.json. - Session Continuation: Supports follow-up delegations via ccs {profile}:continue, reading the last session from ~/.ccs/delegation-sessions.json. - Prompt Enhancement: Enriches delegated tasks with file context, expected behavior, and success criteria before execution. - Use Case: Say "use ccs to add unit tests for UserService" and the Skill auto-selects the glm profile, builds an enhanced prompt, runs ccs glm -p "...", and reports cost, duration, and exit code. ## Quick Start Ask the agent to use ccs to fix the typos in README.md and it will auto-select a profile and delegate the task.