skill-advisor

Match task intent to installed skills from the local index.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kennykankush/skillpack --skill skill-advisor-kennykankush
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-advisor
Source: https://github.com/kennykankush/skillpack/tree/main/plugins/workbench/skills/skill-advisor
Command: npx skills add https://github.com/kennykankush/skillpack --skill skill-advisor-kennykankush

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help choose the right pre-installed skill from the user's toolkit, avoiding unnecessary installations and external lookups.

Core Features & Use Cases

  • Reads the local skill index and matches task intent to installed capabilities.
  • Returns a ranked list of the best-matching skills (up to three) with brief justification.
  • Guides whether to reuse an existing skill or connect to a skill-management workflow for adding new capabilities.

Quick Start

Ask it to recommend installed skills for a task, for example, "What skill should I use for X?"

Frequently Asked Questions about skill-advisor

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

FAQPage Schema
How do I find the right installed skill for my task?▼

To find the right installed skill for your task, match your task intent against the local skill index to get a ranked list of up to three suitable capabilities with justifications.

Can I discover existing skills without searching the web?▼

You can discover existing skills without web research by scanning your local skill index and the CATEGORIES.md registry to match task intent to pre-installed capabilities.

How do I choose between multiple installed skills for a specific prompt?▼

To choose between installed skills for a specific prompt, evaluate the ranked list generated by matching task intent to candidates, which provides justifications for selecting the best fit.

What is the limit of skill recommendations returned for a single task?▼

The limit for skill recommendations returned for a single task is three, providing a ranked, named set with justification ready for user selection.

Do I need to install new tools if my local toolkit cannot match my task?▼

If your local toolkit cannot match your task, you do not need to install new tools immediately; instead, connect to a skill-management workflow to evaluate adding new capabilities.

Why does skill selection fail when the local registry is empty?▼

Skill selection fails when the local registry is empty because the matching process relies entirely on local skill indexes and the CATEGORIES.md file to find installed candidates.