Agent Plugins Marketplace
All plugins

hermes

v0.1.1

Fail-closed Solidity gas optimisation with measured Foundry evidence.

CodexClaude Code1 Skill

By Wildcat LabsLicense: Apache-2.07 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hermes@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wildcat-finance/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hermes/.

Plugin files

plugins/hermes/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/hermes/SKILL.md

Included Skills1

hermesskills/hermes/SKILL.md

Optimise Solidity gas usage with an executable, fail-closed Foundry loop that measures savings, re-runs behaviour tests, checks storage layouts and method identifiers, and demands targeted differential or property evidence for state-sensitive unchecked arithmetic. Every candidate names a rule from a pinned corpus of 120 gas rules and 28 rejected ones, and the harness refuses a rule outside the target's compiler, fork or pipeline scope. Use for Solidity gas work, Forge snapshot reductions, gas-report reviews, storage packing, unchecked arithmetic, or any proposed EVM gas-saving change.

Plugin manifests2

plugins/hermes/.codex-plugin/plugin.json
{
  "name": "hermes",
  "version": "0.1.1",
  "description": "Fail-closed Solidity gas optimisation with measured Foundry evidence.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/hermes",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "solidity",
    "gas-optimisation",
    "foundry",
    "forge",
    "evm"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Hermes",
    "shortDescription": "Fail-closed Solidity gas optimisation with measured Foundry evidence.",
    "longDescription": "Runs one Solidity gas-optimisation class at a time through measured Foundry checks, full tests, layout and selector diffs, and targeted accrual proofs.",
    "developerName": "Wildcat Labs",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": "Use $hermes to optimise gas in this Foundry repository, one verified class at a time."
  },
  "license": "Apache-2.0"
}
plugins/hermes/.claude-plugin/plugin.json
{
  "name": "hermes",
  "displayName": "Hermes",
  "version": "0.1.1",
  "description": "Fail-closed Solidity gas optimisation with measured Foundry evidence.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/hermes",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "solidity",
    "gas-optimisation",
    "foundry",
    "forge",
    "evm"
  ],
  "skills": "./skills/",
  "license": "Apache-2.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hermes on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hermes)