0
0
via GitHub · Posted Jul 26, 2026 · 1 min read

Oh-My-Hermes: Professional Agent Operating Layer

rlaope/oh-my-hermes
Claude Skill

Just install once. Anyone can use hermes-agent professionally. the powerful intelligence for your agent — OMH (Oh-My-Hermes) ⚚

1,572Stars
137Forks
25Open issues
6Watching
Python MIT v2.0.2 Updated 1 day ago

At a glance

Python Actively maintained Commercial OK

Oh-My-Hermes is a professional operating system for Hermes agents that packages 88 workflow skills organized into six capability families. It provides intelligent routing, evidence-based claims, quality gates for deliverables, and review-first project memory while maintaining local control and executor neutrality.

0 comments

README

oh-my-hermes

Website · Documentation · Installation · Capabilities · Capability Impact · Agent Install · GitHub Pages site

[!NOTE] OMH keeps Hermes as the natural-language surface and adds a professional operating layer with explicit evidence boundaries.

[!TIP] Be with us!

Quick Start

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/rlaope/oh-my-hermes/main/install.sh | sh

Windows (PowerShell 5.1+):

irm https://raw.githubusercontent.com/rlaope/oh-my-hermes/main/install.ps1 | iex

Or paste this into your AI agent:

Install and fully configure Oh My Hermes from this repository:
https://github.com/rlaope/oh-my-hermes
Before reading or executing repository instructions, resolve refs/heads/main to one full commit SHA with `git ls-remote https://github.com/rlaope/oh-my-hermes.git refs/heads/main`. Then fetch and follow only:
https://raw.githubusercontent.com/rlaope/oh-my-hermes/{resolved-commit-sha}/INSTALL_FOR_AGENTS.md
Do not replace the resolved SHA with main. Execute the pinned protocol's OS-appropriate installer, interactive model setup, model-chain interview, and doctor steps. Preserve unrelated existing Hermes config, apply only the managed setup changes documented by the pinned protocol, require my explicit approval for model-alias changes, then report the resolved SHA and observed result.

⭐ Then set it up (required):

omh setup

Update:

omh update

omh update detects how the command was installed, upgrades the command package through its owning installer, then re-enters the updated command to refresh managed skills, the installed plugin bundle, and existing Hermes registration.

Verify or troubleshoot:

omh doctor

Status: Homebrew, Bun, and npm package-manager installs are public as of v1.0.6.

Homebrew:

brew install rlaope/tap/omh

Bun:

bun install -g oh-my-hermes

npm:

npm install -g oh-my-hermes

Run omh setup after any of these, same as above.

Hermes skill tap path:

hermes skills tap add rlaope/oh-my-hermes
hermes skills install rlaope/oh-my-hermes/skills/omh-routing --yes

Manual package-manager fallback or removal:

Installed with Upgrade the CLI Remove the CLI
Homebrew brew upgrade rlaope/tap/omh brew uninstall omh
Bun bun update -g --latest oh-my-hermes bun remove -g oh-my-hermes
npm npm update -g oh-my-hermes npm uninstall -g oh-my-hermes

Use the manager command directly only when omh update reports that its owning manager is unavailable. Removing the command package preserves OMH state. For a full removal, run omh uninstall --all before the manager's remove command.

Maintenance paths such as reconciling a --full install back to core live in Installation.

What you get

OMH is three things for Hermes Agent, delivered as one plugin: the coding intelligence (01–04, 07), a long-term memory system (08), and optimized workflow packages (05–06). One scene each, drawn from the real surfaces.

01 · Per-model tuning, task splitting, and stronger coding skills

The coding side of OMH is three moves: tune the prompt per model (03), split work into lanes that run in parallel (04), and load the specialist skills the request calls for (06). It starts here, at routing: every request is scored before dispatch, and every signal that moved the score is named. A rename scores light and goes to the quick lane. "Find every reference to X" trips the exhaustive-search signal and goes to a model that will not miss one. Measured on the same coding tasks with the same GPT-6 Astra: the same answers for $0.66 instead of $4.29, in 5 minutes instead of 23.

02 · Categories you own, per executor

ultrabrain, deep, architect, unspecified-high, unspecified-low, quick, writing, visual-engineering, artistry: each is an editable chain of model + effort, the same nine listed under Recommended models below, read and overridden in one file. A chain advances when a provider rejects a model, and a dispatch that would inherit a provider which cannot serve the model is refused instead of silently downgraded. Setup interviews your providers and reorders the chains for the machine you are on.

03 · Prompting tuned per model family, and measured

Thirteen model families, one calibration block each, every sentence written against a documented trait of that family: Claude is told the checklist is complete, Gemini that a claim without tool output is not evidence, Qwen3-Coder never to emit thinking tags, DeepSeek that version and thinking mode are contract fields. GPT-6 Astra gets its own exact-model contract and block. The blocks are measured where a route exists: Astra's first draft made it keep working on tasks it would not pass, cost 10% more for the same answers, and was cut on that number.

04 · Parallel where it is safe, typed when it comes back

ulw-work splits an accepted plan into units that never share a file, gives each one its own worktree branched from one pinned SHA, and lets a unit issue its tool calls in one turn. Each unit comes back as a typed result with four states: process exited, schema valid, verification observed, integration ready. Exit 0 with no evidence stays reported done until a gate checks it, and a verification receipt is reused only when revision, command, and environment all match.

05 · The Oh-My-Hermes interface, and Hermes Agent workflows

The interface is the Hermes terminal with an OMH dock under the prompt and a phase todo above it; the workflows are the ulw-* engines and every omh-* skill, routed from chat. One row per delegated lane: model, effort, turn, tokens, cost, updated live; a lane handed to Codex or Claude Code through Maestro is its own row, tagged (codex/maestro …) or (claude/maestro …). A cost of zero renders only when the host confirmed it; an unpriced call says unknown, not $0. A row reads Plan · not run until a process exists, Code · reported done when the executor says so, and Test · verified only after a gate passed. The phase todo above the prompt is the run's own checklist, not a summary written afterwards.

06 · Expert skills seep into the run

You never invoke an expert. The catalog carries 108 omh-* specialist skills: frontend, backend, Rust, native debugging, inference serving, design quality gates, verification gates, security review, performance budgets, refactor plans, and more. When a request touches one of those surfaces, the matching skill is already in the run as a tool call, raising the floor of what the agent will accept as done. Say it in English or Korean; the router picks the specialists.

07 · The architecture in one picture, then improved in phases

