What problem does it solve? Before writing a new Agent Skill, you need to know whether someone already built one, but manually browsing GitHub is slow and star counts mislead. This Skill queries the SkillsMP index of 1.6M+ public SKILL.md files so you can search, filter, and discover existing Skills in seconds. ## Core Features & Use Cases - Keyword Search with Filters: Run node scripts/search.mjs "keyword" with pagination, category, occupation, and language filters, plus JSON output for offline reuse. - Hidden-Gem Discovery: treasure.mjs ranks candidates by independence, repo focus, description specificity, and freshness instead of repository stars, which the API misattributes to the hosting repo rather than the Skill itself. - Use Case: Before writing a Skill for SEO audits, run node scripts/treasure.mjs "seo audit" --pages 5 --top 15 to see what already exists, then open the top candidates' GitHub URLs to evaluate them. ## Quick Start Ask the agent to search SkillsMP for existing skills matching your idea, for example: search for any existing skill that does keyword research before I write one.