Today's GitHub Trending reveals a pattern worth paying attention to.
VoltAgent/awesome-agent-skills — a curated collection of 1000+ agent skills, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
K-Dense-AI/scientific-agent-skills — 163 ready-to-use validated skills for science, used by 175,000+ scientists worldwide.
tt-a1i/archify — a single Agent skill for beautiful, verifiable architecture diagrams, self-contained HTML.
The supply side of Agent skills is booming. But here's the gap nobody talks about:
Discovery is not governance.
Imagine deploying 1000+ skills into your company's Agent stack. The questions that follow aren't about finding skills — they're about controlling them:
- Who can call this skill? Not everyone should access the OCR pipeline that processes customer documents.
- How do we roll back a broken version? Skill v2.1 broke production. Who approved it? How fast can you revert?
- What did this skill do, when, and who triggered it? Compliance needs an audit trail. A curated list doesn't give you one.
This is the gap between 「awesome list」 and 「enterprise-ready.」
The missing layer: a self-hosted skill registry
iflytek/skillhub is built for exactly this:
- Skill package publishing — register skills as versioned packages, not loose files
- Version management — upgrade, rollback, pin specific versions per environment
- RBAC permissions — control who can publish, who can call, who can admin
- Audit logs — every skill invocation is traceable
It's open source and self-hosted. You own the governance layer, not a third-party API.
The supply side: official validated skills
A registry is only as useful as the skills in it. iflytek/iFly-Skills provides iFLYTEK's official skill collection — voice recognition, OCR, translation, proofreading, and multimodal capabilities. These are production-grade skills, validated by a real company, ready to register in your skillhub instance.
The full stack
| Layer | What it solves | Example |
|---|---|---|
| Discovery | Where do I find skills? | awesome-agent-skills (1000+ list) |
| Validation | Are these skills tested? | scientific-agent-skills (validated) |
| Governance | How do I manage skills in production? | iflytek/skillhub (registry + RBAC + audit) |
| Supply | Where do official skills come from? | iflytek/iFly-Skills (voice, OCR, translation) |
The pattern is clear: the Agent skill ecosystem is maturing beyond 「look how many skills exist」 toward 「how do we manage them at scale.」 If you're deploying Agent skills in any enterprise context, you need a registry — not just a list.


Top comments (0)