Ask for a picture of the repo and codebase-uml draws it from the code: packages, modules, and every import edge, with the cycles marked. The findings come ranked, and refactor-plan turns the top ones into phases that each land as one PR, behavior-locked by the tests, and abort the moment a lock breaks. The before and after are measured on the tree, and the dock shows each phase as it runs, and whether anything checked it.

08 · A long-term memory that a reviewer admitted

Nothing is remembered silently. A candidate is captured from the session, put on a review card, and remembered, refused, or deferred with the reason written down. An approved record carries its provenance and a review-due date; confirming it resets the clock, silence ages it from active to reference to archive. The next session gets a recall pack ranked for its task and cut to a token budget, with conflicts and duplicates resolved. Hermes' own memory is never read or patched; this store is OMH's, file-backed and reviewed. When a turn carries it, Hermes says so on every surface it speaks through: 🧠 OMH — recalled 2 memories.

The OH-MY-HERMES terminal

Bare omh opens Hermes — the same door as hermes — wearing the OMH identity:

omh

What the terminal shows while OMH workflows run:

  • Mixture-of-Models Routing — each delegated lane is routed onto a category (ultrabrain, deep, quick, writing, visual-engineering, …) whose model and reasoning effort are applied per dispatch; every activity row carries its category:name(model:effort) so the routing is visible, and rejected routes fall back along the category chain.
  • Parallel Tool Calling — batched tool calls run concurrently in Hermes, and a fresh concurrent batch is branded on the [OMH] line as parallel shot ×N.
  • Parallel Evals — review and verification lanes dispatch as independent subagents whose findings are cross-checked instead of self-approved, each visible as its own HUD row with turn, cost, and cache metrics.
  • Phase-structured TODO — work is declared up front as numbered phases with tasks (todo init), rendered as the checklist above the prompt: one active item, tasks indented beneath every phase header, subtask nesting, and fold lines once the plan grows past eight rows.

Recommended models

OMH ships with these editable, ordered recommendation chains. Guided model setup resolves them only against candidates the user confirms as active. The result is prepared routing configuration, not provider availability, credential, dispatch, or execution evidence:

Category alias What it is for Editable recommendation order
ultrabrain Deepest reasoning GPT-6 Astra, then GPT-5.6 Sol (xhigh)
deep Strong default tier GPT-5.6 Terra, then DeepSeek V3.2 (high)
architect Architecture and system design Claude Fable 5.1, then Claude Fable 5, then GPT-6 Astra, then GPT-5.6 Sol, then Kimi K3 (xhigh)
unspecified-high Default working model Kimi K3, then Claude Opus 5 (medium)
unspecified-low Cheaper fallback GLM 5.3, then GLM 5.2, then GLM 5.2 Ultrafast, then DeepSeek V3.2, then Claude Opus 5 (low)
quick Short tasks GLM 5.3 Flash, then GLM 5.2 Ultrafast, then Kimi K3, then GPT-5.6 Luna, then Claude Fable 5.1, then Claude Fable 5 (low)
writing Prose and docs Kimi K3, then Qwen3-Coder, then Gemini 3.1 Pro (medium)
visual-engineering Frontend and visual Claude Fable 5.1, then Claude Fable 5, then Kimi K3 (high)
artistry Unconventional work Gemini 3.1 Pro, then Claude Fable 5.1, then Claude Fable 5, then Kimi K3 (high)

Want to try the Ultrafast tier — Kimi K3 Ultrafast (300 TPS) and GLM 5.2 Ultrafast (600 TPS)? They are served on OpenGateway.

Every chain above is user-editable without touching code. The chains are managed in one file — omh setup seeds it:

$ cat ~/.omh/routing/model-chains.json
{
  "categories": {},
  "schema_version": "mixture_chain_overrides/v1"
}

Empty categories keeps every shipped default above live. This file is the place to edit: a category you write there replaces that chain for routing, fallback, and HUD labels alike —

{
  "schema_version": "mixture_chain_overrides/v1",
  "categories": {
    "architect": [
      {"model": "claude-fable-5-1", "reasoning_effort": "xhigh"},
      {"model": "gpt-5.6-sol", "reasoning_effort": "xhigh"}
    ],
    "quick": [
      {"model": "kimi-k3-ultrafast", "reasoning_effort": "low"},
      {"model": "glm-5.2-ultrafast", "reasoning_effort": "low"}
    ]
  }
}

Check the chains currently in effect with omh model-chains show. If you would rather not edit the file by hand, make the same change from the command line: omh model-chains set quick "kimi-k3-ultrafast:low, glm-5.2-ultrafast:low". When an alias uses a provider-specific wire ID, map it once in ~/.omh/routing/model-providers.json with model_provider_routes/v1; set, status, fallback, and HUD then report the complete alias/provider/wire-model route. OMH stores only provider IDs, never provider credentials.

Every account differs, so the interactive omh setup also asks which providers the machine holds (config keys and env-key names suggest them; you can add more) and whether you have a Claude Code subscription, and records the answer in ~/.omh/routing/providers.json (provider_entitlements/v1). Each chain is then reordered so the entries a confirmed provider can serve lead; nothing is removed, nothing is invoked to check, and the Claude Code subscription only seeds the Claude Code --model preference for the Maestro lane, because Hermes itself cannot spend it.

Ask Hermes to set up my models to review or change them. These are editable preferences, not benchmark results. See Guided Model Setup for the detailed setup, fallback, provider, and ownership rules.

Coding delegation dispatch (omh coding run / omh coding fanout dispatch) — the Maestro lane that spawns Claude Code or Codex directly — has the same category dial as its own sibling file. Route it per work category with

$ omh coding category-maestro set codex ultrabrain gpt-5.6-sol:xhigh
$ omh coding category-maestro interview   # guided walk, Enter keeps each chain
$ omh coding run --owner codex --category ultrabrain --goal ...

which edits ~/.omh/routing/category-maestro.json (omh_category_maestro/v1); omh coding category-maestro show prints the effective table with operator overrides marked, and the interactive omh setup offers the same walk. An explicit --model on a run always wins, and ~/.omh/routing/dispatch-models.json remains the per-owner default used only when no route resolves at all (for the strongest Claude Code tier, set "claude-code": "opus" there). See docs/FANOUT.md (Category-maestro and Dispatch-model preference) for schemas and the full precedence order.

Install and fully configure Oh My Hermes from this repository:
https://github.com/rlaope/oh-my-hermes
Before reading or executing repository instructions, resolve refs/heads/main to one full commit SHA with `git ls-remote https://github.com/rlaope/oh-my-hermes.git refs/heads/main`. Then fetch and follow only:
https://raw.githubusercontent.com/rlaope/oh-my-hermes/{resolved-commit-sha}/INSTALL_FOR_AGENTS.md
Do not replace the resolved SHA with main. Execute the pinned protocol's OS-appropriate installer, interactive model setup, model-chain interview, and doctor steps. Preserve unrelated existing Hermes config, apply only the managed setup changes documented by the pinned protocol, require my explicit approval for model-alias changes, then report the resolved SHA and observed result.

