What problem does it solve?
Developers often hit usage limits on powerful AI models for simple, repetitive tasks, leading to interruptions and increased costs. This Skill intelligently delegates these mechanical tasks to more cost-effective models, ensuring continuous productivity and significant token savings.
Core Features & Use Cases
- Cost-Optimized Delegation: Automatically routes simple, deterministic tasks (like refactoring, adding tests, or fixing typos) to cheaper models (GLM, Kimi), reducing token expenditure by up to 81%.
- Flow State Preservation: Keeps your primary Claude session focused on complex problem-solving and design, preventing context loss from mundane tasks.
- Parallel Productivity: Enables concurrent workflows, allowing you to use a premium model for strategic planning while a cost-optimized model handles code execution in parallel.
- Use Case: While designing a new API with Claude Pro, delegate "add unit tests for the authentication module" to GLM using
/ccs:glm "add unit tests for the authentication module" to save costs and maintain your main session's context.
Quick Start
Delegate the task of refactoring auth.js to use async/await to the GLM model.