ls-task-skill-matcher

Match user tasks to installed Localsetup skills and recommend top matches.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/CruxExperts/localsetup --skill ls-task-skill-matcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-task-skill-matcher
Source: https://github.com/CruxExperts/localsetup/tree/main/_localsetup/skills/ls-task-skill-matcher
Command: npx skills add https://github.com/CruxExperts/localsetup --skill ls-task-skill-matcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to identify and activate the most suitable installed Localsetup skill for a given task, reducing ambiguity and wasted effort when multiple skills exist.

Core Features & Use Cases

  • Skill ranking: compares user intent to each installed skill's when-to-use criteria.
  • Batch and single-task guidance: supports both single-task and multi-step parcel flows.
  • Public-skill suggestions: surfaces up to 3 complementary public skills when the public index is available.
  • Activation flow: prompts to confirm the selected skill and proceed with the chosen workflow.

Quick Start

Ask me to identify the best matching installed skill for a task and optionally fetch public-skill suggestions.

Frequently Asked Questions about ls-task-skill-matcher

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

FAQPage Schema
How do I find the best installed skill for a specific task?

To find the best installed skill for a specific task, the matcher compares your stated intent against the when-to-use criteria of your installed Localsetup skills. It evaluates the current platform context and ranks the most suitable skills for your workflow.

How do I route multiple subtasks across different installed skills?

You can route multiple subtasks across installed skills by planning a batch run. The matcher supports multi-step parcel flows, comparing intents for each subtask to guide you through selecting and activating the correct skills sequentially.

Can I get public skill suggestions alongside installed skill matches?

Yes, you can get public skill suggestions alongside installed matches. When the public index is available, the matcher surfaces up to three complementary public skills to help expand your workflow capabilities beyond your current setup.

How does skill selection work when I have multiple installed skills?

Skill selection works by reading your current platform context and comparing your task intent to each installed skill's when-to-use criteria. This reduces ambiguity and wasted effort by ranking the most relevant skills for your specific request.

Does skill matching require a specific environment setup to work?

Skill matching requires a Localsetup environment with installed skills to function properly. It reads the current platform context to evaluate when-to-use criteria, so having skills installed locally is a prerequisite for generating accurate task routing recommendations.