By Shallow-W
GitHub Star List management skill for Claude Code via GraphQL API
一个 Claude Code skill,用于通过 GitHub GraphQL API 管理 Star List(收藏列表)。
将本仓库作为 Claude Code skill 使用:
skills/github-starlist/SKILL.md 的路径加入你的 Claude Code skill 配置或作为 git submodule 添加到你的 skill 集合仓库中。
gh) 已安装并登录user scope:
gh auth refresh -s user
在 Claude Code 中,直接用自然语言描述你想对 star list 做的操作即可,例如:
github-starlist-skill/
├── .claude-plugin/
│ ├── plugin.json # 插件清单
│ └── marketplace.json # 市场元数据
├── skills/
│ └── github-starlist/
│ └── SKILL.md # Skill 定义文件
├── CLAUDE.md # 命令参考文档
└── README.md # 本文件
GitHub Star List 没有公开的 REST API,本 skill 完全通过 GraphQL API 实现。核心 mutation:
updateUserListsForItem — 更新仓库所属的 list(注意是覆盖式操作)createUserList — 创建新 listdeleteUserList — 删除 listupdateUserList — 重命名 list分页支持通过 pageInfo { hasNextPage endCursor } 实现,可自动翻页获取大型 list 的全部仓库。
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub shallow-w/github-starlist-skill --plugin github-starlist-skillUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.