Framework for delegating tasks to external LLM services (Gemini, Qwen). Uses leyline infrastructure for quota, logging, and error handling. Triggers: delegate task, external LLM, gemini, qwen, large context, offload, task delegation, model selection, LLM routing, multi-model Use when: tasks exceed Claude's context window, need cheaper processing for bulk work, specific model capabilities required (e.g., Gemini's 1M context) DO NOT use when: task requires Claude's reasoning - delegate execution, not reasoning. DO NOT use when: already decided on specific model - use gemini-delegation or qwen-delegation. Use this skill BEFORE delegating to external LLMs to assess task suitability.
/plugin marketplace add athola/claude-night-market/plugin install conjure@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/cost-estimation.mdmodules/handoff-patterns.mdmodules/task-assessment.mdmodules/troubleshooting.mdshared-shell-execution.mdA method for deciding when and how to delegate tasks to external LLM services. The core principle: delegate execution, retain high-level reasoning.
Delegate execution, retain reasoning:
| Complexity | Context | Recommendation |
|---|---|---|
| High | Any | Keep local |
| Low | Large | Delegate |
| Low | Small | Either |
High Complexity: Architecture, design decisions, trade-offs, creative problem solving.
Low Complexity: Pattern counting, bulk extraction, boilerplate generation, summarization.
delegation-core:task-assessed)Classify your task:
modules/task-assessment.md for classification criteria.Exit Criteria: Task classified with complexity level, context size, and delegation recommendation.
delegation-core:delegation-suitability)Verify prerequisites:
modules/handoff-patterns.md for checklist.modules/cost-estimation.md.Exit Criteria: Service authenticated, quotas verified, cost justified.
delegation-core:handoff-planned)Create a delegation plan:
modules/handoff-patterns.md for request template.Exit Criteria: Delegation plan documented.
delegation-core:results-integrated)Execute and validate results:
Exit Criteria: Results validated and integrated, usage logged.
Conjure uses leyline for shared infrastructure:
| Leyline Skill | Used For |
|---|---|
quota-management | Track service quotas and thresholds. |
usage-logging | Session-aware audit trails. |
service-registry | Unified service configuration. |
error-patterns | Consistent error handling. |
authentication-patterns | Auth verification. |
See modules/cost-estimation.md for leyline integration examples.
For detailed service workflows:
Skill(conjure:gemini-delegation): Gemini CLI specifics.Skill(conjure:qwen-delegation): Qwen MCP specifics.