Unlimited skill engine โ Hermes Agent 5-layer hybrid routing plugin.
Like a maรฎtre d' at a fine restaurant: you say "I'm hungry", they seat you at the best table โ no need to flip through a 400-dish menu.
See the Difference
Me: "Help me optimize my website" โ Before: AI confused, spits out irrelevant text
โ After: AI understands instantly, calls the "Performance Optimization" skill
Me: "Thanks, well said" โ Before: Still suggesting skills like a pushy salesperson
โ After: A quiet "you're welcome" โ just chatting normally
Architecture
ไปฃ็
User Query
โ
โผ
[1] Task Gate (rules + LLM hybrid)
โโโ Not a task โ skip (zero overhead)
โโโ Task โ
โ
โผ
[2] Exact Trigger Match โโโ Hit โ Top-3 injected
โโโ Miss โ
โ
โผ
[3] Trigger Word Overlap (overlap scoring) โโโ Hit โ Top-3 injected
โโโ Miss โ
โ
โผ
[4] Levenshtein Fuzzy (typo tolerance) โโโ Hit โ Top-3 injected
โโโ Miss โ
โ
โผ
[5] LLM Fallback (edge case catch-all) โ Top-3 injected
Features
Unlimited skills โ BM25 + trigger phrase matching, O(1) lookup, skill count doesn't affect latency
Bilingual CN/EN โ 2,918 trigger phrases covering real Chinese and English user queries
Self-training loop โ user corrections โ feedback log โ cron auto-training
Drift monitor โ runs 366 test cases daily at 4AM, alerts if accuracy drops >5%
Zero noise โ scores 0.5โ1.0 have meaning; no BM25 random guesses
100% local โ all indexes on-device, no external APIs
Install
ไปฃ็
ยท bash
hermes skills install https://github.com/wuykjl/unlimited-skills Install and go. Works in Chinese and English. Learns on its own. Monitors itself for drift.
Who's It For?
You say "write me a script", "deploy this", "check for security holes" โ daily
300+ skills installed and you don't know which ones are actually being used
You don't want to waste time thinking about "which skill to pick"
Acknowledgments
This project's skill routing is built on the open skill ecosystems of:
ECC (Enterprise Coding Conventions) โ 117-rule coding standard framework
Anthropic Skills โ Official Agent Skills repository
Claude Code Plugins โ Claude Code official plugin ecosystem
And all individual developers who contributed skills to the Hermes ecosystem