skill-advisor

Search, compare, and install skills via npx skills CLI. Use when user wants to find skills, compare functionality, or install to agents. Avoids --all pitfall, targets Antigravity, Claude Code, Gemini CLI, OpenCode by default.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-advisor" with this command: npx skills add owner/repo

Skill Advisor

Search, compare, and install skills correctly to preferred agents.

Determine Operation Type

What does the user want?

Installation Workflow

Copy this checklist and track progress:

Skill Installation:
- [ ] Step 1: Search with multiple keywords
- [ ] Step 2: Preview and read SKILL.md
- [ ] Step 3: Compare and categorize (High/Medium/Low)
- [ ] Step 4: Generate install commands (no --all!)
- [ ] Step 5: Verify installation

Step 1: Search Skills

Search with multiple related keywords for better coverage:

npx skills find QUERY
npx skills find RELATED_QUERY

Step 2: Preview and Read SKILL.md

Preview each repository's available skills:

npx skills add owner/repo -g --list

Read actual SKILL.md content at:

https://skills.sh/owner/repo/skill-name

Never rely solely on skill names. Names can be misleading.

Step 3: Compare and Recommend

Evaluate each skill:

DimensionWeight
Content quality (scripts, references, actionable workflows)High
Coverage systematics (coherent skill system from same author)High
Tech stack matchHigh
Source authority (Official > Org > Individual)Medium
Maintenance activityMedium
Function overlapMedium

Quality criteria:

  • High: Scripts, detailed references, concrete examples, actionable workflows
  • Medium: Useful guidance but mostly text-based
  • Low: Generic content, replaceable by general LLM knowledge

Output format:

## Recommended (Category/Author)
| Skill | Function | Quality | Note |
|-------|----------|---------|------|
| skill-a | Actual function from SKILL.md | High | Why recommended |

## Optional
| Skill | Function | Quality | Note |
|-------|----------|---------|------|
| skill-b | Function from SKILL.md | Medium | Supplements skill-a |

## Not Recommended
| Skill | Function | Quality | Note |
|-------|----------|---------|------|
| skill-c | Function from SKILL.md | Low | Overlaps with skill-a |

Step 4: Generate Install Commands

CRITICAL: Never use --all flag — it overrides --agent and installs to ALL 41 agents.

Rules:

  1. Only generate install commands for High quality skills
  2. Medium quality: list in Optional section, commands provided separately
  3. Low quality: no install commands

Correct pattern:

npx skills add owner/repo -g -s skill1 -s skill2 -a antigravity -a claude-code -a gemini-cli -a opencode -y

Parameters:

FlagMeaning
-gGlobal install (user-level)
-s SKILLSpecify skill (repeat for multiple)
-a AGENTTarget agent (repeat for multiple)
-ySkip confirmation
-lList available skills only
--allDANGER: Installs all skills to all agents

Wrong vs Right:

# WRONG — --all overrides -a, installs to ALL agents
npx skills add expo/skills -g -a claude-code --all

# RIGHT — explicit -s and -a flags
npx skills add expo/skills -g -s xlsx -s pdf -a antigravity -a claude-code -a gemini-cli -a opencode -y

Step 5: Verify Installation

# List installed skills
npx skills ls -g

# Check symlinks exist
ls -la ~/.claude/skills/
ls -la ~/.gemini/skills/
ls -la ~/.gemini/antigravity/skills/
ls -la ~/.config/opencode/skills/

# Verify no unwanted directories
ls ~/.cursor/ ~/.augment/ 2>/dev/null

Default Target Agents

Agent--agent valueGlobal Path
Antigravityantigravity~/.gemini/antigravity/skills/
Claude Codeclaude-code~/.claude/skills/
Gemini CLIgemini-cli~/.gemini/skills/
OpenCodeopencode~/.config/opencode/skills/

For all 41 supported agents, read references/agents.md.

Common Pitfalls

  1. --all flag: Overrides --agent, installs to 41 agents, creates unwanted directories
  2. Forgetting -g: Installs to project only
  3. Missing -s: May install all skills or prompt interactively
  4. Trusting skill names: Always read SKILL.md content

Example

User request: "Find a skill for processing Excel files"

Response:

## Search
npx skills find excel
npx skills find spreadsheet

## Recommended (expo/skills)
| Skill | Function | Quality | Note |
|-------|----------|---------|------|
| xlsx | Create spreadsheets, analyze data, generate charts | High | Official skill, full-featured |

## Install Command
npx skills add expo/skills -g -s xlsx -a antigravity -a claude-code -a gemini-cli -a opencode -y

## Verify
npx skills ls -g

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

skill-exporter

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Repository SourceNeeds Review
94.2K159.8K
anthropics
Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository SourceNeeds Review
2.1K147.6K
remotion-dev