Claude Code SKILL suite for GitHub project discovery & source code analysis.
| SKILL | Version | Description |
|---|---|---|
github-finder |
v2.0 | Multi-source bilingual search with adaptive thresholds |
github-analyzer |
v1.0 | 6-dimension deep source code analysis |
┌─────────────────┐ chain call ┌──────────────────┐
│ github-finder │ ──────────────────► │ github-analyzer │
│ (Discovery) │ optional deep │ (Analysis) │
│ │ research trigger │ │
│ • Term research │ │ • 3 modes │
│ • Bilingual │ │ • 6 dimensions │
│ • Multi-angle │ │ • Quality card │
│ • Adaptive ★ │ │ • Report library │
└─────────────────┘ └──────────────────┘
▲ │
│ User Request │
└──────────────────────────────────────────┘
| Feature | Description |
|---|---|
| Term Research | Pre-research brand names, codenames, abbreviations before searching |
| Bilingual Search | 50/50 CN/EN for Chinese input, 30/70 for English input |
| Multi-Angle Query | ≥3 angles: direct tool, ecosystem plugin, infra, community, alternative |
| Adaptive Stars | Dynamic thresholds by ecosystem age (mature >1000, growing >200, emerging >50) |
| Search Expansion | README references, GitHub Topics, competitor comparison, citation graph |
| Community Sources | Hacker News, Reddit, V2EX, Zhihu |
| Time Awareness | Current year in queries, 🆕 for new projects, |
| Feature | Description |
|---|---|
| 3 Analysis Modes | Deep Research, Quick Overview, Comparative |
| 6-Dimension Framework | Structure, Architecture, Modules, Patterns, Quality, Innovation |
| Quality Scorecard | Visual rating card with per-dimension scores |
| Report Library | Save and retrieve analysis reports for future reference |
# Basic search
/github-finder I need a Go CLI framework
# Tech selection with bilingual support
/github-finder Find an open-source alternative to Notion
# Emerging ecosystem with adaptive thresholds
/github-finder Open-source projects built on Gemini API
# Complex requirement with taxonomy
/github-finder I want to unify multiple AI API providers# Deep research
/github-analyzer https://github.com/user/repo deep-research
# Quick overview
/github-analyzer https://github.com/user/repo quick-overview
# Comparative analysis
/github-analyzer compare projectA vs projectB
# Focused dimensions
/github-analyzer https://github.com/user/repo deep-research focus on architecture and design patterns# Discover then analyze
/github-finder Find an AI code editor, then deep-analyze the best match- Claude Code with SKILL framework support
- Internet access for GitHub search and web fetching
# Clone to your SKILL repository
git clone https://github.com/HeroAshacker/github-suite.git \
~/.claude/skill-repository/github-suite
# Activate SKILLs (create symlinks)
ln -s ~/.claude/skill-repository/github-suite/github-finder \
~/.claude/skills/github-finder
ln -s ~/.claude/skill-repository/github-suite/github-analyzer \
~/.claude/skills/github-analyzer
# Restart Claude Code session to load new SKILLs| SKILL | Version | Status |
|---|---|---|
| github-finder | v2.0 | Stable |
| github-analyzer | v1.0 | Stable |
MIT - see LICENSE file for details.
Built entirely with Claude Code by Anthropic.
Co-authored by Claude Opus 4.6.