What problem does it solve? Hermes project documentation drifts out of sync with the live installation as skills are added, removed, or renamed and as official Hermes docs evolve. This Skill detects and resolves that drift systematically instead of relying on ad-hoc manual checks. ## Core Features & Use Cases - Skill Inventory Diffing: Parses hermes skills list output with Python and runs set-difference analysis against documented skill lists to find new, removed, or renamed skills. - Count & Reference Synchronization: Updates seven counting touchpoints across hermes-acquired-skills.md and setup-skills.sh, then cleans stale references via global grep with replace/mark/delete triage. - External Documentation Audit: Downloads the official Hermes LLM-context docs, extracts structure, cross-compares against project docs, and produces a phased P0/P1/P2 gap plan. - Use Case: After a hermes-agent version upgrade, run this Skill to diff the skill inventory, update all count references, check for new slash commands and toolsets, and sync EVOLUTION.md in one pass. ## Quick Start Ask the agent to diff the installed Hermes skills against the project documentation and update all outdated counts and references.