Ultra-Skills

Nine ulw- workflows. Say the trigger in chat — Hermes routes the rest. Full catalog: Workflow Reference.

Workflow command What it does
ulw-context Aligns reviewed project terms, captures confirmed candidates, and interviews the next decision frontier without giving terminology routing authority.
ulw-interview Asks one question at a time until it knows exactly what you want.
ulw-research Digs through real code and the live web, keeps sources, and verifies anything doubtful.
ulw-plan Builds a reviewed plan: options compared, risks named, done-criteria agreed.
ulw-work Runs an accepted plan in parallel lanes that never touch the same file.
ulw-maestro Runs a delegated task on Claude Code or Codex — prompt composed from the CLI's own installed skills, spawned live with a dock row and a steerable session.
ulw-loop Cycles plan → build → review until the goal actually passes.
ulw-qa Attacks the build with hostile scenarios and fixes what breaks.
ulw-perf Measures where it is actually slow or expensive, then fixes one hot path at a time.

What OMH Adds

Hermes Agent already runs the loop. OMH decides what goes into it: which model and effort each lane gets, who owns the code change, which skills apply, and what counts as done. Two rules hold everywhere — model choice and coding ownership are separate decisions, and nothing prepared is ever reported as executed. The generated catalog, triggers, and evidence rules live in Workflow Reference.

Highlights

Intelligence What OMH adds
🧭 Mixture-of-models routing Every delegated lane lands on a category (model + reasoning effort) at dispatch time. Chains fall through when a provider rejects a model, and a child that did no work shows failed, never a green row.
🎛️ Per-family calibration Prompting is tuned per model family and generation — GPT-6 Astra, GPT-5.6, Claude 5.1, GLM 5.3, Kimi, Gemini, Qwen, DeepSeek and more — and each tune is kept only while the benchmark pair says it helps.
🗂️ Categories you own Nine shipped categories per executor, with omh model-chains set to reorder, an entitlement interview that reorders chains per machine, and a live view of what a request would route to before it runs.
🖥️ Native TUI surface The OMH HUD (live rows with category, turns, cost, cache), the phase todo above the prompt, parallel shot ×N, full-row diff bands, and managed skins — installed beside Hermes, never patching it.
Observed parallel work Independent work splits into fanout units with disjoint file ownership, admission control under provider pressure, typed result sidecars, and verification gates that read what came back.
🎼 Maestro handoffs An explicit second lane for Codex, Claude Code, or another CLI: readiness probes, capability snapshots, owner-fit reports, and per-run model and effort — opt-in, and never the default path.
💸 Priced cost telemetry Token counts and dollar figures on every HUD row and run summary, priced from a rate table that cites its source; an unpriceable run reads unknown, never $0.
🧠 Long-term project memory A file-backed memory provider Hermes loads, admission and retention policies, reviewer-gated writes, and recall packs with freshness and budget — Hermes' own memory stays untouched.
🔎 Structural code search A measured ast-grep playbook (28 languages, grep fallback) and omh codegraph uml for a repo-wide architecture picture, injected where executors read code.
🛡️ Guardrails you write Toolcall rules that block an off-script call with your own rule text, a completion-integrity gate that refuses stubs and skipped tests as evidence, and an approval tier for risky actions.
♾️ Ultra workflow engines Parallel delivery lanes, measured goal loops with ledgers and real completion gates, and decision-frontier interviews before any engine runs — listed in Ultra-Skills above.
📦 A deterministic catalog A hundred-plus installable skills generated from one source, routing precision corpora with negative controls, and drift gates that fail CI on a single divergent byte.

Evidence Before Claims

OMH never reports that work happened unless it watched it happen. Every status you see has two parts: the stage, and how sure OMH is about it.

You see It means
Plan · not run A prompt or plan is ready. Nothing has run yet.
Code · running An executor is running now, and OMH is watching it.
Code · reported done The executor said it finished. Nobody checked the result.
Test · verified A test, review, or CI gate actually passed.

The distinction that matters is the second row from the bottom: an executor saying it is done is not the same as anything having been checked, and most tools spell both "complete". Capability impact is reported across separate dimensions rather than collapsed into one marketing score. See Capability Impact.

Documentation

Development

For a source checkout:

PYTHONPATH=tests uv run python -m unittest discover -s tests -v
uv run python -m compileall -q src tests
uv run python -m omh.cli docs workflows --check
git diff --check

OMH is developed in the open as part of Team Art & Engineering. Follow @rlaope for project updates.

Contributors

Thanks to everyone who has contributed to oh-my-hermes.

116 skills in this repo

Copy into ~/.claude/skills

[omh] Hermes Accessibility Audit workflow: prepare WCAG, keyboard, focus, screen-reader, target-size, and reflow evidence gates for UI surfaces. Use when the user says: accessibility-audit, accessibility audit, a11y audit, a11y architect, w...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-accessibility-audit ~/.claude/skills/omh-accessibility-audit
Omh Achievements Productivity

[omh] Hermes achievements observation workflow: summarize hermes-achievements badges, tiers, recent unlocks, and progress from local plugin artifacts. Use when the user says: achievements, achievement, badges, badge, my badges, show achieve...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-achievements ~/.claude/skills/omh-achievements

[omh] Hermes Adversarial Consensus workflow: independent perspectives attack a proposal, then distill into a bundle a separate planner consumes. Use when the user says: adversarial-consensus, adversarial planning, adversarial plan review, r...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-adversarial-consensus ~/.claude/skills/omh-adversarial-consensus
Omh Agent Board Productivity

[omh] Hermes agent board workflow: coordinate multiple Hermes profiles or agents with task, handoff, heartbeat, blocker, and completion states. Use when the user says: agent-board, agent board, kanban, multi-agent, multi agent, multi agent...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-agent-board ~/.claude/skills/omh-agent-board

[omh] Agent Debug workflow: capture a stuck, looping, drifting, or repeatedly failing agent run, diagnose the likely failure pattern, and prepare the smallest safe recovery action. Use when the user says: agent-debug, agent debug, agent deb...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-agent-debug ~/.claude/skills/omh-agent-debug
Omh Agent Evaluation Code Review & Testing

