skill-advisor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-advisor (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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:
Identify the domain and specifics. Examples:
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)Go through each relevant category in CATEGORIES.md. For each candidate skill, ask:
Give a ranked list (2-5 skills max — more is noise). For each:
impeccable:shape, not just shape)If the user's request reveals a category where their toolkit is THIN (e.g., they ask for Android UX and only have iOS skills), say so:
"For Android specifically, you currently haveui-design:mobile-android-designbut not much else. Consider askingskill-managerto discover more Android-focused skills."
This is how skill-advisor hands off to skill-manager naturally.
Use this structure:
📚 For <task description>, from your installed toolkit:
🥇 **<full:skill-name>** — <one-line reason>
<when to use: pre-work | during build | polish | review>
🥈 **<full:skill-name>** — <one-line reason>
<when>
🥉 **<full:skill-name>** — <one-line reason>
<when>
Optional: also consider **<name>** for <specific sub-aspect>.
Workflow suggestion:
1. Start with X to plan/scaffold
2. Use Y during build
3. Apply Z before shipping
Gap: <if any category is thin, mention it here; suggest skill-manager>Keep it tight. No preamble. No "I'll help you with that" fluff.
The toolkit changes constantly — skills get installed, removed, and migrated across mechanisms (plugins, npx skills, skillfish, hand-authored). CATEGORIES.md and the live registries are the only source of truth. Never recommend from a remembered or assumed inventory; what was installed last month may be gone, and what's installed now may not be in any prior snapshot.
Project-scoped skills exist in some repos. Only recommend those inside their own project — respect scope.
User: "Which of my skills should I use for a landing page?"
Response:
📚 For a landing page, from your installed toolkit:
🥇 **impeccable:shape** — plan the UX/UI before coding (discovery interview → design brief)
When: before you write any code
🥈 **ui-design:visual-design-foundations** — type, color, spacing fundamentals
When: during initial design decisions
🥉 **frontend-design:frontend-design** — distinctive production-grade interface implementation
When: during build
Also consider: **impeccable:bolder** if the page feels safe/boring, and **impeccable:polish** before shipping.
Workflow suggestion:
1. impeccable:shape to plan
2. ui-design:visual-design-foundations + frontend-design:frontend-design during build
3. impeccable:polish before ship
Gap: none for this task — you're well-covered.User: "what do I have for Android?"
Response:
📚 For Android UX specifically:
🥇 **ui-design:mobile-android-design** — Material Design patterns for Android
That's it for Android-specific skills in your toolkit. You have strong iOS coverage
(ios-design, ui-design:mobile-ios-design) and cross-platform (ui-design:react-native-design),
but Android alone is thin.
Gap: If you want more Android depth, ask skill-manager to discover Android-focused skills.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.