← Back to list

update-marketplace-stars
by NikiforovAll
A lazygit-style TUI for visualizing Claude Code customizations.
⭐ 17🍴 3📅 Jan 21, 2026
SKILL.md
name: update-marketplace-stars description: Update GitHub star counts for suggested marketplaces in DEFAULT_SUGGESTED_MARKETPLACES. Use this skill when asked to "update stars", "refresh marketplace stars", or "sync star counts".
Update Marketplace Stars
Update the GitHub star counts for suggested marketplaces defined in src/lazyclaude/services/settings.py.
Location
The star counts are defined in:
src/lazyclaude/services/settings.py
Look for the DEFAULT_SUGGESTED_MARKETPLACES dictionary near the top of the file.
Fetch Current Stars
Use GitHub CLI to fetch current star counts for each repository:
gh api repos/{owner}/{repo} --jq '.stargazers_count'
Example for all current marketplaces:
gh api repos/anthropics/claude-plugins-official --jq '.stargazers_count'
gh api repos/NikiforovAll/claude-code-rules --jq '.stargazers_count'
gh api repos/SawyerHood/dev-browser --jq '.stargazers_count'
gh api repos/Piebald-AI/claude-code-lsps --jq '.stargazers_count'
gh api repos/wshobson/agents --jq '.stargazers_count'
gh api repos/davila7/claude-code-templates --jq '.stargazers_count'
gh api repos/ComposioHQ/awesome-claude-skills --jq '.stargazers_count'
gh api repos/steveyegge/beads --jq '.stargazers_count'
gh api repos/ccplugins/awesome-claude-code-plugins --jq '.stargazers_count'
Workflow
- Read
src/lazyclaude/services/settings.pyto get current marketplace repos - Run
gh apicommands in parallel to fetch star counts - Update the
starsvalues inDEFAULT_SUGGESTED_MARKETPLACES - Present summary of changes (old vs new star counts)
Notes
- Star counts are approximate and change frequently
- Run this periodically before releases to keep counts fresh
- If a repo is not found (404), keep the existing value and notify user
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
