Agent Plugins Marketplace
All plugins

hexaemeron

v1.6.1

Receipted delivery through merge and closure, with ranked frontier, audit, fuzzing, prose, specification, debugging, hardening, telemetry and measurement skills.

CodexClaude Code13 Skills

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

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
13 skill or MCP entries
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 hexaemeron@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/hexaemeron/.

Plugin files

plugins/hexaemeron/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/elenchus/SKILL.md
├── skills/ephoros/SKILL.md
├── skills/fiat/SKILL.md
├── skills/fizz/SKILL.md
├── skills/hypomnema/SKILL.md
├── skills/imprimatur/SKILL.md
├── skills/kronos/SKILL.md
├── skills/metron/SKILL.md
├── skills/phylax/SKILL.md
├── skills/protasis/SKILL.md
├── skills/solidity-auditor/SKILL.md
├── skills/vulgate/SKILL.md
└── skills/x-ray/SKILL.md

Included Skills13

elenchusskills/elenchus/SKILL.md

Work a failure you already have down to its cause, then guard it: stop the line, preserve the evidence, reproduce, localise, reduce to a minimal case, fix the cause rather than the symptom, and leave behind a test that fails without the fix. Use when a test fails, a build breaks, a fuzz campaign returns a counterexample, behaviour stops matching expectations, or something that worked has stopped. Do not use it to hunt for findings nobody has observed yet, which belongs to solidity-auditor and x-ray, and do not use it to speed up something that already works, which belongs to metron.

ephorosskills/ephoros/SKILL.md

Decide what a step must emit so its behaviour is visible afterwards: the on-call questions first, then structured events, bounded metrics, correlation across the whole path, and alerts on what someone actually feels. Use when adding logging, metrics, tracing or alerting, when shipping anything that runs unattended, or when an incident could not be explained from what was recorded. Do not use it to instrument a failure you are chasing right now, which belongs to elenchus, and do not use it to measure something slow, which belongs to metron.

fiatskills/fiat/SKILL.md

Run the one-shot delivery loop: study, runbook, then per-step implement/audit/prose/push until a working prototype exists. Use only when a Wildcat contributor explicitly asks to start, run, resume, or report a Hexaemeron or Fiat delivery, including /hexaemeron:fiat forms. Do not infer activation from a similar task.

fizzskills/fizz/SKILL.md

Generate Echidna/Medusa-compatible Solidity fuzz suites from Foundry or Hardhat projects. Trigger on "fizz", "generate fuzz suite", "build fuzz harness", "stateful fuzzing", "fuzzing harness", "property testing", and "invariant suite".

hypomnemaskills/hypomnema/SKILL.md

Decide what gets written down and where it lives: the decision record behind a choice that would be expensive to reverse, the comment that explains why rather than what, the runbook an alert points at, and the README somebody starts from. Use when a decision is made, an interface changes, an alert needs somewhere to point, or the same explanation has been given twice. Do not use it to lint or rewrite prose, which belong to imprimatur and vulgate, and do not use it to decide what a study must contain, which belongs to protasis.

imprimaturskills/imprimatur/SKILL.md

Check prose that ships for banned AI writing tells, technical terms used without evidence, and repeated structural formulae that survive a wordlist. Use while drafting, editing, or reviewing public prose, or when the user names a term to ban. This is the diagnostic gate; Vulgate performs a content-preserving rewrite.

kronosskills/kronos/SKILL.md

Rank the held Next Fiat jobs across explicitly in-scope, non-mature skills, select the most worthwhile job out of 100, set one durable goal or loop, run that job through Fiat, then repeat until no eligible frontier remains. Use only when the user explicitly asks for Kronos, for a repeated ranked Fiat frontier loop, or for the ranking on its own without running anything. Do not use it for one ordinary Fiat delivery.

metronskills/metron/SKILL.md

Change performance only against a recorded measurement: baseline first, one change at a time, re-measure the same way, then keep it or revert it. Use when something is slow, when a budget exists, when a change might have cost time, or when a profile is needed before touching code. Do not use it for Solidity gas, which belongs to hermes and its Foundry loop, and do not use it for something that is broken rather than slow, which belongs to elenchus.

phylaxskills/phylax/SKILL.md

