dispatcher-skill

Dispatch ARM64 porting tasks to leaf skills based on input parameters.

2|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/qualcomm/EasyWoS --skill dispatcher-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatcher-skill
Source: https://github.com/qualcomm/EasyWoS/tree/main/agent/skills/dispatcher-skill
Command: npx skills add https://github.com/qualcomm/EasyWoS --skill dispatcher-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The dispatcher-skill streamlines the process of migrating software from x86 to ARM64 architecture by dispatching tasks to appropriate leaf skills based on input parameters.

Core Features & Use Cases

  • Porting Task Command Dispatching: Parses commands and routes tasks to specific leaf skills for migration execution.
  • Data Assembly: Loads porting item data and spec descriptions, preparing for the migration process.
  • Routing Logic: Decides which leaf skill to use based on the type of task and optional spec IDs.
  • Multi-Spec Combination: Handles cases where multiple specs need to be combined for a single task.

Quick Start

Run the dispatcher-skill with the porting item ID and spec IDs: /dispatcher-skill <porting_item_id> --specs <ids> --source <path>

Frequently Asked Questions about dispatcher-skill

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

FAQPage Schema
How do I streamline ARM64 code porting from x86 architecture?

Streamline ARM64 code porting by dispatching migration tasks to appropriate leaf skills based on input parameters. The dispatcher parses commands, loads porting item data, and routes tasks to specific leaf skills for execution.

What is the best way to dispatch multi-spec porting tasks for code migration?

Dispatch multi-spec porting tasks by combining multiple spec IDs into a single command. The dispatcher handles multi-spec combinations, routing the combined task data to the correct leaf skill for ARM64 migration.

How do I run a porting task command with specific spec IDs?

Run a porting task command by executing `/dispatcher-skill <porting_item_id> --specs <ids> --source <path>`. This parses the input parameters and routes the task to the designated leaf skill.

Does the code migration dispatcher support routing logic for multiple leaf skills?

Yes, the dispatcher supports routing logic for multiple leaf skills. It decides which specific leaf skill to use based on the input porting task type and optional spec IDs provided during execution.

Can I use this task dispatching tool without any external dependencies?

Yes, you can use this task dispatching tool without external dependencies. It operates independently using internal scripts and reference components to assemble data and route ARM64 migration tasks.