Tracked 5 Biggest Claude Code SKILL.md Collections on GitHub — Sortable Table with Auto-Refresh

A developer built a sortable table of the five biggest Claude Code SKILL.md collections on GitHub, ranking them by stars and skills. The repos tracked are anthropics/skills, wshobson/agents, mattpocock/skills, scientific-agent-skills, and awesome-agent-skills — together they total 125k stars (though the largest alone has 19k).
Auto-Refreshing via Workflow Command
The table is part of the shanraisshan/claude-code-best-practice repo, and is automatically refreshed using a /workflows:skill-collections command. This keeps the numbers from going stale without manual updates.
Full Table & Best-Practice Notes
The full table is embedded in the Claude Code best-practice notes at:
https://github.com/shanraisshan/claude-code-best-practice#-skill-collections
That page also includes additional best-practice guidance for Claude Code users. The skill collections are useful for developers looking to import predefined skills from high-quality, community-vetted repos.
📖 Read the full source: r/ClaudeAI
👀 See Also

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.

Local dashboard tracks Claude Code usage with token costs, tool calls, and session analytics
A developer built a local dashboard that reads Claude Code's JSONL session files to visualize token usage, estimated costs, tool call breakdowns, and session history. The tool runs entirely on your machine with an Express API and React dashboard.

Solo developer builds cross-platform desktop AI agent with mobile remote control in 3 weeks, ships to 40+ countries
A solo developer built Skales, a native desktop AI agent with 139+ tools and a mobile companion app for remote control — all in 3 weeks using Claude. The app runs on macOS, Windows, and Linux, is local-first and free, and already has active users in 40+ countries.

Femtobot: Efficient Rust Agent for Low-Resource Environments
Femtobot is a lightweight Rust-based AI agent designed to run efficiently on low-resource machines, such as older Raspberry Pis, through a ~10MB binary without large runtime dependencies.