27 Hermes Skills total. Not OMP skills. Not other systems. Just Hermes Skills. Hyper-condensed. Emoji anchors. Direct paths. Zero fluff.


1. πŸ“Š Skill Table

#🏷️ SkillπŸ“‚ Cat🎯 PurposeπŸ”§ TriggersπŸ“ Path⚑ Practice🚨 Gotcha
1πŸ“ cs2docsSynthesisSession-to-cheat-sheet synthesis. Condense verbose sessions/codebases into high-density emojified quick-starts.condense, cheatsheet, cs to docs, PLAN.md, ultra deep reflective reasoning~/.hermes/skills/cs2docs/SKILL.mdRead ALL source files first. Never plan blind.Never skip PLAN.md step 1 (read code). Always emoji-anchor headers.
2πŸ›Έ docskurbyResearchHolistic scraping & Kurby compression. Hardcore research any tool/stack/topic into zero-fluff guides.deep research, scraping, documentation digest, compress~/.hermes/skills/docskurby/SKILL.mdLoop obsessively. Cross-verify. 100% semantic core.Don’t stop at first answer. YouTube blocks β†’ browser fallback.
3⚑ hermes-essentialsCoreMinimal Hermes skill kit: config, debugging, planning, TDD workflow.hermes config, debugging, plan mode, tdd workflow~/.hermes/skills/hermes-essentials/SKILL.mdhermes config set > direct writes. 4-phase debug. RED-GREEN-REFACTOR.config.yaml is PROTECTED. Use CLI, not file writes.
4🧠 skill-xrayDesignAgent profile synthesis blueprint. Dissects objectives β†’ Persona/Vibe/Skills/Talents/Knowledge/Power.skill xray, profile-crafter, agent profile, orchestrating agents~/.hermes/skills/skill-xray/SKILL.md3-stage: Deconstruct β†’ Profile β†’ Orchestrate. Choose topology.Always define entry/exit conditions. Validate hand-offs.
5πŸ”¨ skillforgeDesignProfile-Crafter & Agent Orchestrator. Deconstructs tasks β†’ crafts agent profiles β†’ orchestrates synergy.skillforge, agent-crafter, crafting agent profiles~/.hermes/skills/skillforge/SKILL.md5-stage: Parse β†’ Dissect β†’ Synthesize β†’ Synergize β†’ Verify.Each agent validates pre-flight. No blind execution.
6πŸ”Œ omp-suitePluginOMP Suite plugin: omp ACP agent + Routa kanban + wterm terminal. 17 endpoints.omp, routa, acp sessions, kanban lanes, wterm terminal, workspace, lane transitions~/.hermes/plugins/omp-suite/Shared process_registry.py. Return requires_acp_dispatch. WS auth via query_params.Don’t name DB tables tasks (collides with kanban_db). FK columns β†’ convert "" to None.
7πŸ”— superpower-pipelineResearchComposable research + web search pipeline. Query β†’ top-k results with credibility scores.research pipeline, web search, factual grounding~/.hermes/skills/superpower-pipeline/SKILL.mdSpecify source_type. Cross-verify 2+ sources. Handle rate limits.Max 2 fetch attempts. DuckDuckGo blocks β†’ check result count β†’ skip.
8πŸ”¬ superpower-researchResearchAuto-research svelte-flexiboards: GitHub, HN, Dev.to for features/bugs/insights.svelte-flexiboards, automated research~/.hermes/skills/superpower-research/SKILL.mdRequires GITHUB_TOKEN. Browser fallback (DuckDuckGo blocked).DuckDuckGo blocks all automated requests. Check count β†’ 0 = skip file.
9☒️ thermo-nuclear-reviewReviewExtremely strict maintainability review. Abstraction quality, giant files, spaghetti growth.thermonuclear review, deep code quality, maintainability audit~/.hermes/skills/thermo-nuclear-code-quality-review/SKILL.md7 non-negotiable rules. 13 review questions. Code-judo moves.Never approve β€œit works”. Flag dual registries, hidden side-effects.
10🧬 transcript-extractExtractExtract transcripts from URLs β†’ ultra-condensed markdown tables.transcript, extract, youtube, condense, markdown table~/.hermes/skills/transcript-extract/SKILL.mdMax 2 fetch attempts β†’ browser β†’ paste β†’ training knowledge. Never fabricate timestamps.YouTube blocks all server-side methods. 1 bot detection = ALL blocked. Stop immediately.
11πŸ’¬ discord-send-embedDevOpsDiscord embeds: buttons, dropdowns, modals. REST + discord.py.discord embed, discord-send-embed, send message~/.hermes/skills/devops/discord-send-embed/SKILL.mdSource .env in cron. store_msg_id=True + edit=True. Never plain text.Cron jobs DON’T inherit env. ALWAYS set -a; source ~/.hermes/.env; set +a.
12πŸ“Š discord-interview-dashboardDevOpsDiscord dashboard bot: multi-select dropdowns + buttons for interviews/surveys.discord-interview-dashboard, dashboard bot, interview dashboard~/.hermes/skills/discord-interview-dashboard/SKILL.mdUse discord.Client (not Bot class in 2.2.2). add_view() in on_ready(). Daemonize.Process dies when parent session ends. Use setsid/tmux/nohup.
13🧩 hermes-dashboard-pluginsDevOpsBuild dashboard plugins: dual-manifest, IIFE JS bundles, FastAPI routes, slot injection.dashboard plugin, plugin API routes, manifest.json, IIFE bundle~/.hermes/skills/devops/hermes-dashboard-plugins/SKILL.mdIIFE pattern (no ES modules). window.__HERMES_PLUGIN_SDK__. No tasks table.Routes loaded via spec_from_file_location β†’ NO relative imports. Use absolute imports.
14πŸ”§ hermes-plugin-developmentDevOpsFull plugin lifecycle: develop, configure, debug, deploy.plugin development, dashboard plugin, plugin lifecycle~/.hermes/skills/devops/hermes-plugin-development/SKILL.mdctx.log doesn’t exist β†’ use logging.getLogger(__name__).ctx.log AttributeError. Gateway caches PATH β†’ restart after npm i -g.
15πŸŒ™ nightly-sentinelDevOpsNightly diagnostic swarm: sessions, tools, kanban, cron health. 9 synthesis passes.nightly report, dream swarm, diagnostic pass, ecosystem audit~/.hermes/skills/devops/nightly-sentinel/SKILL.mdREAD-ONLY. 9 passes. dream.md local-only. Condensed Discord block (<2000 chars).Never edit anything. dream.md will be truncated by Discord.
16☁️ puterDevOpsDeploy apps on Puter. Puter.js SDK (auth, KV, FS, hosting). Zero-cost backend.puter, puter.js, puter deploy, puter.com~/.hermes/skills/devops/puter/SKILL.mdSingle-file HTML pattern. KV: 1KB key / 400KB value max.Auth requires user interaction. Self-hosted may be unreachable from cloud.
17πŸ’Ύ server-disk-opsDevOpsServer disk analysis: find space hogs, duplicates, safe cleanup.disk usage, server disk, cleanup, what's taking up space, du~/.hermes/skills/devops/server-disk-ops/SKILL.mdNever du -sh /* on large disks. Use fdupes (C binary). Target /var/log, node_modules, .venv.Python os.walk is SLOW. Use fdupes or find(1).
18πŸ“– hugo-fixitDocsHugo + FixIt theme. Setup, config, content, deployment.fixit, hugo theme, hugo fixit~/.hermes/skills/docs/hugo-fixit/SKILL.mdHugo >=0.156.0 extended. theme = "FixIt" conflicts with Modules.Fenced code blocks for Mermaid. Shortcode syntax fails in backticks.
19🌐 hugo-llm-wikiDocsSelf-discovering LLM-powered docs site. Hugo + vanilla JS dashboard + research pipeline.hugo-llm-wiki, llm wiki, self-discovering~/.hermes/skills/docs/hugo-llm-wiki/SKILL.mdReference page = SINGLE FILE content/llm-wiki-reference.md. Dashboard at static/dashboard/index.html.topic = "topics" breaks section JSON. Don’t declare unused taxonomies.
20🎨 svelte-flexiboards-dashboardFrontendSvelte 5 + svelte-flexiboards dashboard. Hermes data binding, Discord integration.svelte, flexiboards, svelte 5, dashboard~/.hermes/skills/frontend/svelte-flexiboards-dashboard/SKILL.mdNever await res.text() on HTTP error (hangs). $effect for async lifecycle.Vite dev HMR caches stale files. Kill + restart server.
21πŸ“‹ routas-backlog-refinerRoutaBacklog lane. Clarify scope, write YAML stories + acceptance criteria. NO code.backlog, refine task, yaml story~/.hermes/skills/routas-rs/backlog-refiner/SKILL.mdOne YAML story + acceptance criteria. Refuse vague descriptions.Don’t write code. Ever. Hand off to Todo Orchestrator.
22🚧 routas-blocked-resolverRoutaBlocked lane. Classify blockers, root cause, concrete next step.blocked, blocker, blocked lane~/.hermes/skills/routas-rs/blocked-resolver/SKILL.mdClassify: technical/resource/dependency. Provide next step.Never leave task in Blocked without actionable next step.
23πŸ”¨ routas-dev-crafterRoutaDev lane. Implement changes, run verification, commit, clean git.dev, coded, implementation, dev lane~/.hermes/skills/routas-rs/dev-crafter/SKILL.mdRefuse unless executable. Test β†’ commit β†’ clean git.Don’t code without executable scope. Never skip tests.
24πŸ” routas-review-guardRoutaReview lane. Verify ALL acceptance criteria. Reject scope creep/missing evidence.review, verify, review guard, review lane~/.hermes/skills/routas-rs/review-guard/SKILL.mdIndependent verification. Reject dirty git/broken lint/types.Evidence required. No task passes without proof.
25βœ… routas-done-reporterRoutaDone lane. Terminal. Completion summary + evidence justification.done, complete, done reporter, done lane~/.hermes/skills/routas-rs/done-reporter/SKILL.mdSummary: what, evidence, verification.No evidence = no Done. Ever.
26🎯 routas-todo-orchestratorRoutaTodo lane. Re-validate Backlog YAML, produce execution-ready brief.todo, validate, todo orchestrator, todo lane~/.hermes/skills/routas-rs/todo-orchestrator/SKILL.mdRe-validate YAML. Reject malformed cards. Produce brief.Don’t accept vague cards. Scope must be crystal clear.
27πŸ“š ssot-docs-custodianDocsOrchestrate map-reduce subagents to consolidate chaotic docs into a clean SSOT.docs custodian, cleanup docs, map-reduce ssot[[skills/ssot-docs-custodian]]Plan before mutate. Ensure 0 broken links. Map-reduce subagents.Never guess-destroy. Superseded must go to /archive/.