Harden the off-chain surface: the Python that harvests, indexes, replays and releases, the commands it shells out to, the URLs it fetches, the secrets it holds, the dependencies it pulls, and the model output it acts on. Use when a step accepts data from outside the process, runs a subprocess, fetches a URL, reads a credential, adds a dependency, or feeds an agent. Do not use it to review Solidity, which belongs to solidity-auditor and x-ray, and do not use it to diagnose a failure that has already happened, which belongs to elenchus.

protasisskills/protasis/SKILL.md

Hold a Fiat study and runbook to a content contract before any code is written: stated assumptions, testable success criteria, a chosen design with its trade named, the five discipline questions answered before any build, and steps that are discrete, green at both ends, sized for the audit loop and explicit about the gates they incur. Use when a topic is about to enter the study or runbook phase, when a requirement arrives vague or bundles several capabilities, or when deciding whether a runbook is ready to build from. Do not use it to run the controller or write a receipt, which belong to fiat, and do not use it to record a decision after the fact, which belongs to hypomnema.

solidity-auditorskills/solidity-auditor/SKILL.md

Security audit of Solidity code while you develop. Trigger on "audit", "check this contract", "review for security". Modes - default (full repo) or a specific filename.

vulgateskills/vulgate/SKILL.md

Rewrite AI-assisted or generic text into a plain human register while keeping every fact, number, commitment, caveat, link, and intended meaning fixed. Use for messages, documents, announcements, and public repository prose after diagnostic wording checks.

x-rayskills/x-ray/SKILL.md

Generates an x-ray.md pre-audit report covering overview, enhanced threat model (protocol-type profiling, git-weighted attack surfaces, temporal risk analysis, composability dependency mapping), invariants, integrations, docs quality, test analysis, and developer/git history. Triggers on 'x-ray', 'audit readiness', 'readiness report', 'pre-audit report', 'prep this protocol', 'protocol prep', 'summarize this protocol'.

Plugin manifests2

plugins/hexaemeron/.codex-plugin/plugin.json
{
  "name": "hexaemeron",
  "version": "1.6.1",
  "description": "Receipted delivery through merge and closure, with ranked frontier, audit, fuzzing, prose, specification, debugging, hardening, telemetry and measurement skills.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/hexaemeron",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "workflow",
    "delivery",
    "audit",
    "fuzzing",
    "solidity",
    "receipts",
    "prose"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Hexaemeron",
    "shortDescription": "Receipted delivery through merge and closure, with ranked frontier, audit, fuzzing, prose, specification, debugging, hardening, telemetry and measurement skills.",
    "longDescription": "Takes a topic from nothing to a working prototype through a receipt-backed controller that records a known task issue during initialization, puts its issue number in its run branch, and validates its required state containers before traversal: a study and runbook held to Protasis's contract, then per step the simplest satisfying implementation, Sapheneia-declared audit records over the vendored Pashov suite with the bundled phylax, ephoros and hypomnema lints covering what ships no Solidity, a prose pass through Hypomnema, Imprimatur and Vulgate, and one stacked pull request per step that comes down in order onto a single run branch, which merges into the base once with its task issue comment checked, posted verbatim, read back, and closed. Six further skills hold each phase to a standard, six of them with an executable check. Kronos can rank eligible held frontiers and repeat complete Fiat runs until no worthwhile frontier remains.",
    "developerName": "Wildcat Labs",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": "Use $hexaemeron:fiat to start \"<topic>\" in the current repository without creating GitHub issues. Validate existing controller state before resuming; if it is complete, archive and reset it automatically before starting."
  },
  "license": "Apache-2.0"
}
plugins/hexaemeron/.claude-plugin/plugin.json
{
  "name": "hexaemeron",
  "displayName": "Hexaemeron",
  "version": "1.6.1",
  "description": "Receipted delivery through merge and closure, with ranked frontier, audit, fuzzing, prose, specification, debugging, hardening, telemetry and measurement skills.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/hexaemeron",
  "repository": "https://github.com/wildcat-finance/skills",
  "license": "Apache-2.0",
  "keywords": [
    "workflow",
    "delivery",
    "audit",
    "fuzzing",
    "solidity",
    "receipts",
    "prose"
  ],
  "skills": "./skills/"
}

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

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