skills/productivity/wiki-upkeep/SKILL.md
Maintain a local Hermes/knowledge wiki — link checks, index pages, stale sections, and safe edits.
npx skillsauth add helix4u/hermes-agent wiki-upkeepInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use when the user wants to clean up, validate, or reorganize a wiki served by Hermes (/wiki-host) or a static HTML/Markdown wiki tree under their workspace.
search_files / read_file before patching.patch over rewriting large files.knowledge_wiki.html at the wiki host root.TODO, FIXME, or dated “last updated” lines — confirm or refresh.HERMES_HOME / workspace convention).search_files for *.html, *.md under that root (respect .gitignore / project layout).read_file on index and high-traffic pages.patch for fixes; use write_file only for new small pages.If the gateway hosts the wiki, remind the user that CHANGELOG.md (repo root) and user-facing behavior notes should stay in sync when wiki content documents product behavior.
development
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
development
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.
development
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
development
Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).