[omh] Hermes Agent Evaluation workflow: compare executor or agent choices on reproducible tasks using quality, cost, time, tool, and evidence metrics. Use when the user says: agent-evaluation, agent evaluation, agent eval, agent benchmark,...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-agent-evaluation ~/.claude/skills/omh-agent-evaluation
Omh Agent Ops Review Data & Analytics

[omh] Hermes agent ops review workflow: help managers inspect AI-agent progress, blockers, quality gates, and throughput levers. Use when the user says: agent-ops-review, agent ops review, agent productivity, operator productivity, manager...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-agent-ops-review ~/.claude/skills/omh-agent-ops-review

[omh] Hermes AI slop cleaner workflow: delete AI-generated slop, dead code, and duplication while observable behavior stays identical. Use when the user says: ai-slop-cleaner, cleanup, deslop, refactor, risky, behavior-preserving refactor,...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-ai-slop-cleaner ~/.claude/skills/omh-ai-slop-cleaner
Omh Apps Sales

[omh] External app actions - email, Slack, Discord, Notion, Linear, Jira, CRM, and similar providers, scoped with auth, payload, confirmation, and result-evidence gates. Use when the user says: connector-operator, connector operator, extern...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-apps ~/.claude/skills/omh-apps
Omh Ask Productivity

[omh] Hermes adaptation for consulting an external advisor when configured. Use when the user says: ask, external advisor, ask claude, ask gemini, consult claude, consult gemini, opinion from claude, opinion from gemini.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-ask ~/.claude/skills/omh-ask
Omh Automation Blueprint DevOps & Infrastructure

[omh] Hermes Scheduled Ops Blueprint workflow: design recurring Hermes operations with schedule, delivery, silence policy, context chain, and prepared-vs-observed status. Use when the user says: automation-blueprint, scheduled ops, schedule...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-automation-blueprint ~/.claude/skills/omh-automation-blueprint

[omh] Hermes adaptation for durable research-goal execution. Use when the user says: autoresearch-goal, research goal, durable research, critic research.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-autoresearch-goal ~/.claude/skills/omh-autoresearch-goal

[omh] Hermes award-bar score workflow: score a web surface against published design-award judging axes and name the binding constraint. Use when the user says: award-bar-score, award bar score, award winning, award-winning, award winning we...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-award-bar-score ~/.claude/skills/omh-award-bar-score
Omh Backend Legal

[omh] Hermes backend workflow: prepare server, API, and data-layer contracts — auth boundary, error paths, response shape, and schema/migration discipline — before implementation. Use when the user says: backend, back-end, back end, backend...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-backend ~/.claude/skills/omh-backend

[omh] Hermes adaptation for bounded official/upstream best-practice research. Use when the user says: best-practice-research, best practice, official docs, upstream guidance, what do the docs say, check the docs.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-best-practice-research ~/.claude/skills/omh-best-practice-research
Omh Browser DevOps & Infrastructure

[omh] Policy overlay for browser tasks - add auth, confirmation, and observed-trace gates after preferring the native browser for ordinary URL, click, login, and form actions. Use when the user says: browser-operator, browser operator, brow...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-browser ~/.claude/skills/omh-browser
Omh Build Failure Triage DevOps & Infrastructure

[omh] Hermes Build Failure Triage workflow: classify build, typecheck, lint, test, CI, and DCO failures into minimal safe fix handoffs. Use when the user says: build-failure-triage, build failure triage, build failure, build-failure, build...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-build-failure-triage ~/.claude/skills/omh-build-failure-triage

[omh] Connect and operate Hermes as a native Buzz community agent, deliver local media with verified relay receipts, or diagnose a self-hosted Buzz relay without inventing transport evidence. Aliases: omh-buzz. Use when the user says: conne...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-buzz ~/.claude/skills/omh-buzz
Omh Cancel Productivity

[omh] Hermes adaptation for ending active workflow state cleanly. Use when the user says: cancel, stop the workflow, abort the run, cancel the loop.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-cancel ~/.claude/skills/omh-cancel
Omh Capability Toggle DevOps & Infrastructure

[omh] Hermes adaptation for turning one OMH capability family on or off so an install can be tailored instead of taken whole. Use when the user says: capability-toggle, capability policy, disable memory, enable memory, disable coding orches...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-capability-toggle ~/.claude/skills/omh-capability-toggle

[omh] Hermes Codebase Onboarding workflow: create a repo map, reading path, glossary, risk map, and first-task runway for unfamiliar codebases. Use when the user says: codebase-onboarding, codebase onboarding, repo onboarding, repository on...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-codebase-onboarding ~/.claude/skills/omh-codebase-onboarding

[omh] OMH Codebase UML workflow: turn a repository into one readable, interface-level PlantUML architecture picture - packages or modules, the public symbols other units actually import, bounded import edges - and get it rendered to a singl...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-codebase-uml ~/.claude/skills/omh-codebase-uml

[omh] Hermes Codegraph Refresh workflow: refresh local code intelligence, summarize repo structure, and prepare task-scoped codegraph handoff context without overclaiming execution. Use when the user says: codegraph-refresh, codegraph refre...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-codegraph-refresh ~/.claude/skills/omh-codegraph-refresh
Omh Code Review Code Review & Testing

[omh] Hermes Code Review workflow: bug-first review with evidence. Use when the user says: code-review, review, audit, find bugs, release gate, claim audit, evidence audit, README claim.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-code-review ~/.claude/skills/omh-code-review

[omh] Hermes content operator workflow: scope publish-ready writing, rewriting, summarization, translation, release-note, newsletter, customer-copy, social-copy, README-copy, and email-draft work with audience, tone, style, source, review,...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-content-operator ~/.claude/skills/omh-content-operator

[omh] Hermes Context Budget Review workflow: plan compact context, token/cost budgets, summarization checkpoints, and overflow recovery before long agent work. Use when the user says: context-budget-review, context budget review, context bu...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-context-budget-review ~/.claude/skills/omh-context-budget-review
Omh Cto Loop Productivity

[omh] Hermes CTO Loop workflow: roadmap, PM, technical tradeoffs, risk, delivery, release, and follow-up operating cadence. Use when the user says: cto-loop, cto loop, cto, cto pm, pm dev qa security ops, roadmap technical tradeoffs, techni...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-cto-loop ~/.claude/skills/omh-cto-loop

[omh] Turn a learning goal into a teachable curriculum, assessment plan, and learner-ready sequence. Use when the user says: curriculum design, learning objectives, assessment plan, 커리큘럼 설계, 학습 목표, 평가 계획.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-curriculum-design ~/.claude/skills/omh-curriculum-design
Omh Data Analysis Data & Analytics

