delegation-core

Evaluate task suitability and delegate to external LLM services with structured handoff plans.

326|35|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/athola/claude-night-market --skill delegation-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation-core
Source: https://github.com/athola/claude-night-market/tree/main/plugins/conjure/skills/delegation-core
Command: npx skills add https://github.com/athola/claude-night-market --skill delegation-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires leyline:quota-management, leyline:usage-logging, leyline:service-registry, leyline:error-patterns, leyline:authentication-patterns.

What problem does it solve?

Framework for delegating tasks to external LLM services (Gemini, Qwen). Uses leyline infrastructure for quota, logging, and error handling.

Core Features & Use Cases

  • Task assessment, handoff planning, and execution integration
  • Quota management, usage logging, and error patterns
  • Service registry for multi-model routing

Quick Start

Evaluate task suitability before delegating to external LLMs.

Frequently Asked Questions about delegation-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should I delegate tasks to external LLMs instead of handling them locally?

Delegate to external LLMs like Gemini or Qwen when facing token-heavy workloads, multi-model routing needs, or bulk processing where local reasoning is insufficient. Task delegation optimizes cost, latency, and respects context limits by offloading suitable work to specialized services.

How do I evaluate whether a task is suitable for external LLM delegation?

Task assessment evaluates suitability before handoff by checking quota availability, authentication credentials, service registry routing options, and cost estimation. Delegation-core produces a validated plan that determines whether local or external processing best fits your constraints.

How do I set up routing between Gemini, Qwen, and other external LLM services?

Multi-model routing uses the service registry to direct tasks across external LLM providers. Delegation-core integrates quota management, authentication patterns, and error handling to execute and log standardized commands, ensuring auditable handoffs with cost tracking.

What governance and tracking does external LLM delegation provide?

Delegation-core applies quota checks, usage logging, error patterns, and authentication-patterns governance. Standardized command construction and structured templates produce auditable results with cost estimation and error handling for compliance and cost control.

Can I use delegation with token-heavy or bulk processing workloads?

Yes. Delegation-core is designed for token-heavy workloads and bulk processing scenarios where local context limits or reasoning capacity is insufficient. It handles task assessment, handoff planning, and execution integration across Gemini, Qwen, and other external services with full quota and usage tracking.

What dependencies or infrastructure do I need before delegating tasks?

Delegation requires leyline infrastructure: quota-management, usage-logging, service-registry, error-patterns, and authentication-patterns. These handle prerequisite checks, registry lookup, credential validation, and governance before task handoff to external LLMs.

Related Skills