hermes - 💡(How to fix) Fix Dedupe heavy shared skill directories across named profiles

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Current downstream workaround

A local downstream patch adds a profile-level dedupe helper for the heavy shared skill case and keeps profile skill copies symlinked to the canonical install.

RAW_BUFFERClick to expand / collapse

Problem

Profile clone/sync workflows can duplicate large shared skill directories into every named profile. Heavy skills with bundled dependencies or browser tooling can add gigabytes per profile and cause avoidable disk growth.

Expected behavior

Profile operations should preserve or create symlinks for known shared/heavy skill directories when the profile copy matches the canonical default-profile copy, instead of materializing duplicate trees.

Current downstream workaround

A local downstream patch adds a profile-level dedupe helper for the heavy shared skill case and keeps profile skill copies symlinked to the canonical install.

Notes

This issue is about safe deduplication during profile operations, not deleting arbitrary profile-specific skills.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Profile operations should preserve or create symlinks for known shared/heavy skill directories when the profile copy matches the canonical default-profile copy, instead of materializing duplicate trees.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Dedupe heavy shared skill directories across named profiles