← ClaudeAtlas

skill-advisorlisted

Recommend which of the user's ALREADY-INSTALLED skills best fits a task or query. Use when the user asks "what skill should I use for X", "which of my skills fits this", "do I have a skill for Y", "what's at my disposal for Z", "recommend a skill from my toolkit", or when you need to pick the right skill from their available toolkit before starting work. This skill is read-only — it advises, it does not install. For installing new skills, use the separate skill-management workflow available in the current agent environment.
kennykankush/skillpack · ★ 0 · AI & Automation · score 60
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