agent-dispatch

Distribute tasks to Claude Code agents based on task type and complexity.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Pedr0Leite/obsidian-servicenow-docs --skill agent-dispatch-pedr0leite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-dispatch
Source: https://github.com/Pedr0Leite/obsidian-servicenow-docs/tree/main/ClaudeSkills/agent-dispatch
Command: npx skills add https://github.com/Pedr0Leite/obsidian-servicenow-docs --skill agent-dispatch-pedr0leite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the distribution of work across various Claude Code agents, optimizing task execution and minimizing token waste.

Core Features & Use Cases

  • Agent Selection: Based on the type of task, select the most appropriate agent from a pool.
  • Task Pre-read: Ensures agents work with pre-reviewed and relevant information to prevent re-reading.
  • Surgical Edits: Encourages minimal changes to maximize efficiency and token utilization.

Quick Start

/agent-dispatch before starting your task

Frequently Asked Questions about agent-dispatch

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

FAQPage Schema
How do I distribute tasks across multiple Claude Code agents to reduce token waste?

Task distribution across Claude Code agents routes work by type and complexity, enforcing lean prompts and pre-read context to minimize token consumption and manual input overhead.

What is the best way to automate agent selection for AI-assisted development tasks?

Automated agent selection evaluates task type and complexity to assign work from an agent pool, ensuring pre-selected context prevents redundant re-reading and maximizes code efficiency.

How do I start dispatching tasks to Claude Code agents for my coding workflow?

Run the dispatch command before starting a task, ensuring you have pre-selected the relevant task context and adhere to the prompt constraints for effective agent execution.

Do I need to pre-select task context before using Claude Code agent dispatch?

Yes, pre-selecting task context is required so agents receive pre-reviewed information, preventing extensive re-reading and ensuring surgical, minimal edits during execution.

Why does my Claude Code agent re-read files and waste tokens during task execution?

Agents waste tokens when task context is not pre-selected or prompt constraints are ignored, causing redundant re-reading instead of efficient surgical edits.