dispatch

Route local SEO requests to the minimal required skill subset.

71|14|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/garrettjsmith/localseoskills --skill dispatch-garrettjsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/garrettjsmith/localseoskills/tree/main/skills/dispatch
Command: npx skills add https://github.com/garrettjsmith/localseoskills --skill dispatch-garrettjsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route a request to the minimal set of skills needed for a given local SEO task, preventing unnecessary loading of all skills and reducing overhead.

Core Features & Use Cases

  • Pattern-based skill selection: maps user intents to the smallest viable skill subset.
  • Default data tool integration: coordinates with the localseodata-tool to satisfy common data needs.
  • Safe fallback and order: provides a prioritized load order and sensible defaults when uncertain.

Quick Start

Tell me a local SEO task and I will load the minimal, relevant skills using the dispatch map.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I route a local SEO request to the right skills without loading everything?

Workflow routing maps user intents to the minimal viable skill subset, preventing unnecessary loading overhead. It analyzes request patterns to load only the specific local SEO skills needed, ensuring efficient orchestration and faster execution.

What is skill orchestration for local SEO tasks?

Skill orchestration coordinates load order and selection for local SEO workflows. It evaluates a user request against a dispatch map to activate the smallest relevant subset of skills, applying sensible defaults when uncertain.

How do I start routing local SEO tasks using pattern-based skill selection?

Provide a local SEO task description to trigger pattern-based skill selection. The system uses a dispatch map to identify the minimal required skills and outputs a prioritized load list, guiding the order of skill activation.

Does local SEO skill routing work when I am unsure which skills to activate?

Yes, local SEO skill routing is designed for uncertainty. When unsure which skills to activate, it provides a safe fallback using a default data tool and a prioritized load list based on recognized request patterns.

Can I integrate a default data tool with local SEO workflow routing?

Yes, local SEO workflow routing integrates with a default data tool, identified as localseodata-tool, to satisfy common data needs automatically. This ensures dispatched skills have immediate access to necessary local SEO data.

What are the limitations of using a dispatch map for skill loading?

The dispatch map relies on recognized request patterns to determine skill loading, meaning highly novel queries may trigger a safe fallback rather than precise routing. It minimizes overhead but depends on existing intent mappings.