Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问许可证需确认审计未展示

tooyoung%3agh-star-listTooyoung%3agh 明星名单

Agent Skill

tooyoung%3agh-star-list 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

465

周安装

19

GitHub Stars

15

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tooyoung%3agh-star-list(Tooyoung%3agh 明星名单)
来源仓库:https://github.com/shiqkuangsan/oh-my-daily-skills
仓库路径:skills/tooyoung%3Agh-star-list
安装命令:
npx skills add https://github.com/shiqkuangsan/oh-my-daily-skills --skill tooyoung:gh-star-list
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/shiqkuangsan/oh-my-daily-skills --skill tooyoung:gh-star-list

简介

用于处理 GitHub 仓库及代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态整理信息。
  • 通过 npx 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件操作。
  • tooyoung%3agh-star-list 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

GitHub Star List

Organize GitHub starred repos into GitHub Lists automatically.

Prerequisites

Verify environment before starting. Run these checks and guide user through any failures:

# 1. Check gh CLI installed
gh --version || echo "MISSING"

# 2. Check gh authenticated with 'user' scope
gh auth status  # must show 'user' in scopes

# 3. Check jq installed
jq --version || echo "MISSING"

Troubleshooting:

ProblemSolution
gh not installedmacOS: brew install gh. Others: https://cli.github.com
gh not logged ingh auth login -h github.com -p https -w (opens browser)
user scope missinggh auth refresh -s user -h github.com
jq not installedmacOS: brew install jq. Others: https://jqlang.github.io/jq/download

All checks must pass before proceeding. The user scope is required for GitHub Lists API access.

Scripts

All scripts are in scripts/ relative to this skill's directory.

ScriptPurpose
fetch_stars.shFetch starred repos (paginated). Outputs one JSON object per line.
manage_lists.shCRUD for GitHub Lists: get, create, delete, add

Modes

Mode 1: Full Batch (default)

Categorize all starred repos at once. Trigger: "整理所有 stars", "organize all my stars".

Mode 2: Selective

Categorize specific repos or the latest N stars. Trigger: "整理最近 10 个 star", "把 xxx/yyy 加到合适的 list".

When no specific repos are mentioned and user says "整理一下" without "所有/全部/all", default to latest 10 stars.

Workflow

Step 1: Fetch Data

Full batch mode:

bash scripts/fetch_stars.sh > /tmp/stars.jsonl
bash scripts/manage_lists.sh get > /tmp/lists.json

Selective mode (latest N):

bash scripts/fetch_stars.sh --limit N > /tmp/stars.jsonl
bash scripts/manage_lists.sh get > /tmp/lists.json

For specific repos, use gh api to fetch individual repo info:

gh api repos/{owner}/{repo} --jq '{id: .node_id, full_name: .full_name, description: (.description // ""), topics: (.topics // []), language: (.language // ""), url: .html_url}'

Tell user how many stars to process and how many existing lists found.

Step 2: Analyze and Propose Categories

Read /tmp/stars.jsonl and /tmp/lists.json.

Analyze all repos and existing lists. Propose a categorization plan.

Classification Principles (IMPORTANT)

  1. Classify by PURPOSE, not language (unless the user explicitly requests language-based grouping): A Rust-written JS bundler belongs in "Build & DX", not "Rust". A Swift-written clipboard tool belongs in "CLI & Tools", not "iOS". Language is metadata, not category.
  2. Description > Topics > Name > Language: Prioritize description to understand what the repo DOES. Language is the weakest signal and should only be used as a tiebreaker.
  3. Ask "what does this repo help the user DO?": A framework for building mobile apps → Mobile. A linter for Python → Build & DX. A deepfake tool → AI or Misc.
  4. Avoid over-broad categories: If a list exceeds 40 items, consider splitting by sub-purpose.
  5. Framework vs Library vs Tool: Web frameworks (Express, Hono, Koa) → Backend. UI component libraries (Ant Design, shadcn) → UI & Design. Build tools (Vite, Rspack) → Build & DX.

Recommended Categories

Use these as a starting template for full batch mode. Adjust based on user's actual star composition — skip empty categories, merge small ones, split large ones (>40 repos).

CategoryDescriptionTypical repos
AILLMs, ML frameworks, AI apps, agentslangchain, ollama, stable-diffusion
ReactReact ecosystem: frameworks, hooks, state managementnext.js, react, zustand
React NativeReact Native core, navigation, UI libsreact-navigation, expo
VueVue ecosystem: frameworks, plugins, toolsnuxt, vueuse, element-plus
FlutterFlutter/Dart packages and appsflutter, riverpod
Mobile NativeiOS/Android native developmentKotlin/Swift libs, Jetpack
WeChatMini programs, WeChat SDK, WePYwepy, vant-weapp
BackendServer frameworks, databases, APIsexpress, fastapi, prisma
Build & DXBundlers, linters, dev tools, monorepovite, eslint, turborepo
CLI & ToolsDesktop apps, CLI utilities, productivityhomebrew, raycast, warp
UI & DesignComponent libraries, CSS, animationtailwindcss, shadcn, framer-motion
Network & ProxyHTTP clients, proxies, VPN, network toolsclash, axios, nginx
DevOps & DockerCI/CD, containers, infra, monitoringdocker, k8s, terraform
Low-Code & AdminAdmin panels, low-code platforms, CMSstrapi, appsmith, refine
Awesome & LearningCurated lists, tutorials, books, coursesawesome-xxx, free-programming-books
MiscRepos that don't fit elsewhere

Category Guidelines

  • Respect existing lists: Keep lists that already have items. Prefer assigning to existing lists when they match.
  • Generate new categories: Only for repos that don't fit any existing list.
  • Total lists cap: Stay within GitHub's 32-list limit.
  • Full batch: Target 15-25 total lists.
  • Selective: Prefer assigning to existing lists; only propose new lists if truly needed.

Present the plan as a table. Wait for user confirmation or adjustments.

Step 3: Execute

After user confirms:

  1. Create new lists: bash scripts/manage_lists.sh create "<name>" "<description>"
  2. Collect all list IDs (existing + new)
  3. Add repos to lists: bash scripts/manage_lists.sh add <repo_node_id> <list_id>

Critical: The add command calls updateUserListsForItem which replaces all list memberships for a repo. The listIds param is the complete set of lists the repo should belong to. To preserve existing membership, include ALL list IDs (old + new) in a single call.

Full batch: process in batches, report progress every 50 repos. Selective: process all at once.

Step 4: Summary

Run bash scripts/manage_lists.sh get and present a summary table showing list name, repo count, and whether each list is new or existing.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.94%
按下载量换算54

Claude

31.49%
按下载量换算47

Cursor

19.48%
按下载量换算29

Gemini CLI

10.22%
按下载量换算15

安全审计

暂无安全审计结果可展示。

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills