@shannholmberg: Hermes Agent just shipped skill bundles I used to do this myself with skill-chains (one skill that referenced and calle…
Summary
Hermes Agent has added native support for skill bundles, allowing multiple skills to be triggered together. The author advises bundling only logically chained workflows to avoid conflicting instructions.
View Cached Full Text
Cached at: 05/21/26, 05:38 PM
Hermes Agent just shipped skill bundles
I used to do this myself with skill-chains (one skill that referenced and called multiple other skills), now it’s native and better
but you need to be careful about how you use them
when you trigger a bundle, the agent receives every skill in that bundle loaded into a single user message. any text after the slash command gets attached as your instruction. this means the quality of your output depends entirely on how well those skills compose together.
if you stack five skills that don’t naturally connect, you end up with conflicting instructions firing at once. the agent gets confused and output drifts.
here’s a rule for it, bundle workflows that chain together logically. something like research → ideate → write → critic works because each step feeds the next. bundling random utility skills just because they’re useful in the same project will create noise.
start with the workflows you’ve run more than twice this week. if you keep triggering the same three skills in sequence, bundle them. if you’re just grouping skills for convenience, keep them separate.
Similar Articles
@akshay_pachaar: skill bundles in Hermes agent. i found this to be the most underrated feature in Hermes. real workflows need clusters o…
Akshay Pachaar highlights the underrated 'skill bundles' feature in Hermes agent, which groups multiple skills into a single YAML file for efficient workflow execution, with design choices like skipped missing skills and team sharing via Git.
@Teknium: Hermes Agent now can orchestrate the @OpenHandsDev agents with a new optional skill! `hermes update` then do `hermes sk…
Hermes Agent now supports orchestrating OpenHands agents via a new optional skill, joining existing built-in skills for Claude Code, Codex, OpenCode, and Hermes itself.
@Saboo_Shubham_: This is AWESOME. HERMES Agent does something similar out of the box. Look at what I keep asking for in the telegram cha…
A tweet highlights that Hermes Agent can identify repeated workflows and turn them into reusable skills or custom subagents, with a call to action for Codex users.
@akshay_pachaar: self-evolving skills in Hermes agent. i found this to be the most powerful feature in Hermes. the agent doesn't just so…
Hermes agent features self-evolving skills that save successful troubleshooting procedures as reusable skill files, automatically managed by a background Curator to merge or archive skills without data loss.
@NFTCPS: Hermes ecosystem exploded this week, community developers turned it into an Agent mall! Link: https://github.com/amanning3390/hermeshub… hermeshub — skills can be installed/uninstalled like apps, and you can even pay to buy them, Age…
HermesHub is a curated skills registry for Hermes Agent by Nous Research, enabling installation and sharing of verified skills with automated security scanning and a creator marketplace.