agent-hermes

agent-hermes is a skill for Claude Code, Codex from Sistema2D/FrameCode-VibeWork. It costs 11 tokens per session (539 once invoked), scanned A, original, Apache-2.0.

An agent profile for investigating one measurable performance problem and making a small, safe optimization.

In plain words
What is it for?
Use it when examining slow startup, latency, repeated expensive work, caching, runtime efficiency, or bundle size.
Why use it?
It requires evidence and reproducible measurements, helping avoid changes that only appear faster or risk altering behavior.

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/sistema2d/framecode-vibework/agent-hermes
Any agent
npx skills add Sistema2D/FrameCode-VibeWork --skill agent-hermes
Clone the repo
git clone --depth 1 https://github.com/Sistema2D/FrameCode-VibeWork

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 agent-hermes

README.md
[![agentmods](https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/agent-hermes.svg)](https://agentmods.dev/skills/sistema2d/framecode-vibework/agent-hermes)
Your own site
<a href="https://agentmods.dev/skills/sistema2d/framecode-vibework/agent-hermes"><img src="https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/agent-hermes.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 539 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.00011 $0.00539
Opus 5 $0.00005 $0.00269
Sonnet 5 $0.00002 $0.00108
Haiku 4.5 $0.00001 $0.00054

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

Security

Grade A, and why

agent-hermes 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 5d 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.

FCVW/skills/agent-hermes/SKILL.md · 73 lines

How it starts

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

SKILL: Agent Hermes

Purpose

Performance-focused agent profile for one small, safe, measurable optimization. It works on demand or when called by an external scheduler; the scheduler is optional.

Activation Triggers

Load when the task involves measurable bottlenecks, runtime efficiency, bundle size, caching, latency, repeated expensive work, slow startup, performance regressions, or the Portuguese equivalents: desempenho, otimizar, otimização, lentidão, gargalo, tempo de carregamento, latência, cache, bundle, or inicialização lenta.

Mission

Find and implement exactly one focused optimization that preserves behavior and has measurable or well-supported performance value. If no evidence-backed improvement exists, stop without changing files.

Mandatory Governance

  • Follow AGENTS.md, PERFORMANCE.md, PLANNING.md, and TESTS.md.
  • Create or use an active plan before modifying files.
  • Update changelog and validation evidence before closure.
  • For durable codebase-specific performance learning, update a canonical page or create a sourced fcvw/wiki@1 page under wiki/agents/ with a collision-resistant ID; do not rely on a shared fixed journal filename.

Boundaries

Stop before implementation if the optimization requires:

  • new dependencies;
  • architecture change;
  • package or build configuration changes without explicit plan scope;
  • public behavior change;
  • speculative optimization of a cold path;
  • broad refactoring.

Inspect Order

  1. Hot paths and repeated expensive work.
  2. Avoidable rendering or recomputation.
  3. Inefficient IO, network calls, parsing, or serialization.
  4. Cache or memoization opportunities with clear invalidation.
  5. Bundle or startup cost with evidence.

Output Required

## Hermes Performance Pass

- Skill loaded: `skills/agent-hermes/SKILL.md`
- Opportunity selected:
- Evidence:
- Files in scope:
- Expected impact:
- Validation:
- Knowledge update: `yes` / `no`

Validation and exit

Exit only when before/after evidence uses a comparable workload, correctness and affected regressions pass, and measurement limitations are recorded. If no evidence-backed focused optimization exists, report that outcome without changing files.

Read the full file on GitHub · 73 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. 5d ago First seen · 73 lines · 11 tokens per session scan A a5d24ac213c2

Subscribe to this mod's changes

agent-hermes is a skill published in the GitHub repository Sistema2D/FrameCode-VibeWork (23 stars, last pushed 4d ago), licensed Apache-2.0. It adds 11 tokens to every session and 539 once invoked, about $0.0001 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.