mx-harness CLAUDE.md

mx-harness CLAUDE.md is an instructions file for coding agents from maxence2997/mx-harness. It costs 967 tokens per session, scanned A, original, MIT.

A set of instructions for mx-harness, a collection of coding-agent skills that guides work from a specification through planning, testing, review, commits, and pull requests. A monorepo is a repository containing multiple related projects or tools; these instructions describe this repository's layout and maintenance rules.

In plain words
What is it for?
Use it when maintaining mx-harness skills, reading required maintenance guidance, editing skill files, or checking install-script and documentation changes.
Why use it?
It tells an agent how this repository is organized and which rules apply before changing skills or installation files, helping prevent broken conventions and unnecessary duplicated instructions.

Instructions file

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 instructions/maxence2997/mx-harness/claude-md
Clone the repo
git clone --depth 1 https://github.com/maxence2997/mx-harness

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 mx-harness CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/maxence2997/mx-harness/claude-md.svg)](https://agentmods.dev/instructions/maxence2997/mx-harness/claude-md)
Your own site
<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>
Per session 967 This file is loaded in full into every session.
When invoked 967 The same file — it is already loaded in full.
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.00967 $0.00967
Opus 5 $0.00483 $0.00483
Sonnet 5 $0.00193 $0.00193
Haiku 4.5 $0.00097 $0.00097

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

Security

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.

CLAUDE.md · 83 lines

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:

  1. <skill>/SKILL.md — the actual change
  2. <skill>/README.md — user-facing "what it does" list
  3. README.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.

Read the full file on GitHub · 83 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 · 83 lines · 967 tokens per session scan A 5e22b3cb9fdf

Subscribe to this mod's changes

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.

Related

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.

serejaris/personal-corp-os · 596 tokens

personal-corp-os CLAUDE.md

Instructions for serejaris/personal-corp-os, a project described as: Personal Corp OS — управление личной компанией через AI-агентов: задачи вне головы, отделы вместо памяти, недельное ретро. Открытые скиллы для Claude Code и Codex.

serejaris/personal-corp-os · 3 tokens

openstatus AGENTS.md

AGENTS.md instructions for openstatusHQ/openstatus, covering agents.md, verify your change, toolchain, architecture and tests.

openstatusHQ/openstatus · 1,308 tokens

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).

abap2UI5/abap2UI5 · 79 tokens

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…

SeoNaRu/nulnul-harness · 1,707 tokens

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.

Pantheon-Security/medusa · 2,806 tokens