localsetup-task-skill-matcher

Rank installed Localsetup skills by relevance for user tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a consistent flow for picking the best installed Localsetup skill for a user task, reducing guesswork and manual trial, and supports both single-task and batch workflows with guardrails like public-skill suggestions.

Core Features & Use Cases

  • Consistent flow for selecting the best installed skill for a user task.
  • Reads installed-skill candidates from the current platform's context loader/index.
  • Ranks installed skills by relevance and presents top candidates with one-line justifications.
  • Supports single-task and batch/long-running workflows, with guided prompts.
  • Provides up to 3 complementary public-skill suggestions and handles public-index refresh when needed.
  • Gracefully handles no-match scenarios by offering public-skills and guidance to import or create a new skill.

Quick Start

Describe your task and ask me to match it to the best installed Localsetup skill.

Frequently Asked Questions about localsetup-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, this matcher reads your installed-skill candidates from the platform's context loader, ranks them by relevance, and presents top choices with one-line justifications.

Can I get skill recommendations for multiple tasks at once?

Yes, you can get skill recommendations for multiple tasks at once. This matcher supports both single-task and batch workflows, providing a guided prompt flow to select the best installed skills for long-running runs.

What happens if no installed skill matches my task?

If no installed skill matches your task, the matcher gracefully handles the no-match scenario by offering up to 3 complementary public-skill suggestions and providing guidance to import or create a new skill.

Does the skill matcher suggest public skills to complement installed ones?

Yes, the skill matcher suggests public skills to complement installed ones. It provides up to 3 complementary public-skill suggestions and handles public-index refresh when needed to expand your available options.

Do I need a public-index refresh to get task recommendations?

You do not always need a public-index refresh to get task recommendations. The matcher ranks installed skills by relevance deterministically, but will handle the public-index refresh automatically when public-skill suggestions are needed.