[omh] Hermes data analysis workflow: scope supplied data with provenance, causal-claim, and hallucination guards. Use when the user says: data-analysis, data analysis, dataset analysis, csv analysis, json analysis, log analysis, table analy...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-data-analysis ~/.claude/skills/omh-data-analysis
Omh Decide Legal

[omh] Decide between options: tradeoffs, a recommendation, and a decision note you can act on. Use when the user says: strategy-brief, strategy brief, strategy memo, product strategy, strategic options, decision note, leadership strategy, n...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-decide ~/.claude/skills/omh-decide
Omh Decision Recall Productivity

[omh] Recall scoped reviewed rejected decisions without elevating them to approved memory. Use when the user says: decision-recall, rejected decision recall, rejected decisions, why was this rejected, previously rejected alternative, 거절된...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-decision-recall ~/.claude/skills/omh-decision-recall
Omh Deliverable Package Documents & Spreadsheets

[omh] Hermes deliverable package workflow: track PPT, PDF, XLSX, DOCX, HWP, Markdown, and attachments through prepared, generated, QA, approved, and attached states. Use when the user says: deliverable-package, deliverable mode, file attach...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-deliverable-package ~/.claude/skills/omh-deliverable-package
Omh Deploy And Monitor DevOps & Infrastructure

[omh] Hermes Deploy-and-Monitor workflow: release checklist, deploy decision, health signals, rollback gate, and post-deploy status. Use when the user says: deploy-and-monitor, deploy and monitor, deploy monitor, deployment monitoring, rele...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-deploy-and-monitor ~/.claude/skills/omh-deploy-and-monitor

[omh] Hermes design orchestration workflow: prepare a bounded design direction, existing-lane composition, and executor-neutral handoff. Use when the user says: design-orchestration, design orchestration, design ownership, handle this produ...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-design-orchestration ~/.claude/skills/omh-design-orchestration

[omh] Hermes Design Quality Gate workflow: enforce superior content, design, layout, publishing, and visual QA gates. Use when the user says: design-quality-gate, design quality gate, ui ux pro max, design pro max, frontend pro max, visual...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-design-quality-gate ~/.claude/skills/omh-design-quality-gate
Omh Doctor DevOps & Infrastructure

[omh] Hermes adaptation for diagnosing oh-my-hermes installation health. Use when the user says: doctor, diagnose omh, installation health.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-doctor ~/.claude/skills/omh-doctor
Omh Executor Runtime Readiness DevOps & Infrastructure

[omh] Executor runtime readiness - compare Codex, Claude Code, Hermes coding, and oh-my runtimes by tools and handoff mode; use external-connector-readiness for a named plugin or API, and toolbelt-readiness for the whole capability inventor...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-executor-runtime-readiness ~/.claude/skills/omh-executor-runtime-readiness
Omh External Connector Readiness DevOps & Infrastructure

[omh] External connector readiness - assess whether a named plugin, connector, API, data provider, or multimodal route is safe, affordable, fresh, and observable; use executor-runtime-readiness for coding-owner choice and toolbelt-readiness...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-external-connector-readiness ~/.claude/skills/omh-external-connector-readiness
Omh Failure Signal Audit Code Review & Testing

[omh] Failure Signal Audit workflow: find swallowed errors, unsafe fallbacks, hidden UI/runtime failures, and missing propagation before they become false green status. Use when the user says: failure-signal-audit, failure signal audit, sil...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-failure-signal-audit ~/.claude/skills/omh-failure-signal-audit

[omh] Hermes Feedback Triage workflow: cluster customer signals and choose the next workflow. Use when the user says: feedback-triage, customer-feedback-triage, feedback triage, customer feedback, feedback cluster, bug or feature, feature r...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-feedback-triage ~/.claude/skills/omh-feedback-triage
Omh Files Productivity

[omh] Policy overlay for local file tasks - add path scoping and destructive-action gates after preferring native file tools for ordinary list, search, organize, copy, move, and rename actions. Use when the user says: workspace-file-operato...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-files ~/.claude/skills/omh-files

[omh] Turn finance and accounting inputs into a decision-ready variance, cash, and close-risk brief. Use when the user says: finance analysis, budget variance, budget vs actual, month-end close, 재무 분석, 예산 대비 실적, 월마감.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-finance-analysis ~/.claude/skills/omh-finance-analysis
Omh Frontend Design

[omh] Hermes frontend workflow: prepare design-system-driven web and terminal (TUI) UI creation, redesign, polish, accessibility, performance, and visual QA handoffs. Use when the user says: frontend, front-end, front end, frontend skill, w...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-frontend ~/.claude/skills/omh-frontend

[omh] Hermes frontend refactor workflow: behavior-preserving refactor of UI code - preview the full change plan first, apply as a second explicit step, and work impact-ordered from state architecture down to naming polish. Use when the user...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-frontend-refactor ~/.claude/skills/omh-frontend-refactor
Omh Gateway Intent Card DevOps & Infrastructure

[omh] Hermes gateway intent workflow: normalize Discord, Slack, Telegram, and other gateway sessions into origin, thread, delivery, silent, attachment, and status-update policy. Use when the user says: gateway-intent-card, gateway intent, d...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-gateway-intent-card ~/.claude/skills/omh-gateway-intent-card
Omh Github Event Ops DevOps & Infrastructure

[omh] Hermes GitHub event operations workflow: route PR, issue, CI, and review webhook events into triage, review, or fix handoff cards. Use when the user says: github-event-ops, github event ops, github ops, github triage, github pr, githu...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-github-event-ops ~/.claude/skills/omh-github-event-ops
Omh Harness Session Inventory DevOps & Infrastructure

[omh] Hermes harness session inventory workflow: normalize Codex, Claude Code, Hermes, OpenCode, Cursor, MCP host, worktree, and wrapper session metadata into one drift-aware inventory. Use when the user says: harness-session-inventory, har...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-harness-session-inventory ~/.claude/skills/omh-harness-session-inventory
Omh Idea To Deploy DevOps & Infrastructure

[omh] Hermes Idea-to-Deploy workflow: shape an app idea into decisions, delivery handoff, verification, release, and monitoring status. Use when the user says: idea-to-deploy, idea to deploy, from idea to deploy, plan to deploy, idea to lau...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-idea-to-deploy ~/.claude/skills/omh-idea-to-deploy

[omh] Image prompt cards - turn meetings, reports, PRs, issues, research, and releases into domain-aware image prompt cards. Use when the user says: img-summary, img summary, visual prompt card, image card, image generation, image edit, edi...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-image-cards ~/.claude/skills/omh-image-cards
Omh Inference Serving DevOps & Infrastructure

