qwen-delegation

Community

Delegate execution to Qwen, focus Claude on strategy.

Authorathola
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Claude's token limits can restrict its ability to handle large-context file analysis or repetitive code generation. This skill helps you decide when to delegate such lower-level execution tasks to Qwen MCP, optimizing Claude's role for planning and review.

Core Features & Use Cases

  • Task Assessment: Determines if a task is token-heavy or strategic, guiding delegation decisions.
  • Qwen Suitability: Evaluates if Qwen's large context window or sandbox is beneficial for the task.
  • Handoff Planning: Formulates precise MCP tool calls for Qwen, including necessary context.
  • Integration & Review: Guides on reviewing Qwen's output and integrating it back into Claude's workflow.
  • Use Case: For a task requiring analysis of a 5000-line log file, Claude delegates the summarization to Qwen using /qwen-code:ask-qwen "Summarize @log_file.txt", then reviews Qwen's concise output.

Quick Start

Assess if your task involves large context file analysis or repetitive code generation, then decide if Qwen's capabilities are a good fit.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: qwen-delegation
Download link: https://github.com/athola/claudenomicon/archive/main.zip#qwen-delegation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository