triage

Score natural-language prompts against a skill catalog and propose the best-fit command.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FourthWiz/quoin --skill triage-fourthwiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/FourthWiz/quoin/tree/main/quoin/skills/triage
Command: npx skills add https://github.com/FourthWiz/quoin --skill triage-fourthwiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route natural-language prompts to the most appropriate workflow skill by analyzing the input and the current workflow state. It reads the prompt, consults the full skill catalog, and determines the best-fit skill to propose, reducing cognitive load and ensuring consistent routing.

Core Features & Use Cases

  • Reads the user prompt, strips trigger phrases, and scores candidate skills against the current state.
  • Proposes the top-fit command with rationale and guidance, without executing any skill.
  • Works across the entire skill catalog, enabling fast routing for planning, implementing, reviewing, and wrapping up tasks.

Quick Start

Type a natural-language prompt like "what should i run next" and triage will propose the best-fit command to execute.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I route natural-language prompts to the right workflow skill?

To route natural-language prompts, the triage skill analyzes your input and current workflow state, scoring candidates against the full skill catalog to propose the best-fit command. It presents a ranked proposal with rationale without executing the skill itself.

How does skill orchestration work for prompt-to-skill routing?

Skill orchestration for prompt-to-skill routing works by reading your prompt, stripping trigger phrases, and evaluating candidate skills against the current state. It then recommends the top-fit command to type, ensuring consistent routing without direct invocation.

Can I use triage to find what command to run next for my Claude workflow?

Yes, you can use triage to find what command to run next by typing a prompt like "what should i run next." It scores the skill catalog and proposes the appropriate workflow command with guidance for your Claude orchestration.

Does the triage skill execute workflow commands automatically?

No, the triage skill never invokes any skill itself. It only analyzes the prompt and current workflow state to tell you which command to type, reducing cognitive load while keeping you in control of the actual execution.

What is the best way to manage workflow routing across a large skill catalog?

The best way to manage workflow routing across a large skill catalog is using an orchestration skill that scores candidates against your current state. Triage reads natural-language prompts and proposes the top-fit command with rationale for consistent routing.

When should I not use an orchestration skill for prompt routing?

You should not use an orchestration skill for prompt routing if you already know the exact command to execute. Triage is designed to reduce cognitive load by proposing commands, so direct execution is faster when the target skill is already known.