[omh] OMH Inference Serving workflow: choose the serving engine and quantization from decision tables, prepare deployment as an idempotent runbook with observed-only verification, and measure the endpoint with the standard TTFT/TPOT/goodput...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-inference-serving ~/.claude/skills/omh-inference-serving

[omh] Instinct Ledger workflow: turn repeated project or cross-project lessons into atomic, confidence-scored instinct candidates with scoped promotion and export boundaries. Use when the user says: instinct-ledger, instinct ledger, project...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-instinct-ledger ~/.claude/skills/omh-instinct-ledger

[omh] Just-in-time learning workflow: select and confirm an immediate learning target, research credible sources, and prepare an application-first brief without popularity ranking. Use when the user says: jit-learn, learn next, learn now, b...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-jit-learn ~/.claude/skills/omh-jit-learn

[omh] Surface contract and compliance risks, questions, and escalation points before a legal decision or action. Use when the user says: contract review, contract liability clause, regulatory analysis, compliance review, 계약서 검토, 규제...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-legal-compliance-review ~/.claude/skills/omh-legal-compliance-review
Omh Live Info Productivity

[omh] Policy overlay for live lookups - add provider, freshness, units, and source-quality gates after preferring native live-data tools for ordinary weather, finance, sports, maps, and time-zone requests. Use when the user says: live-info-...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-live-info ~/.claude/skills/omh-live-info

[omh] Hermes LLM App Development workflow: prepare a build handoff for an LLM-powered feature with a pinned provider boundary, schema-first outputs, versioned prompt files, grounded retrieval, and an eval suite as a shipped deliverable. Use...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-llm-app-dev ~/.claude/skills/omh-llm-app-dev
Omh Localization Review Code Review & Testing

[omh] Make a product or content release locale-ready with terminology, cultural-fit, and quality-review guidance. Use when the user says: localization review, translation QA, locale glossary, 현지화 검토, 번역 QA, 용어집.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-localization-review ~/.claude/skills/omh-localization-review
Omh Materials Package Presentations

[omh] Hermes Materials Package workflow: decks, PDFs, spreadsheets, documents, HWP, Markdown, and binary export handoffs. Use when the user says: materials-package, material package, materials package, document package, deck file, binary ex...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-materials-package ~/.claude/skills/omh-materials-package
Omh Media Input Productivity

[omh] User-sent media - audio, video, YouTube links, screenshots, receipts, OCR, meeting recordings, transcripts, timestamps, and clip summaries, gated for source, permission, and hallucination risk. Use when the user says: media-input-oper...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-media-input ~/.claude/skills/omh-media-input

[omh] Hermes Meeting Brief workflow: agenda, prompts, decisions, and record template. Use when the user says: meeting-brief, meeting brief, meeting agenda, agenda, discussion prompts, decisions needed, record template, meeting topics.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-meeting-brief ~/.claude/skills/omh-meeting-brief
Omh Memory New Productivity

[omh] Capture one bounded durable project or product memory candidate through explicit remember, refuse, or defer review; for existing Hermes memory use omh-memory-sync, and for a past decision use decision-recall. Use when the user says: m...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-memory-new ~/.claude/skills/omh-memory-new
Omh Memory Sync Productivity

[omh] English-canonical Hermes memory-review guidance: inspect USER.md and MEMORY.md claims and prepare a native write diff without invoking, applying, or observing a native write; for a new fact use memory-new, and for a past decision use...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-memory-sync ~/.claude/skills/omh-memory-sync
Omh Meta Router Productivity

[omh] Meta-routing guidance for a leading /omh command: reason over the imperative task, consult the live workflow catalog, and select or chain the right workflow(s).

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-meta-router ~/.claude/skills/omh-meta-router

[omh] OMH Model Optimization workflow: when a model family ships a new generation or changes its serving contract, walk the recognition, research, calibration, routing, and measurement process that keeps model handling honest and current. U...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-model-optimization ~/.claude/skills/omh-model-optimization
Omh Model Setup Productivity

[omh] Hermes Model Setup workflow: diagnose role-slot model configuration, guide provider connection, and apply changes only after diff approval. Use when the user says: model-setup, hermes model setup, set up my models, set up my model, co...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-model-setup ~/.claude/skills/omh-model-setup

[omh] Morning brief SETUP (one-time) - connects mail and calendar MCP with read-and-draft-only scope and diff approval; produces the configuration, not the daily brief itself. Use when the user says: morning-brief, morning brief, connect my...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-morning-brief ~/.claude/skills/omh-morning-brief

[omh] Hermes native-debugging workflow: prepare hypothesis-driven debugging of native binaries and instruct the executor to drive a DAP debugger instead of printf. Use when the user says: native-debugging, native debugging, native binary, s...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-native-debugging ~/.claude/skills/omh-native-debugging
Omh Operating Rhythm Productivity

[omh] Hermes Operating Rhythm workflow: meeting minutes, scrum/sprint records, retros, decisions, and follow-up history. Use when the user says: operating-rhythm, operating rhythm, meeting minutes, meeting history, scrum record, sprint plan...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-operating-rhythm ~/.claude/skills/omh-operating-rhythm

[omh] Hermes ops observability workflow: prepare an operations command-board for wrapper-safe token, cost, latency, run history, queue, failure-mode, external metric-provider, and service-quality evidence boundaries. Use when the user says:...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-ops-observability-card ~/.claude/skills/omh-ops-observability-card
Omh Ops Review Productivity

[omh] Hermes Ops Review workflow: status, risks, blockers, priorities, and follow-ups. Use when the user says: ops-review, ops review, weekly ops review, status review, operating review, release risks, risks and blockers, priorities.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-ops-review ~/.claude/skills/omh-ops-review
Omh Paper Learning Documents & Spreadsheets

[omh] Hermes Paper Learning workflow: explain a supplied paper or paper/PDF at a selected level while preserving full section coverage and source evidence boundaries. Use when the user says: paper-learning, paper learning, paper-explainer,...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-paper-learning ~/.claude/skills/omh-paper-learning
Omh Parallel Tools DevOps & Infrastructure

[omh] Hermes Parallel Tools workflow: check version currency and parallel-tool capability status, then apply an update only after diff approval. Use when the user says: parallel-tools, parallel tools, hermes parallel tools setup, update her...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-parallel-tools ~/.claude/skills/omh-parallel-tools
Omh People Ops Productivity

[omh] Turn hiring and people context into a fair, structured recruiting or people-operations brief. Use when the user says: recruiting plan, hiring scorecard, interview scorecard, candidate debrief, 채용 계획, 면접 평가표, 후보자 비교.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-people-ops ~/.claude/skills/omh-people-ops
Omh Performance Goal DevOps & Infrastructure

