Orchestrates task delegation to external LLM services by offloading high-token execution while maintaining central reasoning within Claude.
The Delegation Core framework provides a structured methodology for routing tasks to external LLM services like Gemini and Qwen, ensuring Claude remains the primary architect while secondary models handle token-heavy processing. It utilizes the Leyline infrastructure to manage service quotas, log usage patterns, and provide unified error handling across different providers. By employing a standardized decision matrix for task assessment and validation workflows, this skill allows developers to optimize for cost and context limits without sacrificing code quality or strategic oversight.
Key Features
01Standardized handoff planning templates
0210 GitHub stars
03Complexity-based task assessment matrix
04Post-execution result validation workflows
05Seamless integration with Gemini and Qwen models
06Automated service quota and usage tracking
Use Cases
01Processing large datasets or context-heavy documentation
02Cost-optimizing batch operations using external model characteristics
03Generating repetitive boilerplate code or pattern-based extraction