Claude-skill-registry github-repo-reader
GitHub リポジトリの情報を取得・要約するスキル。URL が github.com/{owner}/{repo} 形式の場合に使用。gh コマンドと DeepWiki MCP を活用してリポジトリの詳細情報を取得する。
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/github-repo-reader" ~/.claude/skills/majiayu000-claude-skill-registry-github-repo-reader && rm -rf "$T"
manifest:
skills/data/github-repo-reader/SKILL.mdsource content
GitHub リポジトリ読み取り
手順
1. gh コマンドで基本情報を取得
gh repo view {owner}/{repo} --json description,stargazerCount,forkCount,primaryLanguage,repositoryTopics,createdAt,updatedAt
2. DeepWiki で詳細情報を取得
でリポジトリの概要・アーキテクチャを取得mcp__deepwiki__read_wiki_contents
で主要な機能や特徴、使い方を質問mcp__deepwiki__ask_question
3. 要約に含める内容
- リポジトリの目的・用途
- 主要な機能・特徴
- 技術スタック
- 類似ツールとの違い(分かれば)
- スター数・フォーク数などの人気度