๐ Weekly Skill Leaderboard โ Aug 9, 2026: Top 3 Modular Skills in Every Category
๐ Weekly Skill Leaderboard โ Aug 9, 2026
The top 3 modular agent skills in every category โ ranked by community signal, real-world utility, and pure momentum.
If you're new to the modular skills ecosystem, think of this as your weekly cheat sheet for what's worth installing. Every skill here follows the open SKILL.md standard โ a folder with a SKILL.md file (YAML frontmatter + Markdown instructions), optionally bundled with scripts/, references/, and assets/. They work across Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, and 40+ other agents.
This week's test run covers 6 categories ร 3 ranks = 18 skills. We hunted these across GitHub trending, skills.sh leaderboard install data, Anthropic's official repo, Vercel's collection, community forums, and the OpenAgentSkill quality benchmark. No internal bias โ every skill is external with full attribution.
๐ Category Rankings
๐งโ๐ป Coding & Development
| Rank | Skill | Developer | Stars | Verdict |
|---|---|---|---|---|
| ๐ฅ | frontend-design | Anthropic | 166K โญ | The gold standard for escaping generic AI UI |
| ๐ฅ | vercel-react-best-practices | Vercel | 30K โญ | Catches React performance regressions agents reproduce |
| ๐ฅ | webapp-testing | Anthropic | 166K โญ | Playwright browser testing that closes the verification loop |
๐ฅ frontend-design โ 742K installs on skills.sh. Encodes typography scales, spacing systems, color discipline. The most visible before-and-after in the ecosystem.
๐ฅ vercel-react-best-practices โ 607K installs. Parallelize data fetches, keep client bundles lean, respect server/client boundaries. Essential for React teams.
๐ฅ webapp-testing โ Gives agents a real browser through Playwright. Navigate, click, screenshot, and actually verify deployed features work.
๐จ Design & Creative
| Rank | Skill | Developer | Stars | Verdict |
|---|---|---|---|---|
| ๐ฅ | taste-skill | Leonxlnx | 73K โญ | Anti-slop frontend with tunable design variance |
| ๐ฅ | web-design-guidelines | Vercel | 30K โญ | 100+ accessibility and UX audit rules |
| ๐ฅ | Hallmark | Nutlope | 4.8K weekly โญ | Kills generic AI interface patterns |
๐ฅ taste-skill โ 73K stars. Tunable design variance, motion intensity, and visual density. Goes beyond frontend-design with an anti-clichรฉ blocklist.
๐ฅ web-design-guidelines โ 516K installs. 100+ rules covering ARIA, alt text, focus order, contrast, keyboard nav, and dark mode.
๐ฅ Hallmark โ 4,810 stars in one week. Targets agents producing pages with weak hierarchy and predictable patterns.
๐ฃ Harness & Orchestration
| Rank | Skill | Developer | Stars | Verdict |
|---|---|---|---|---|
| ๐ฅ | GStack | Garry Tan | 110K โญ | YC founder's full engineering team in 28 skills |
| ๐ฅ | ECC | affaan-m | 238K โญ | Harness optimization with instincts, memory, security |
| ๐ฅ | GSD Core | open-gsd | Growing | Spec-driven system that fights context rot |
๐ฅ GStack โ 28 skills: /office-hours, /design-review, /qa, /ship, /retro. Real workflows with atomic commits and regression tests.
๐ฅ ECC โ 238K stars. Skills, instincts, memory, security, and research-first development in one system.
๐ฅ GSD Core โ Breaks work into atomic plans in fresh context windows. npx @opengsd/gsd-core@latest.
๐ Office & Productivity
| Rank | Skill | Developer | Stars | Verdict |
|---|---|---|---|---|
| ๐ฅ | OfficeCLI | iOfficeAI | 2.9K weekly โญ | Word/Excel/PPT automation without local Office |
| ๐ฅ | Google Workspace CLI | Google team | Official | 17 skills: Drive, Sheets, Gmail, Calendar, Docs |
| ๐ฅ | anthropics/docx+pptx+xlsx+pdf | Anthropic | 166K โญ | Official document creation/editing bundle |
๐ฅ OfficeCLI โ 2,873 weekly stars. Read, edit, automate Office files through a CLI.
๐ฅ Google Workspace CLI โ 17 official skills. Agents read Gmail, update Sheets, create Calendar events from one prompt.
๐ฅ Anthropic Document Skills โ Bundled docx, pptx, xlsx, pdf with Python scripts for deterministic operations.
๐ LLM Gateway & Routing
| Rank | Skill | Developer | Stars | Verdict |
|---|---|---|---|---|
| ๐ฅ | OmniRoute | diegosouzapw | 11.2K weekly โญ | One endpoint for Codex, Claude Code, Cursor, Copilot |
| ๐ฅ | agent-routing | oaustegard | Active | Model+effort selection with calibration data |
| ๐ฅ | llm-gateway-routing | phrazzld | Active | OpenRouter/LiteLLM gateway config with templates |
๐ฅ OmniRoute โ 11,190 weekly stars. Single routing layer for all major coding agents to multiple AI providers.
๐ฅ agent-routing โ SKILL.md that decides Haiku/Sonnet/Opus + effort level per subagent. Grounded in measured calibration data.
๐ฅ llm-gateway-routing โ 10.4KB skill with 8 bundled files. Model IDs, fallback chains, cost routing, and A/B testing patterns.
๐ง Context Engineering & Token Reduction
| Rank | Skill | Developer | Stars | Verdict |
|---|---|---|---|---|
| ๐ฅ | context-compression | muratcankoylan | Active | Compression strategies for long sessions |
| ๐ฅ | memory-systems | muratcankoylan | Active | Short-term and graph-based memory architectures |
| ๐ฅ | data-structure-protocol | k-kolomeitsev | Active | Graph-based memory for faster context retrieval |
๐ฅ context-compression โ Designs and evaluates compression strategies. Covers compaction, masking, and caching.
๐ฅ memory-systems โ Teaches agents to design memory architectures. The theoretical foundation for persistent knowledge.
๐ฅ data-structure-protocol โ Graph-based long-term memory. Faster context retrieval, fewer tokens, safer refactors.
๐ Movers & Shakers
- ๐ฅ Biggest Riser: grill-me grew +58% in 4 weeks, overtaking frontend-design as #1 organic skill on skills.sh
- ๐ New Entry: OmniRoute entered with 11,190 weekly stars โ first multi-provider routing layer to top GitHub weekly
- โก Fastest Growing Category: Context Engineering โ as models get stronger, judgment (not capability) is the new bottleneck
๐ฎ Next Week's Watch List
- designer-skills (Owl-Listener) โ 1,983 stars, 239 skills across 33 plugins
- garden-skills (ConardLi) โ 10.2K stars, 5 production skills with 25 style recipes
- Sentry for AI โ Production debugging connecting bug reports to stack traces
Ranked by AgentSkillReview. Data sourced from GitHub, skills.sh, community forums, and OpenAgentSkill benchmark. Install data verified Aug 5, 2026. No internal skills reviewed โ all external with full attribution.