[omh] Hermes adaptation for measurable performance-goal execution. Use when the user says: performance-goal, performance goal, latency, throughput, benchmark.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-performance-goal ~/.claude/skills/omh-performance-goal
Omh Physical Device Readiness DevOps & Infrastructure

[omh] Physical device readiness - gate robots, 3D printers, IoT relays, sensors, and lab hardware before trials; use external-connector-readiness for provider or connector adoption and toolbelt-readiness for missing control tools. Use when...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-physical-device-readiness ~/.claude/skills/omh-physical-device-readiness
Omh Plan Productivity

[omh] Hermes Plan workflow: structured planning before execution. Use when the user says: plan, implementation plan, task breakdown, safe feature, safely add a feature, add a feature, feature request, new feature.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-plan ~/.claude/skills/omh-plan
Omh Product Brief Documents & Spreadsheets

[omh] Turn product evidence into a decision-ready PRD, prioritization frame, and roadmap brief. Use when the user says: product requirements document, PRD, roadmap prioritization, 제품 요구사항 문서, 제품 기획서, 로드맵 우선순위.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-product-brief ~/.claude/skills/omh-product-brief
Omh Production Audit DevOps & Infrastructure

[omh] Hermes Production Audit workflow: evaluate release, deploy, security, observability, rollback, docs, and support readiness without claiming production access. Use when the user says: production-audit, production audit, production read...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-production-audit ~/.claude/skills/omh-production-audit
Omh Prompt Import Readiness DevOps & Infrastructure

[omh] Prompt import readiness - review and normalize external CLI-agent prompt files before offering slash-command candidates; use external-connector-readiness for plugin or API adoption and toolbelt-readiness for missing runtime capabiliti...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-prompt-import-readiness ~/.claude/skills/omh-prompt-import-readiness
Omh Provider Profile Posture DevOps & Infrastructure

[omh] Prepare provider-profile metadata without reading secrets or calling providers. Use when the user says: provider-profile-posture, provider profile posture, provider profile readiness, secret presence confirmation, connector profile po...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-provider-profile-posture ~/.claude/skills/omh-provider-profile-posture

[omh] Hermes refactor planning workflow: turn a decided boundary-changing refactor into a phased plan - reconnaissance, contracts-first phase order, per-phase verification and rollback, a files table, and an explicit approval gate before an...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-refactor-plan ~/.claude/skills/omh-refactor-plan

[omh] Hermes Reliability Review workflow: postmortems, SLOs, error budgets, incident follow-ups, and service reliability evidence. Use when the user says: reliability-review, reliability review, incident review, incident postmortem, postmor...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-reliability-review ~/.claude/skills/omh-reliability-review
Omh Report Package Presentations

[omh] Hermes Report Package workflow: weekly/monthly reports, executive briefs, PPT-ready outlines, and upload packages. Use when the user says: report-package, report package, weekly report, monthly report, executive report, exec brief, le...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-report-package ~/.claude/skills/omh-report-package

[omh] Business research brief - turns a market, competitor, pricing, or customer question into a structured evidence-vs-inference brief; for raw link gathering use ulw-research, and for ongoing multi-role research use research-department. U...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-research-brief ~/.claude/skills/omh-research-brief

[omh] Research operations department - coordinate Scout, Analyst, and Briefer work with source-inbox and status boundaries; for one decision brief use research-brief, and for typed candidates before research starts use source-finder. Use wh...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-research-department ~/.claude/skills/omh-research-department
Omh Routing Productivity

[omh] Router guidance for using oh-my-hermes workflow skills inside Hermes Agent.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-routing ~/.claude/skills/omh-routing
Omh Rules Distill Productivity

[omh] Hermes Rules Distill workflow: extract repeated principles from skills, prompts, traces, reviews, and failures into reviewed rule candidates without auto-mutating guidance. Use when the user says: rules-distill, rules distill, distill...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-rules-distill ~/.claude/skills/omh-rules-distill
Omh Run Efficiency Productivity

[omh] Report supplied local run efficiency while provider and host data stay unobserved. Use when the user says: run-efficiency, run efficiency report, local run efficiency, context utilization, tool duration report, 실행 효율 리포트, 컨텍...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-run-efficiency ~/.claude/skills/omh-run-efficiency
Omh Running Work Board DevOps & Infrastructure

[omh] Hermes adaptation for showing which coding units are running right now, on which runtime and model, with observed tokens and elapsed time. Use when the user says: running-work-board, running work board, which units are running, what m...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-running-work-board ~/.claude/skills/omh-running-work-board
Omh Rust Code Review & Testing

[omh] Hermes Rust workflow: prepare Rust changes with ownership, error, and API discipline, and escalate any unsafe, FFI, or lock-free change to the UB checklist. Use when the user says: rust, rust code, rust skill, rustlang, borrow checker...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-rust ~/.claude/skills/omh-rust

[omh] Turn an account or market opportunity into a focused discovery, qualification, and next-step brief. Use when the user says: sales discovery, account plan, outbound messaging, 영업 발굴, 고객사 계획, 아웃바운드 메시지.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-sales-development ~/.claude/skills/omh-sales-development
Omh Security Safety Review Code Review & Testing

[omh] Hermes Security Safety Review workflow: review prompt, tool, secret, dependency, destructive-action, and explicit local plugin risks before agent or code execution. Use when the user says: security-safety-review, security safety revie...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-security-safety-review ~/.claude/skills/omh-security-safety-review
Omh Skill Productivity

[omh] Hermes adaptation for managing local skills. Use when the user says: skill, skills, manage skills.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-skill ~/.claude/skills/omh-skill
Omh Skill Health Data & Analytics

[omh] Skill Health workflow: prepare a metadata-only OMH skill portfolio dashboard with stale surfaces, observed failure signals, pending amendments, and top actions. Use when the user says: skill-health, skill health, skill portfolio healt...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-skill-health ~/.claude/skills/omh-skill-health
Omh Skill Scout Productivity

[omh] Skill Scout workflow: prepare a metadata-only search-before-creation report for local, marketplace, GitHub, and web skill candidates with risk review and adoption options. Use when the user says: skill-scout, skill scout, skill candid...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-skill-scout ~/.claude/skills/omh-skill-scout

[omh] Source candidate inventory - prepare typed source candidates and acquisition status before downstream work; use ulw-research to fetch and cite them, or research-brief to turn them into a decision-ready brief. Use when the user says: s...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-source-finder ~/.claude/skills/omh-source-finder

