mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-25 17:18:11 +00:00
docs(skills): fix remaining 13 broken related_skills refs repo-wide
Widening pass on top of the #38820 salvage: a full-graph audit of every
SKILL.md (bundled + optional) found 13 more references to skills that
no longer exist. Classes:
- deleted in the 38d3c49aaf bundled-skill cleanup: generative-widgets,
spotify, cloudflared-quick-tunnel, webhook-subscriptions,
debugging-hermes-tui-commands -> dropped
- native-mcp absorbed into the hermes-agent hub skill -> re-pointed
- toolset names that were never skills: browser, image_gen -> dropped
Audit now reports zero broken related_skills references.
This commit is contained in:
parent
26685a9f34
commit
73b01fb7b6
12 changed files with 12 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ platforms: [linux, macos]
|
|||
metadata:
|
||||
hermes:
|
||||
tags: [debugging, python, pdb, debugpy, breakpoints, dap, post-mortem]
|
||||
related_skills: [systematic-debugging, node-inspect-debugger, debugging-hermes-tui-commands]
|
||||
related_skills: [systematic-debugging, node-inspect-debugger]
|
||||
---
|
||||
|
||||
# Python Debugger (pdb + debugpy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue