Dual-runtime GitHub discovery and repository analysis skill suite for Claude Code and Codex.
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.
| 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:
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-analyzerIf you rely on the old layout, the original top-level folders are still available.
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-analyzerUse 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.