agent-skills-discovery
Installation
SKILL.md
Agent Skills Discovery — Dual-Manager Verification
Discover and install Agent Skills from either package manager and verify they actually exist before installing. Covers the two interoperable managers that share the Agent Skills spec (agentskills.io): npx skills add (Vercel/skills.sh) and gh skill (GitHub CLI v2.90+, preview).
When to Use
- User asks "does {tool} have a skill?" (e.g., RunPod CLI, gh CLI, Docker, HuggingFace)
- User wants to install a skill but is unsure which repo/skill name is canonical
- Need to compare
runpod/runpod-plugins-officialvs legacyrunpod/skills, or similar forks - User mentions
npx skills add,gh skill,skills.sh, oragentskills.io - Verifying a skill before recommending an install in docs or chat
The Two Managers
Both read the same SKILL.md spec; skills are interoperable. Prefer gh skill when the user already has gh auth and wants search/preview/pinning via git tags; prefer npx skills add for auto-detection across 50+ agents.