Writing Skills
Use when creating, revising, or validating Hermes skills so they are discoverable, reusable, and grounded in real successful workflows.
Karpathy Llm Wiki Obsidian
Set up or document a Karpathy-style LLM Wiki workflow in Obsidian, especially when raw material should live in Inbox and compiled knowledge should live in _wiki.
Ops Sentry
Build log monitoring systems that avoid duplicate alerts and false positives. Use when creating cron-based monitoring, log error tracking, or alert deduplication.
Subagent First
Default to subagents for all non-trivial work. Use this skill to decide when to delegate, how to partition work for parallel execution, and how to package bulletproof context to prevent subagent drift.
Subagent Collaboration Workflow
Use when Hermes should run a complete multi-role subagent workflow: decompose work, assign isolated planner/investigator/implementer/reviewer tasks, integrate results, and verify before claiming success.
Verification Before Completion
Use before claiming work is complete, fixed, or passing. Requires fresh verification evidence before any success claim.
Systematic Debugging
4-phase root cause debugging: understand bugs before fixing.
Web Reading Router
>
Hv Analysis
|
Obsidian Inbox To Wiki Ingest
Compile one or more raw Obsidian Inbox notes into the `_wiki/` layer using controlled source pages, selective downstream updates, and mandatory index/log maintenance.
User Friendly Cron Messages
Use when creating or refining any Hermes cron job whose final delivery goes to humans on Telegram or similar chat platforms. Prioritize user-readable alert design, compact default output, severity gating, and exception-driven expansion over exhaustive internal dumps.
Skill Optimizer
>
External Hermes Skills Lifecycle
Use when importing, installing, packaging, or publishing third-party Hermes skills so category placement, support files, discoverability, and open-source release surfaces stay correct.
Obsidian Wiki Lint Triage
Review the health of an existing `_wiki/` compiled knowledge layer, surface priority fixes, and triage backlog candidates. Use after initial wiki scaffolding or periodically during maintenance.