Skip to content
Go back

Clean Up Bloated Skills & Plugins in Hermes

Edit page

hermes-screenshot

Background

Steps

1. Check what’s enabled

hermes skills list
6 hub-installed, 66 builtin, 28 local 100 enabled, 0 disabled

skill-list

2. Opt out & remove bundled skills

hermes skills opt-out --remove

I had already opted out earlier, so the marker was already present, and the removal of the unmodified bundled skills (66 → 4) still went through:

Already opted out marker was already present.

6 hub-installed, 4 builtin, 28 local 38 enabled, 0 disabled

skill-list-after

And to show the confirmation message, I ran the same command once more:

hermes skills opt-out --remove

Opted out of bundled skills. Future install / update / sync runs will not seed bundled skills into this profile.

3. Revert anytime (optional)

hermes skills opt-in --sync   # re-seed everything

This removes the marker and re-seeds the bundled skills, bringing back the core set if you ever change your mind.


Edit page
Share this post on:

Previous Post
OpenCode is Best for Me
Next Post
Unknown Unknowns