One-click install
npx skills add https://github.com/webdevcody/go-mailing-list --skill suggest-webdevcody
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest
Source: https://github.com/webdevcody/go-mailing-list/tree/main/.claude/skills/suggest
Command: npx skills add https://github.com/webdevcody/go-mailing-list --skill suggest-webdevcody

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly choose the most appropriate installed skill when you are unsure which one to use for your current task.

Core Features & Use Cases

  • Task triage and ranking: Matches your request against the in-context skill catalog by parsing the task into verbs and artifacts, then ranking candidates by specificity.
  • Skip-for scope enforcement: Disqualifies skills whose published “Skip for…” or exclusion clause applies, even if their “WHEN” trigger also matches.
  • Evidence-based recommendation: Produces a concise verdict that cites the exact trigger phrase or scope statement that justified the match.

Quick Start

Use the suggest skill to get a ranked recommendation by typing: /suggest what skill should I use for triaging a new bug report into actionable fixes?

Frequently Asked Questions about suggest

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

FAQPage Schema
How do I find the best skill for my task from a catalog?

Skill recommendation is done by triaging your task against the available catalog, parsing your request into verbs and artifacts, and ranking candidates by specificity to find the best match.

How does prompt routing decide which installed skill to trigger?

Prompt routing parses WHEN clauses and Skip-for scopes from skill definitions, disqualifying excluded skills even if their trigger matches, then ranks the remaining candidates by specificity.

What is task triage for skill matching and when do I need it?

Task triage matches your uncertain request against an in-context skill catalog by parsing verbs and artifacts, needed when you are unsure which installed skill fits your current task.

Can I get a skill recommendation without providing a task description?

Yes, you can trigger task triage by using /suggest with or without a task description to receive guidance before acting on your workflow.

How to evaluate skill matching results and verify the recommendation?

Skill matching produces an evidence-based recommendation that cites the exact trigger phrase or scope statement justifying the match, allowing you to verify the ranking verdict.

Why does a skill get excluded from task triage even if its trigger matches?

Task triage enforces Skip-for scope clauses, disqualifying skills whose published exclusion criteria apply, ensuring accurate skill matching even when their WHEN trigger also matches.