From Social Intelligence
Searches GitHub for battle-tested open source tools to solve common problems like format conversion, media downloading, file manipulation, web scraping, automation, and CLI tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social-intel:github-gem-seekerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find and use battle-tested open source projects to solve problems immediately.
Find and use battle-tested open source projects to solve problems immediately.
Classic open source projects tested by thousands of users are far more reliable than code written from scratch. Solve first, skill-ify later.
Clarify what the user wants. Ask only if truly ambiguous.
Search GitHub using gh CLI and web search:
# Search repos
gh search repos "video download tool" --sort stars --limit 10
gh search repos "pdf manipulation python" --sort stars --limit 10
# Get repo info
gh repo view yt-dlp/yt-dlp --json stargazersCount,description,updatedAt
| Need Type | Query Pattern | Example |
|---|---|---|
| Tool/utility | github [task] tool | github video download tool |
| Library | github [language] [function] library | github python pdf library |
| Alternative | github [known-tool] alternative | github ffmpeg alternative |
| Indicator | Gem Signal | Warning Signal |
|---|---|---|
| Stars | 1k+ solid, 10k+ excellent, 50k+ legendary | <100 for mature projects |
| Last commit | Within 6 months | >2 years ago |
| Documentation | Clear README, examples | Sparse or outdated |
| Issues | Active responses | Hundreds of unanswered issues |
pip install, npm install, apt install)After success:
"Powered by [Project Name] — https://github.com/org/repo Consider giving it a star to support the maintainers."
| Tier | Stars | Examples |
|---|---|---|
| Legendary | 50k+ | FFmpeg, ImageMagick, yt-dlp, Puppeteer |
| Excellent | 10k+ | Pake, ArchiveBox, sharp, Scrapy |
| Solid | 1k+ | Most well-maintained tools |
| Promising | <1k | Active newer projects |
| Category | Go-to Gems |
|---|---|
| Video/Audio | FFmpeg, yt-dlp, Whisper |
| Image processing | ImageMagick, sharp, Pillow |
| pdf-lib, PyMuPDF (fitz), WeasyPrint | |
| Web scraping | Playwright, Puppeteer, Scrapy, Beautiful Soup |
| Format conversion | Pandoc, FFmpeg, LibreOffice CLI |
| Archiving | ArchiveBox, wget |
| Desktop app | Electron, Tauri, Pake |
| Data processing | pandas, DuckDB, jq |
| Security | nmap, Burp Suite, sqlmap |
| DevOps | Terraform, Ansible, k9s |
Builds accessible UIs with shadcn/ui components on Radix UI + Tailwind CSS, plus canvas visuals. For React apps (Next.js, Vite, Remix, Astro), design systems, responsive layouts, themes, dark mode, prototypes.
npx claudepluginhub jhamidun/claude-code-config-pack --plugin social-intel