skills-browser/SKILL.md
Find useful Agent Skills in curated public skill repositories for a user query. Searches official and community skill repos, ranks matching SKILL.md files, and recommends candidates with source trust notes.
npx skillsauth add supercorks/agent-skills skills-browserInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants to discover, compare, or source skills from public Agent Skills repositories for a particular domain, framework, workflow, tool, or task.
Examples:
This skill searches curated SKILL.md repositories and returns candidate skills with:
It is discovery-oriented. Before installing or copying any third-party skill, inspect the full SKILL.md, license, scripts, and bundled files.
The default source registry lives at sources.json.
Primary sources:
| Repo | Trust | Best for |
|------|-------|----------|
| github/awesome-copilot | high | Copilot community skills, broad discovery |
| openai/skills | high | Codex curated skills |
| anthropics/skills | high | official Agent Skills reference skills |
| microsoft/skills | high | Microsoft and Azure SDK skills |
| addyosmani/agent-skills | high | production engineering workflows |
| Gentleman-Programming/Gentleman-Skills | medium-high | framework skills, including React Native |
Secondary sources:
| Repo | Trust | Notes |
|------|-------|-------|
| AgentWorkforce/relay | medium | agent orchestration and relay workflow skills |
| dbmcco/claude-agent-toolkit | medium | integration-heavy Claude skills, especially Google Workspace |
| sickn33/antigravity-awesome-skills | low-filtered | huge aggregator; useful for broad discovery and mobile/iOS searches, but validate carefully |
| alirezarezvani/claude-skills | low-filtered | broad social-discovered collection; validate carefully |
By default, low-filtered sources are excluded. Add --include-low-trust when broad discovery matters more than precision.
Prerequisites:
GITHUB_TOKEN for higher GitHub API limitsSet the skill directory when running from outside the skill folder:
export SKILLS_BROWSER_DIR=.github/skills/skills-browser
Run the bundled search helper:
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "ios app skills"
Useful options:
| Option | Purpose |
|--------|---------|
| --json | Output machine-readable JSON |
| --repo owner/name | Search one repo only |
| --limit <n> | Limit result count |
| --include-low-trust | Include huge/noisy aggregator sources |
| --deep | Scan more skill bodies per repo |
| --max-repos <n> | Limit number of configured repos searched |
| --max-content-per-repo <n> | Override per-source body scan budget |
| --source-file <path> | Use a custom source registry |
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "react native mobile" --limit 10
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "ios swift xcode app" --include-low-trust --limit 15
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "expo deployment" --repo sickn33/antigravity-awesome-skills --include-low-trust
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "ios app swift xcode" --include-low-trust --limit 15
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "react native expo mobile" --include-low-trust --limit 15
Expected useful sources:
sickn33/antigravity-awesome-skills for iOS, SwiftUI, Expo, React Native, mobile design/securityGentleman-Programming/Gentleman-Skills for React Nativegithub/awesome-copilot for Swift MCP adjacent skillsnode ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "security threat model code review" --limit 15
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "figma design to code" --limit 15
node ${SKILLS_BROWSER_DIR:-.}/scripts/search-skills.js "gmail google sheets workspace" --limit 15
Prefer skills that:
name and specific descriptionBe cautious with skills that:
Add new sources to sources.json with this shape:
{
"repo": "owner/name",
"trust": "medium",
"sourceType": "community",
"notes": "Why this source is worth searching.",
"bestFor": ["domain", "framework"],
"maxContentScan": 80
}
Use low-filtered for huge aggregators or unverified social-discovered collections.
GITHUB_TOKEN is optional but recommended for repeated searches.tools
Read local coding-agent thread/session history for Codex, Codex CLI, Copilot CLI, Copilot Chat local VS Code threads, and Claude Code. Use when asked to find, inventory, summarize, search, or inspect local agent conversations, session subjects, transcript files, or agent thread storage.
tools
Operate Google Workspace (Drive, Gmail, Calendar, Sheets, Docs, Slides, Chat, Admin, Forms, Tasks…) via the @googleworkspace/cli (`gws`) Rust CLI distributed on npm. Use for any read/write task across Workspace APIs — list/search/upload Drive files (incl. shared drives), send/read mail, manage calendar events, sheets cell ops, etc.
tools
Use Browserbase and the browse CLI for browser automation, Fetch/Search API work, authenticated remote browsing, UI QA, debugging, tracing, and Browserbase platform or Functions workflows with multi-account support.
tools
Query Vimeo OTT (VHX) products, customers, videos, live events, browse rows, and analytics with multi-account API key support. First pass ships read-only helpers for production-safe investigation.