Skip to content

HeroAshacker/github-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with Claude Code License: MIT

github-suite

Claude Code SKILL suite for GitHub project discovery & source code analysis.

中文文档

Overview

SKILL Version Description
github-finder v2.0 Multi-source bilingual search with adaptive thresholds
github-analyzer v1.0 6-dimension deep source code analysis

Workflow

┌─────────────────┐     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                  │
        └──────────────────────────────────────────┘

Features

github-finder v2.0

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, ⚠️ for stale ones

github-analyzer v1.0

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

Usage

Project Discovery

# 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

Source Code Analysis

# 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

Chained Workflow

# Discover then analyze
/github-finder Find an AI code editor, then deep-analyze the best match

Requirements

  • Claude Code with SKILL framework support
  • Internet access for GitHub search and web fetching

Installation

# 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

Version

SKILL Version Status
github-finder v2.0 Stable
github-analyzer v1.0 Stable

License

MIT - see LICENSE file for details.

Credits

Built entirely with Claude Code by Anthropic.

Co-authored by Claude Opus 4.6.

About

Claude Code SKILL suite for GitHub project discovery & source code analysis | GitHub 项目发现与源码分析工具套件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors