gh-my-starred
GitHub CLI extension for browsing starred repositories with AI-accessible JSON output
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GitHub CLI extension for browsing starred repositories with AI-accessible JSON output
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gh-my-starred |
| description | GitHub CLI extension for browsing starred repositories with AI-accessible JSON output |
| change_log | [{"timestamp":"2026-05-06T15:00:00.000Z","agent_id":"pi-agent","note":"Added add_to_star_list tool to mutate user star lists and documented required user scope."},{"timestamp":"2026-05-05T14:30:00.000Z","agent_id":"pi-agent","note":"Fixed pi session crashes by adding missing sqlite3 dependency, handling async sqlite exceptions properly, and correctly serializing embedding float arrays."},{"timestamp":"2026-04-26T21:55:00.000Z","agent_id":"pi-agent","note":"Updated pagination logic in fetchStarredRepos to cache all repos and apply limit only to returned results."},{"timestamp":"2026-04-26T23:50:00.000Z","agent_id":"pi-agent","note":"Added progressive enhancement recommendation to leverage pi-librarian for repo review."}] |
Browse and query your GitHub starred repositories interactively or programmatically.
github, cli, fzf, stars, repositories, search, pi-package, pi-extensiongh extension install kylebrodeur/gh-my-starred
pi install npm:pi-gh-my-starred
gh extension install kylebrodeur/gh-my-starred
pi install npm:pi-gh-my-starred
gh my-starred
gh my-starred 100
gh my-starred --json
gh my-starred --json 50
gh my-starred --lists
gh my-starred --list "Favorites"
gh my-starred --list "Research" --json
| Tool | Description |
|---|---|
starred_repos | Query and filter starred repositories |
list_star_lists | Discover all star lists |
get_list_repos | Get ordered repos from a specific list |
compare_lists | Compare two star lists |
add_to_star_list | Add repositories to a star list |
Some features (like add_to_star_list) require the ability to mutate user lists. If you encounter an INSUFFICIENT_SCOPES error, you must grant the user scope to your GitHub CLI:
gh auth refresh -s user
gh extension upgrade kylebrodeur/gh-my-starred
pi update
gh extension upgrade kylebrodeur/gh-my-starred
pi update
/reload
| Field | Type | Description |
|---|---|---|
full_name | string | "owner/repo" format |
description | string | Repository description |
stargazers_count | integer | Number of stars |
language | string | Primary language |
html_url | string | Repository URL |
topics | string[] | Topic tags |
updated_at | string | ISO 8601 timestamp |
gh) authenticatedfzf for interactive modejq recommended for JSON queriesgh extension remove kylebrodeur/gh-my-starred
pi remove npm:pi-gh-my-starred
starred_repos, etc.) work standalone via gh api/starred PI command requires both CLI + PI package installedWhen reviewing repos discovered via gh-my-starred, agents can leverage pi-librarian as a powerful alternative or supplement to the gh CLI. While gh is excellent for metadata and high-level status, pi-librarian enables targeted reconnaissance, deep code-path discovery, and evidence-based research directly within the project's codebase without needing to clone every repo.