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.
npx agentmods add instructions/maxence2997/mx-harness/claude-mdgit clone --depth 1 https://github.com/maxence2997/mx-harnessWrote 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.
[](https://agentmods.dev/instructions/maxence2997/mx-harness/claude-md)<a href="https://agentmods.dev/instructions/maxence2997/mx-harness/claude-md"><img src="https://agentmods.dev/badge/instructions/maxence2997/mx-harness/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00967 | $0.00967 |
| Opus 5 | $0.00483 | $0.00483 |
| Sonnet 5 | $0.00193 | $0.00193 |
| Haiku 4.5 | $0.00097 | $0.00097 |
Grade A, and why
mx-harness CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mx-harness
A collection of user-invocable agent skills (slash commands) that wrap the engineering lifecycle: spec → plan → TDD → review → commit → PR. Not an app. Nothing to build, nothing to test in the runtime sense.
Before editing anything here
Read mx-doctrine/references/maintenance.md first — it defines what you may change autonomously vs. what needs the user, the lesson write-back format, and the compaction triggers. mx-doctrine/references/diagnosis.md records why the suite is structured this way (2026-07-07 restructure) and includes a 60-second re-audit procedure. Two rules worth restating even here: keep every SKILL.md description: ≤ 50 words (it loads into every session on every installed machine), and never state the same rule in two places — point at the canonical copy instead.
Repo layout
Each top-level directory is one skill. The contract per skill:
<skill>/
SKILL.md # required — the prompt the agent loads
README.md # required — human-facing docs
references/ # optional — supporting files referenced from SKILL.md
SKILL.md frontmatter schema (all current skills follow this):
name: <slug> # must match dir name
description: > # multi-line, used for skill discovery
...
author: Maxence Yang
github: https://github.com/maxence2997/mx-harness
source: https://github.com/maxence2997/mx-harness/tree/main/<slug>
user-invocable: true
allowed-tools:
- Bash
- Read
- Glob
- Grep
The source: field is load-bearing — install.sh and downstream tooling read it. Don't drop it when editing frontmatter.
When you change a skill
Three places must stay in sync — change them together or the repo lies:
<skill>/SKILL.md— the actual change<skill>/README.md— user-facing "what it does" listREADME.md(root) — skills table, if the one-liner changed
When adding a new skill, also append it to install.sh's SKILLS=(...) array (line ~25) or it won't ship.
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.
- 4d ago First seen · 83 lines · 967 tokens per session scan A 5e22b3cb9fdf
mx-harness CLAUDE.md is an instructions file published in the GitHub repository maxence2997/mx-harness (5 stars, last pushed 8d ago), licensed MIT. It adds 967 tokens to every session, about $0.0048 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-31.
Other instructions, from other repositories
personal-corp-os AGENTS.md
Instructions for serejaris/personal-corp-os, covering personal-corp-os, critical rules, never, structure and skill structure.
personal-corp-os CLAUDE.md
Instructions for serejaris/personal-corp-os, a project described as: Personal Corp OS — управление личной компанией через AI-агентов: задачи вне головы, отделы вместо памяти, недельное ретро. Открытые скиллы для Claude Code и Codex.
openstatus AGENTS.md
AGENTS.md instructions for openstatusHQ/openstatus, covering agents.md, verify your change, toolchain, architecture and tests.
abap2UI5 CLAUDE.md
Instructions for abap2UI5/abap2UI5: All project guidance lives in AGENTS.md — the single source of truth for this repository (architecture and the layered design, the src/00-99 packages, the generated app/webapp mirror, the build and delivery pipeline, the CI gates and ABAP code style).
nulnul-harness AGENTS.md
AGENTS.md instructions for SeoNaRu/nulnul-harness: This repository builds plugins/nulnul-harness/, a Codex plugin that selects the strongest justified project-local capability system for the requested outcome, verifies the user's work, removes non-contributing setup, and evolves from measured outcomes without…
medusa CLAUDE.md
Claude Code instructions for Pantheon-Security/medusa, covering medusa - medusa security scanning, critical: release gate — do not skip, 4. security hardening tests (must show: all pass), critical: bash sandbox and project overview.