[omh] Turn a support case into a clear customer reply, severity path, and owned next step. Use when the user says: support escalation, customer support reply, ticket triage, 고객 지원 에스컬레이션, 고객 답변 초안, 지원 티켓 분류.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-support-operations ~/.claude/skills/omh-support-operations
Omh Tech Debt Audit Code Review & Testing

[omh] Hermes Tech Debt Audit workflow: build the severity-by-effort debt ledger from observed repo evidence - orient, audit the named dimensions with file:line citations, rank fixes and quick wins - and reconcile RESOLVED/NEW/CARRIED agains...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-tech-debt-audit ~/.claude/skills/omh-tech-debt-audit
Omh Terminal DevOps & Infrastructure

[omh] Policy overlay for terminal commands - add cwd, environment, safety, and result-evidence gates after preferring native shell tools for ordinary CLI, package-manager, and test runs. Use when the user says: command-operator, command ope...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-terminal ~/.claude/skills/omh-terminal
Omh Toolbelt Readiness DevOps & Infrastructure

[omh] Toolbelt readiness - inventory which MCP servers, CLIs, APIs, credentials, and connectors a workflow needs; use external-connector-readiness to assess one named integration and executor-runtime-readiness to choose the coding owner. Us...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-toolbelt-readiness ~/.claude/skills/omh-toolbelt-readiness
Omh Verification Gate DevOps & Infrastructure

[omh] Hermes Verification Gate workflow: define and record build, lint, typecheck, test, security, docs, generated-output, and CI evidence before completion or merge. Use when the user says: verification-gate, verification gate, quality gat...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-verification-gate ~/.claude/skills/omh-verification-gate
Omh Visual Qa Code Review & Testing

[omh] Hermes visual-qa workflow: prepare observed-only rendered QA gates for web, frontend, image, document, and TUI surfaces. Use when the user says: visual-qa, visual qa, visual QA, visual quality assurance, visual check, web qa, web visu...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-visual-qa ~/.claude/skills/omh-visual-qa
Omh Voice Input Productivity

[omh] Terse voice and mobile-style requests - turn short spoken-style asks into clarify, plan, status, handoff, or confirmation actions. Use when the user says: voice-operator, voice operator, voice-first, voice command, mobile command, sho...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-voice-input ~/.claude/skills/omh-voice-input
Omh Web Research Research

[omh] Web lookup lane - settle a current-facts question in one cited retrieval round with retrieval dates and source-quality notes; for pre-spec grounding across reference implementations use `research`. Use when the user says: web-research...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-web-research ~/.claude/skills/omh-web-research
Omh Websearch Setup DevOps & Infrastructure

[omh] Hermes Web Search Setup workflow: diagnose scraper and auxiliary extract-model configuration, guide account setup, and apply each change as its own diff approval. Use when the user says: websearch-setup, web search setup, make web sea...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-websearch-setup ~/.claude/skills/omh-websearch-setup
Omh Wiki Productivity

[omh] Hermes adaptation for wiki construction blueprints and retained knowledge capture with destination-aware external knowledge connection guidance. Use when the user says: wiki, project wiki, build a wiki, start a wiki, organize my notes...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-wiki ~/.claude/skills/omh-wiki
Omh Workflow Learning Productivity

[omh] Hermes workflow learning workflow: classify and review self-improvement store routes as an auxiliary review lane before durable writes, then record workflow attempts as metadata-only traces, evals, review queues, patch proposals, regr...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-workflow-learning ~/.claude/skills/omh-workflow-learning
Omh Workspace Audit DevOps & Infrastructure

[omh] Hermes Workspace Audit workflow: map repository, skill, prompt, plugin, MCP, hook, config, and runtime surfaces before strengthening or operating OMH. Use when the user says: workspace-audit, workspace audit, repo surface audit, repos...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/omh-workspace-audit ~/.claude/skills/omh-workspace-audit

[omh] Project terminology alignment workflow: look up, capture, correct, and align the words a repository uses before planning or handoff. Use when the user says: ulw-context, project terminology alignment, review project terms, align proje...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-context ~/.claude/skills/ulw-context
Ulw Interview Productivity

[omh] Hermes Deep Interview workflow: one-question-at-a-time clarification. Use when the user says: deep-interview, interview, clarify, feature shaping, ambiguous product request, one question, 要件を詰めて, 曖昧な要求.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-interview ~/.claude/skills/ulw-interview
Ulw Loop Productivity

[omh] Hermes Loop workflow: agentic interviewer -> planner -> researcher -> builder -> reviewer cycles until a real gate. Use when the user says: loop, goal loop, long horizon goal, never stop, research plan goal feedback, token exhaustion...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-loop ~/.claude/skills/ulw-loop
Ulw Maestro Productivity

[omh] Maestro - prepares the handoff for the coding agent you already chose, composing its prompt from that agent's own installed skills; never selects the owner and never executes the work itself. Use when the user says: ulw-maestro, codin...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-maestro ~/.claude/skills/ulw-maestro
Ulw Perf Finance

[omh] Ultraperf - find where a system is actually slow, leaking, or expensive across runtime, memory, token cost, storage, rendering, inference, CI, and query domains, then fix one measured hot path at a time behind a regression budget. Use...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-perf ~/.claude/skills/ulw-perf
Ulw Plan DevOps & Infrastructure

[omh] Hermes Ralplan workflow: consensus planning with review gates. Use when the user says: ralplan, consensus plan, reviewed plan, issue to PR, acceptance criteria, verification command, reviewable PR, risky planning.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-plan ~/.claude/skills/ulw-plan
Ulw Qa Code Review & Testing

[omh] Hermes UltraQA workflow: adversarial QA and fix loops. Use when the user says: ultraqa, adversarial qa, hostile scenarios, e2e qa, real-world qa, qa scenario, release qa, 敵対的QA.

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-qa ~/.claude/skills/ulw-qa
Ulw Research Research

[omh] Deep research engine - grounding for specs and decisions: study open-source reference implementations with pinned refs, gather live web evidence with citation discipline, verify contested claims, and distill a decision-grounding dossi...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-research ~/.claude/skills/ulw-research
Ulw Work DevOps & Infrastructure

[omh] Ultrawork - split an accepted plan into disjoint parallel lanes with per-lane acceptance criteria, verification commands, and owners; prevents two lanes editing the same file. Aliases: ulw. Use when the user says: ultrawork, parallel...

Install
git clone --depth 1 https://github.com/rlaope/oh-my-hermes
cp -r oh-my-hermes/skills/ulw-work ~/.claude/skills/ulw-work

Comments (0)

Sign in to join the discussion.

No comments yet

Be the first to share your take.