hermes-loop-master

hermes-loop-master is a skill for Claude Code, Codex from s0heyl/hermes-loop-master. It costs 69 tokens per session (3,448 once invoked), scanned A, original, MIT.

A step-by-step working method for Hermes Agent coding tasks that require several changes, careful testing, or work across sessions. It uses a written specification, small implementation steps, recorded verification, review, and a handoff.

In plain words
What is it for?
Use it for production fixes, multi-step features, refactors, security-sensitive work, and tasks that may continue later.
Why use it?
It reduces the chance of declaring a change finished when it has not been properly tested, reviewed, or documented for the next session.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/s0heyl/hermes-loop-master/hermes-loop-master
Any agent
npx skills add s0heyl/hermes-loop-master --skill hermes-loop-master
Clone the repo
git clone --depth 1 https://github.com/s0heyl/hermes-loop-master

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hermes-loop-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/s0heyl/hermes-loop-master/hermes-loop-master.svg)](https://agentmods.dev/skills/s0heyl/hermes-loop-master/hermes-loop-master)
Your own site
<a href="https://agentmods.dev/skills/s0heyl/hermes-loop-master/hermes-loop-master"><img src="https://agentmods.dev/badge/skills/s0heyl/hermes-loop-master/hermes-loop-master.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00069 $0.03448
Opus 5 $0.00034 $0.01724
Sonnet 5 $0.00014 $0.00690
Haiku 4.5 $0.00007 $0.00345

Measured 4d ago against content hash cda98bbcfef9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hermes-loop-master scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 378 lines

How it starts

The opening of the file, as written. The whole thing — 378 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hermes Loop Master

Overview

Hermes Loop Master is a disciplined operating loop for coding with Hermes Agent. It is built for work where "looks done" is not good enough: production fixes, multi-step features, refactors, security-sensitive changes, and any task that may continue across sessions.

The skill changes the agent's behavior in five ways:

  1. Spec first — write a compact execution contract before editing code.
  2. One slice at a time — implement the smallest meaningful increment, not a bundle of nearby improvements.
  3. Verify with evidence — run real commands and record what returned.
  4. Review adversarially — inspect the diff for fake-done shortcuts before declaring success.
  5. Leave a handoff — make the next session able to resume without guessing.

The loop is intentionally file-backed. Durable task files survive context compression, new sessions, model switches, and interrupted runs.

When to Use

Use this skill when the user asks Hermes to:

  • build or modify a feature with more than two steps,
  • fix a bug that needs reproduction and verification,
  • work in a production or public repository,
  • touch authentication, authorization, payment, data migrations, secrets, user data, or deployment paths,
  • refactor code where scope creep is likely,
  • continue work from a previous session,
  • coordinate with subagents or external coding tools,
  • prepare a PR or public release.

Use the Tiny Change Path instead of the full loop when the task is a one-file typo, formatting-only change, comment update, or trivial documentation fix. Even then, verify the exact file changed and report the diff.

Do not use this skill to bypass user approval, hide uncertainty, or perform destructive operations without confirmation.

Adaptive Modes

Classify once during the safety gate, then use the lightest mode that can still prove the work:

Mode Trigger Required loop Efficiency target
Tiny One-file typo, copy, comment, or mechanical low-risk edit Read → patch → cheapest relevant check → diff summary. Full artifacts are optional unless the repository already uses them. Target no more than 8 tool calls.
Standard Normal bug fix, bounded feature, or refactor Compact LOOP.md, RED→GREEN when behavior changes, targeted test, broader regression check, diff review, short handoff. Target no more than 20 tool calls.
Critical Security, auth, payment, migration, user data, production, or irreversible risk Full artifacts, RED→GREEN evidence, positive/negative/preservation/failure coverage, Independent Oracle where available, broader verification, adversarial review, handoff. No fixed cap; evidence completeness wins.

Read the full file on GitHub · 378 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 378 lines · 69 tokens per session scan A cda98bbcfef9

Subscribe to this mod's changes

hermes-loop-master is a skill published in the GitHub repository s0heyl/hermes-loop-master (18 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 3,448 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.