Agent Skills Hub and skills.sh High-Star Skills
Agent Skills Hub and skills.sh High-Star Skills
Scope
This page records a first-pass read of high-install/high-signal skills from Hermes Skills Hub and skills.sh. The instruction was to download and understand first, not install. Raw archives live under raw/articles/agent-skills-discovery-2026-06-19/.
Discovery sources:
- Hermes centralized skills index:
https://hermes-agent.nousresearch.com/docs/api/skills-index.json— 85,705 indexed skills generated 2026-06-18. - skills.sh homepage embedded leaderboard — parsed top 600 entries by install count.
- GitHub raw files / codeload zip fallback for actual
SKILL.mdcontent.
What was archived
- 58 markdown records in raw archive.
- 56 had actual source content fetched; 2 remain metadata-only because raw path discovery failed without GitHub API quota:
vercel-react-best-practices,remotion-best-practices. raw/articles/agent-skills-discovery-2026-06-19/_skills-sh-top-600.jsonpreserves the parsed skills.sh leaderboard snapshot.
Highest-install skills observed
| Rank | Skill | Repo | Installs | Raw |
| 1 | find-skills | vercel-labs/skills | 2,090,813 | raw/articles/agent-skills-discovery-2026-06-19/vercel-labs__skills__find-skills.md |
| 2 | frontend-design | anthropics/skills | 563,409 | raw/articles/agent-skills-discovery-2026-06-19/anthropics__skills__frontend-design.md |
| 3 | vercel-react-best-practices | vercel-labs/agent-skills | 486,987 | raw/articles/agent-skills-discovery-2026-06-19/vercel-labs__agent-skills__vercel-react-best-practices.md |
| 4 | agent-browser | vercel-labs/agent-browser | 462,789 | raw/articles/agent-skills-discovery-2026-06-19/vercel-labs__agent-browser__agent-browser.md |
| 5 | microsoft-foundry | microsoft/azure-skills | 402,629 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__microsoft-foundry.md |
| 6 | web-design-guidelines | vercel-labs/agent-skills | 401,018 | raw/articles/agent-skills-discovery-2026-06-19/vercel-labs__agent-skills__web-design-guidelines.md |
| 7 | azure-ai | microsoft/azure-skills | 400,113 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-ai.md |
| 8 | azure-deploy | microsoft/azure-skills | 399,757 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-deploy.md |
| 9 | azure-diagnostics | microsoft/azure-skills | 399,676 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-diagnostics.md |
| 10 | azure-prepare | microsoft/azure-skills | 399,631 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-prepare.md |
| 11 | azure-storage | microsoft/azure-skills | 399,348 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-storage.md |
| 12 | azure-validate | microsoft/azure-skills | 399,011 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-validate.md |
| 13 | entra-app-registration | microsoft/azure-skills | 398,884 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__entra-app-registration.md |
| 14 | appinsights-instrumentation | microsoft/azure-skills | 398,833 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__appinsights-instrumentation.md |
| 15 | azure-compliance | microsoft/azure-skills | 398,772 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-compliance.md |
| 16 | azure-rbac | microsoft/azure-skills | 398,770 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-rbac.md |
| 17 | azure-resource-lookup | microsoft/azure-skills | 398,769 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-resource-lookup.md |
| 18 | azure-aigateway | microsoft/azure-skills | 398,683 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-aigateway.md |
| 19 | azure-kusto | microsoft/azure-skills | 398,632 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-kusto.md |
| 20 | azure-resource-visualizer | microsoft/azure-skills | 398,618 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-resource-visualizer.md |
| 21 | azure-messaging | microsoft/azure-skills | 388,406 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-messaging.md |
| 22 | remotion-best-practices | remotion-dev/skills | 379,264 | raw/articles/agent-skills-discovery-2026-06-19/remotion-dev__skills__remotion-best-practices.md |
| 23 | azure-hosted-copilot-sdk | microsoft/azure-skills | 371,745 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-hosted-copilot-sdk.md |
| 24 | grill-me | mattpocock/skills | 344,270 | raw/articles/agent-skills-discovery-2026-06-19/mattpocock__skills__grill-me.md |
| 25 | azure-compute | microsoft/azure-skills | 342,530 | raw/articles/agent-skills-discovery-2026-06-19/microsoft__azure-skills__azure-compute.md |
Patterns
1. Skill discovery is itself a skill
vercel-labs/skills/find-skills is by far the highest-install item. Its core pattern is not domain execution, but routing: clarify what the user wants, check leaderboards, search by capability, verify quality signals, then offer installation. For Hermes, this maps cleanly to Agent-Skill-Discovery: skill search should be an explicit research workflow rather than an immediate install reflex.
2. High-quality skills use aggressive trigger descriptions
anthropics/skills/skill-creator explicitly says description is the primary trigger mechanism and should be slightly “pushy” to avoid under-triggering. Several official platform skills (Supabase, Azure Foundry, Cloudflare) put product names, error classes, tools, and negative scope directly in description:. This supports a Hermes convention: the description field should include concrete user phrases and boundary conditions, not just a terse summary.
3. Strong skills are workflow contracts, not tips
The most useful files define phases, preconditions, verification, and fallback paths. Examples:
microsoft-foundryresolves project context before acting, distinguishes azd defaults from real missing resources, and routes sub-skills.supabaseencodes security invariants: server-side user validation, RLS, storage access control, migration creation discipline.browser-act-skill-forgeseparates site exploration from reusable skill generation and insists on network/DOM verification.skill-creatorincludes eval loops and baseline-vs-skill comparisons.
4. Ecosystem clusters matter more than single skills
Large install counts cluster around ecosystems:
- Azure skills: many narrow operational skills with similar install counts around 390k–400k.
- Vercel/React/web-design skills: frontend production quality and deployment guidance.
- Media generation skills: inference.sh / RunComfy style wrappers for AI image/video generation.
- Matt Pocock engineering skills: grilling, architecture, TDD, docs-driven questioning.
- Browser automation skills: reusable website operation/extraction playbooks.
This suggests Hermes should not blindly import individual high-star skills. Better: understand repository-level methodology, then selectively adapt stable workflows into native Hermes skills where they match user needs.
Repo-level notes
vercel-labs/skills
Archived 1 records. Top: find-skills (2,090,813).
anthropics/skills
Archived 2 records. Top: frontend-design (563,409), skill-creator (276,616).
vercel-labs/agent-skills
Archived 2 records. Top: vercel-react-best-practices (486,987), web-design-guidelines (401,018).
vercel-labs/agent-browser
Archived 1 records. Top: agent-browser (462,789).
microsoft/azure-skills
Archived 20 records. Top: microsoft-foundry (402,629), azure-ai (400,113), azure-deploy (399,757), azure-diagnostics (399,676), azure-prepare (399,631).
remotion-dev/skills
Archived 1 records. Top: remotion-best-practices (379,264).
mattpocock/skills
Archived 3 records. Top: grill-me (344,270), improve-codebase-architecture (282,126), grill-with-docs (277,962).
qu-skills/skills
Archived 5 records. Top: ai-video-generation (320,046), remotion-render (319,718), ai-image-generation (319,534), ai-avatar-video (0), twitter-automation (0).
supabase/agent-skills
Archived 2 records. Top: supabase-postgres-best-practices (239,883), supabase (128,887).
firebase/agent-skills
Archived 3 records. Top: firebase-basics (85,853), firebase-auth-basics (85,146), firebase-hosting-basics (83,162).
expo/skills
Archived 3 records. Top: building-native-ui (52,823), native-data-fetching (42,019), upgrading-expo (38,021).
browser-act/skills
Archived 2 records. Top: browser-act (47,652), browser-act-skill-forge (37,630).
firecrawl/skills
Archived 3 records. Top: firecrawl-build-search (41,805), firecrawl-build-scrape (41,784), firecrawl-build-interact (41,688).
addyosmani/web-quality-skills
Archived 2 records. Top: accessibility (29,657), seo (27,191).
jimliu/baoyu-skills
Archived 3 records. Top: baoyu-post-to-wechat (29,219), baoyu-image-gen (27,120), baoyu-markdown-to-html (26,772).
antfu/skills
Archived 3 records. Top: vite (26,964), vue (26,669), vitest (23,591).
cloudflare/skills
Archived 2 records. Top: cloudflare (25,742), wrangler (23,664).
Takeaways for Hermes
- Treat external skills as source material until reviewed. Installing unreviewed community skills is unnecessary when the goal is learning patterns.
- Favor skills that encode: trigger clarity, prerequisite checks, tool-specific commands, fallback paths, verification gates, and “do not use for” boundaries.
- Avoid copying platform-specific commands directly unless Hermes has the same tools and environment. Translate the method, not the surface syntax.
- Good candidate themes to adapt into Hermes later: skill discovery/ranking, skill eval harness, architecture grilling, browser-skill forging, Supabase/Cloudflare/Expo operational runbooks, web quality/accessibility checklists.