Today's GitHub Trending tells a story about where Agent ecosystems are heading.
openai/skills (490⭐ today) launched a "Skills Catalog for Codex"—an index of capabilities that coding agents can reference. cathrynlavery/diagram-design (1,020⭐) gives agents 38 editorial diagram types. ayghri/i-have-adhd (422⭐) stops agents from burying answers in walls of text.
The common thread? Agent output is evolving beyond plain text. Developers want agents that produce diagrams, structured outputs, and human-friendly formats. And they want a catalog of skills agents can call.
But here's the question nobody's asking: a catalog tells you what's possible. Who provides what's actual?
The Gap: Catalog vs. Capability
Imagine your agent needs to:
- Transcribe a 30-minute voice memo from a client meeting
- Run OCR on a scanned contract PDF
- Translate a Japanese technical spec into Chinese
- Proofread the final report for grammar and terminology
openai/skills says: "Here's a catalog. Go find the APIs."
iflytek/iFly-Skills says: "Here are the capabilities. Use them."
What is iFly-Skills?
iflytek/iFly-Skills is iFLYTEK's official skill collection—speech recognition, speech synthesis, OCR, translation, proofreading, and multimodal capabilities. Not a directory pointing to third-party services. The actual capabilities, backed by iFLYTEK's decades of work in speech and language AI.
Think of it this way: openai/skills is a restaurant menu. iFly-Skills is a fully stocked kitchen.
Pair It With astron-agent for the Full Loop
Capabilities alone aren't enough—you need orchestration. That's where iflytek/astron-agent comes in:
- iFly-Skills = perception layer (hear, see, read, translate)
- astron-agent = decision & orchestration layer (what to call, in what order, with what context)
Together: Perception → Decision → Execution. A complete multimodal agent that doesn't just list skills—it uses them.
The Bigger Picture
Today's trending repos reveal three shifts:
-
From text to multimodal:
diagram-design(visual output),i-have-adhd(human-friendly output) -
From ad-hoc to cataloged:
openai/skills(skills catalog),marketingskills(vertical skill packs) -
From reasoning to execution:
hyperframes(render video),camofox-browser(stealth browsing)
The next differentiator isn't "can your agent reason?" It's "can your agent perceive the real world—voice, documents, images—and act on what it perceives?"
iFly-Skills + astron-agent is one answer to that question. Not a catalog entry. A working kitchen.


Top comments (0)