hermes-agent/skills
Brooklyn Nicholson d76d08360b docs(skills): add inspecting-hermes-desktop-dom
The port is only half of it. Ships the skill that tells the agent the
capability exists, when reaching for it beats reading .tsx, and how not
to hurt the user's running app while using it.

Lands in skills/software-development/ next to node-inspect-debugger,
which covers the same protocol for Node/perf work — this one is the
DOM/CSS half.

Load-bearing parts: don't relaunch or kill the user's app to get a port
(a mid-serve kill nukes Chromium's socket pool and the fallout gets
blamed on the last CSS edit); never dump the whole DOM into context;
prefer the maintained SELECTORS map to invented querySelectors; and
CDP answers factual questions only — whether it *looks* right is still
the user's call.
2026-07-27 23:58:54 -05:00
..
apple fix(skills): sync bundled + misc CLI skills to current upstream 2026-07-24 08:29:59 -07:00
autonomous-ai-agents feat(diff): cross-surface /diff with staged/all/session modes 2026-07-26 18:28:20 -07:00
creative fix(windows): sweep remaining bare read_text/write_text sites + linter rule 2026-07-24 17:10:39 -07:00
email docs(skills): fix himalaya CLI arg order and download flag 2026-06-20 20:42:49 -07:00
github fix(skills): parse stored GitHub credentials without scanner false positives 2026-07-26 20:59:26 -07:00
index-cache Release set of skills 2026-02-25 05:21:17 -08:00
media refactor(skills): move heartmula + audiocraft to optional-skills/creative 2026-07-23 19:47:21 -07:00
mlops fix(skills): sync bundled + misc CLI skills to current upstream 2026-07-24 08:29:59 -07:00
note-taking fix(skills): widen HERMES_HOME-aware .env resolution to all sibling skills 2026-06-10 15:10:11 -07:00
productivity fix(windows): sweep remaining bare read_text/write_text sites + linter rule 2026-07-24 17:10:39 -07:00
research docs(skills): fix broken related_skills references (#37338) 2026-07-24 07:54:05 -07:00
smart-home fix(skills): sync bundled + misc CLI skills to current upstream 2026-07-24 08:29:59 -07:00
social-media fix(skills): keep xurl SKILL self-contained; move x_search routing to gated surfaces 2026-07-23 21:06:47 -07:00
software-development docs(skills): add inspecting-hermes-desktop-dom 2026-07-27 23:58:54 -05:00