What problem does it solve?
This Skill automates deterministic task delegation to the CCS CLI by auto-selecting the optimal profile from the local config and enriching prompts with contextual information. It reduces manual profile tuning and prompt crafting, enabling faster, more reliable delegation.
Core Features & Use Cases
- Auto-selects the best CCS profile from ~/.ccs/config.json based on the task requirements.
- Enhances prompts with context and preserves user slash commands for seamless interaction.
- Executes delegation via CCS CLI (ccs {profile} -p "task" or ccs {profile}:continue) and reports results.
- Triggers on natural phrases like "use ccs [task]" or tweaks like "ccs --glm [task]" and adapts for follow-ups.
- Use Case: delegating a code-quality review to the cost-effective glm profile, or long-context reasoning with kimi for architecture discussions.
Quick Start
Trigger delegation by typing a natural prompt such as: use ccs to analyze the codebase in src/ or use ccs --kimi "refactor module X". The skill will auto-select a profile, augment the prompt, run the delegation, and present results.