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:
teknium1 2026-07-23 20:26:32 -07:00 committed by Teknium
parent 26685a9f34
commit 73b01fb7b6
12 changed files with 12 additions and 12 deletions

View file

@ -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)