fleet-routing

Classify user requests and route them to the appropriate Lil_Hawk.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BoomerAng9/foai --skill fleet-routing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-routing
Source: https://github.com/BoomerAng9/foai/tree/main/chicken-hawk/.claude/skills/fleet-routing
Command: npx skills add https://github.com/BoomerAng9/foai --skill fleet-routing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classify user intents and route to the correct Lil_Hawk specialist using an LLM-driven classifier to streamline agent orchestration and reduce manual routing decisions.

Core Features & Use Cases

  • LLM-based intent classification to select the appropriate Lil_Hawk for a given task.
  • Routing logic and dispatch to the chosen hawk's run endpoint with optional escalation.
  • Supports ACHEEVY escalation and a structured routing table for common mission types.

Quick Start

Provide an incoming user request and observe which Lil_Hawk is dispatched.

Frequently Asked Questions about fleet-routing

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

FAQPage Schema
How does LLM-based intent classification and routing work for agent dispatch?

LLM-based intent classification routes user requests by analyzing the input text and matching it to a structured routing table, dispatching the task to the appropriate Lil_Hawk specialist. This mechanism streamlines agent orchestration and reduces manual routing decisions for direct messages and escalations.

What is the best way to automate routing user requests to a specialist agent?

Automating user request routing is best handled by an LLM-driven classifier that evaluates incoming intents and dispatches them to the correct specialist endpoint. This approach supports structured routing tables for common mission types and includes retry and validation logic to ensure reliable delivery.

Can I route ACHEEVY escalations to tactical execution using an LLM classifier?

Yes, you can route ACHEEVY escalations to tactical execution by applying the LLM classifier to incoming requests. The system identifies the escalation intent and dispatches it to the chosen Lil_Hawk specialist's run endpoint with optional escalation support.

Do I need a structured routing table to classify intents and dispatch agents?

You need a structured routing table to map classified intents to their corresponding Lil_Hawk specialists. This table defines the dispatch targets for common mission types and ensures the LLM classifier routes requests to the correct run endpoint with proper validation.

What happens if intent dispatch to a specialist agent fails?

If intent dispatch fails, the routing logic applies retry and validation mechanisms to ensure the request reaches the appropriate Lil_Hawk specialist. This validation logic confirms that the classified intent is correctly dispatched to the chosen run endpoint.