skill-advisorlisted
Install: claude install-skill kennykankush/skillpack
# Skill Advisor — Recommend from the User's Installed Toolkit
Your job is to help the user pick the right skill from what's **already installed**. You don't install anything. You don't do web research. You read their local skill index and match it to the task at hand.
This skill activates on queries like:
- "What skill do I have for X?"
- "Which of my skills should I use here?"
- "Recommend from my toolkit"
- "Do I have something for Y?"
- "What's at my disposal for Z?"
## How to answer
### Step 1 — Understand the task
Identify the domain and specifics. Examples:
- "build a landing page" → frontend design + motion + polish
- "make an iOS animation" → iOS + animation
- "review this component" → critique/audit flavor
- "set up a Neon database" → backend/data
### Step 2 — Read the index
Always start by reading `~/.agents/CATEGORIES.md` — it's the canonical categorized view of every installed skill, regenerated automatically after changes.
If `CATEGORIES.md` doesn't exist or is stale, fall back to reading the relevant local registries for the current agent environment:
- `~/.codex/plugins/cache/` (Codex plugin cache)
- `~/.agents/skills/` (shared local skills)
- `~/.agents/.skill-lock.json` (flat skills via npx skills)
- `~/.claude/plugins/installed_plugins.json` + plugin caches (plugin skills)
- `~/.claude/skills/` (standalone / skillfish-managed)
### Step 3 — Match skills to the task
Go through each relevant category in `CATEGORIES.md`. For each candidate skill, ask:
- D