Skip to content

feat: show names of user-modified skills in bundled skill sync summary#28206

Closed
zccyman wants to merge 1 commit into
NousResearch:mainfrom
atyou2happy:fix/sync-skills-show-modified-names-28121
Closed

feat: show names of user-modified skills in bundled skill sync summary#28206
zccyman wants to merge 1 commit into
NousResearch:mainfrom
atyou2happy:fix/sync-skills-show-modified-names-28121

Conversation

@zccyman

@zccyman zccyman commented May 18, 2026

Copy link
Copy Markdown
Contributor

Problem

When hermes update syncs bundled skills, the summary line only shows the count of user-modified skills that were kept (e.g. 3 user-modified (kept)), but not which skills. Once the update finishes, the user has no way to know which skills need triage.

Closes #28121

Fix

Append the skill names to the summary line, truncated to 5 with a +N more suffix for long lists:

Done: 12 new, 3 updated, 7 unchanged, 3 user-modified (kept): hermes-agent, debugging-hermes-tui-commands, system-health. 25 total bundled.

Files Changed

  • tools/skills_sync.py — +6/-1 lines: append names list to user-modified summary

Testing

  • 45/45 tests passed in tests/tools/test_skills_sync.py

When 'hermes update' syncs bundled skills, the summary line only shows
the count of user-modified skills that were kept (e.g. '3 user-modified
(kept)'), but not *which* skills. Once the update finishes, the user
has no way to know which skills need triage.

Append the skill names to the summary line, truncated to 5 with a
'+N more' suffix for long lists:

  Done: 12 new, 3 updated, 7 unchanged, 3 user-modified (kept):
  hermes-agent, debugging-hermes-tui-commands, system-health.
  25 total bundled.

Closes NousResearch#28121
@teknium1

Copy link
Copy Markdown
Contributor

Merged via PR #28671 (cherry-picked onto current main with your authorship preserved via rebase-merge — commit 58591d9). Thanks for the contribution!

@teknium1 teknium1 closed this May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have tool/skills Skills system (list, view, manage) type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: show names of user-modified skills kept during bundled skill sync

3 participants