mtk

Classify user input and route it to the matching MTK skill.

6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill mtk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mtk
Source: https://github.com/moberghr/mtk-agent-toolkit/tree/main/.claude/skills/mtk
Command: npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill mtk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MTK's router eliminates the manual guesswork of selecting the correct MTK skill by classifying user input and routing requests to the appropriate workflow, ensuring consistent delegation rather than executing tasks itself.

Core Features & Use Cases

  • Classify user input and route to the matching MTK skill.
  • Support multiple route patterns to dispatch to internal MTK modules and their workflows.
  • Use case: A user says "set up this repo audit" and MTK routes to the appropriate setup or implement skill for execution.

Quick Start

Provide a natural-language request and MTK will route it to the matching skill and execute its workflow.

Frequently Asked Questions about mtk

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

FAQPage Schema
How does natural language routing work for workflow orchestration?

Natural language routing classifies user input and dispatches it to the matching workflow module. It loads the target module's configuration file and follows its defined workflow end-to-end to ensure correct execution.

How do I route a natural language request to a specific workflow module?

Provide a natural-language request and the router classifies it to dispatch to the correct workflow module. It matches the input against multiple route patterns to select the appropriate skill and executes its workflow.

Can I use natural language routing to automate workflow dispatch across multiple modules?

Yes, the router supports multiple route patterns to dispatch requests across various internal workflow modules. It eliminates manual skill selection by classifying the input and delegating to the correct module.

What is the best way to orchestrate workflow requests without manually selecting modules?

Using an automated router to classify and dispatch requests is the best way to orchestrate workflows without manual selection. It ensures consistent delegation by matching natural language input to the correct module pattern.

Why does the router load the target skill's configuration file instead of executing the task directly?

The router loads the target skill's configuration file to follow its specific workflow end-to-end. This ensures consistent delegation and correct execution rather than attempting to process the task itself.

When should I avoid using automated natural language routing for workflow dispatch?

Avoid using automated routing if your request requires direct execution outside of defined workflow modules. The router strictly classifies input and delegates to existing patterns; it does not execute tasks itself.