2. πŸ—οΈ Category Summary

πŸ“‚ CategoryCountπŸ”’ Skills (Path)
🧠 Synthesis & Research5cs2docs β€’ docskurby β€’ superpower-pipeline β€’ superpower-research β€’ transcript-extract
⚑ Core & Agent Design4hermes-essentials β€’ skill-xray β€’ skillforge β€’ thermo-nuclear-review
πŸ”Œ Plugin & DevOps8omp-suite β€’ discord-send-embed β€’ discord-interview-dashboard β€’ hermes-dashboard-plugins β€’ hermes-plugin-development β€’ nightly-sentinel β€’ puter β€’ server-disk-ops
πŸ“– Documentation3hugo-fixit β€’ hugo-llm-wiki β€’ ssot-docs-custodian
🎨 Frontend1svelte-flexiboards-dashboard
πŸ“‹ Routa Kanban6backlog-refiner β€’ todo-orchestrator β€’ dev-crafter β€’ review-guard β€’ done-reporter β€’ blocked-resolver (templates loaded via omp-suite hook)

3. πŸ”‘ Universal Patterns

🎨 PatternπŸ’‘ Rule
🧼 Zero FluffMax 2 sentences per paragraph. Strip ALL filler.
🎯 Emoji AnchorsEvery section header = meaningful emoji. Consistent landmarks.
πŸ“Š Table DensityTables > prose. Side-by-side > vertical.
🚨 Gotchas FirstTraps/warnings BEFORE solutions.
πŸ”— Link EverythingEvery tool/config/reference = clickable URL.
βœ… VerificationSelf-checklist in every skill.
πŸ“ File PathsAbsolute paths in backticks. Never relative guesses.
⚑ Trigger FirstCondition field = your entry point.

Updated: 2026-07-13 | Total: 27 skills | Locations: ~/.hermes/skills/ + ~/.hermes/plugins/omp-suite/ + quartz-ssot/content/skills/

Contents