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

aco-system: An Entire Company OS for Claude That Writes User Stories, Breaks Tasks, Reviews PRs
A Reddit user shared how aco-system turned a single GitHub issue into a fully validated PR with tests — driven entirely by Claude. Includes user story generation, task breakdown, secret checking, and PR review.

Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations
Explore the possibility of connecting OpenClaw to a local Qwen2.5 Coder model with 7 billion parameters to address rate limits with API Gemini 3.

dead-letter: Local .eml to .md Converter with CLI, Web UI, and MCP Server
dead-letter normalizes email exports into Markdown with YAML front matter, customisable. It offers four access modes: CLI, Python library, Web UI, and an MCP server for direct integration with Claude Desktop, Claude Code, and Codex.

Engram: Hybrid Memory Plugin for OpenClaw Agents — Vector + Semantic Search with Decay
Engram gives OpenClaw agents persistent memory across sessions using SQLite+FTS5 for exact recall and LanceDB for semantic search, with decay classes and auto-capture hooks.