Skip to content

wwb1942/github-suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Originally built with Claude Code Compatibility License: MIT

github-suite

Dual-runtime GitHub discovery and repository analysis skill suite for Claude Code and Codex.

中文文档

Fork Notice

This repository is a fork of HeroAshacker/github-suite.

  • Upstream project: GitHub discovery and analysis SKILL suite for Claude Code
  • Upstream license: MIT
  • This fork keeps attribution to the upstream project and preserves the original license
  • This fork is an adaptation layer, not an official upstream release

See NOTICE for attribution and modification details.

Variants

Runtime Skill Purpose
Claude github-finder Discover repositories from ambiguous user requirements
Claude github-analyzer Deep repository analysis and comparison
Codex github-finder Bounded GitHub discovery with primary-source validation
Codex github-analyzer File-grounded architecture and quality analysis

Shared documents:

Installation

Claude Code

Use the Claude-compatible copies under claude/.

git clone https://github.com/wwb1942/github-suite.git \
  ~/.claude/skill-repository/github-suite

ln -s ~/.claude/skill-repository/github-suite/claude/github-finder \
  ~/.claude/skills/github-finder
ln -s ~/.claude/skill-repository/github-suite/claude/github-analyzer \
  ~/.claude/skills/github-analyzer

If you rely on the old layout, the original top-level folders are still available.

Codex

Copy or symlink the Codex-native folders into your Codex skills directory.

git clone https://github.com/wwb1942/github-suite.git \
  ~/.codex/skill-repository/github-suite

ln -s ~/.codex/skill-repository/github-suite/codex/github-finder \
  ~/.codex/skills/github-finder
ln -s ~/.codex/skill-repository/github-suite/codex/github-analyzer \
  ~/.codex/skills/github-analyzer

Usage

Use github-finder first when the task is repository discovery.

Use github-analyzer after you already have a target repository and want to understand its architecture, module layout, and quality signals.

License

MIT

About

GitHub finder and analyzer skills for Claude Code and Codex. Forked from HeroAshacker/github-suite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors