MTA_Plugin CLAUDE.md

MTA_Plugin CLAUDE.md is an instructions file for coding agents from GRU-953/MTA_Plugin. It costs 739 tokens per session, scanned A, original, MIT.

A set of instructions for continuing a multi-session coding project using its repository records as the source of truth.

In plain words
What is it for?
Reading progress and session logs, selecting the next work package, working on branches and pull requests, updating release records, and recording the next step.
Why use it?
It provides a repeatable way to resume work, track decisions and risks, preserve project rules, and leave the repository ready for the next session.

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/gru-953/mta_plugin/claude-md
Clone the repo
git clone --depth 1 https://github.com/GRU-953/MTA_Plugin

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 MTA_Plugin CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gru-953/mta_plugin/claude-md.svg)](https://agentmods.dev/instructions/gru-953/mta_plugin/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gru-953/mta_plugin/claude-md"><img src="https://agentmods.dev/badge/instructions/gru-953/mta_plugin/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 739 This file is loaded in full into every session.
When invoked 739 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.00739 $0.00739
Opus 5 $0.00369 $0.00369
Sonnet 5 $0.00148 $0.00148
Haiku 4.5 $0.00074 $0.00074

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

Security

Grade A, and why

MTA_Plugin 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 3d 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 · 41 lines

How it starts

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

CLAUDE.md — Memorised them All

This repo is under a multi-session hardening/extension program. Cross-session state lives in program/ on the develop branch — that is the single source of truth, not model memory. Any fresh session resumes from it with zero prior context.

Resume protocol (every session)

  1. git checkout develop && git pull.
  2. Read program/PROGRESS.md — the ▶ RESUME HERE pointer + the WP table — and the last 1–2 entries of program/SESSION_LOG.md. Skim DECISIONS.md / RISKS.md / ACCEPTANCE.md as needed. Load only the code the next Work Package touches — do not re-read the whole tree.
  3. Do the next unblocked WP on a wp-<id>-<slug> branch → PR into develop with green CI. Never push main directly; release from main via a vX.Y.Z tag (the tag-triggered train publishes all channels — see program/PUBLISH_MANIFEST.md).
  4. Wrap up: leave the repo green + resumable; update PROGRESS.md (statuses + ▶ RESUME HERE) and append a SESSION_LOG.md entry ending with the single exact next step.

Status

v2.6.1 SHIPPED — PyPI + GitHub Release + .mcpb + Homebrew tap + GHCR (OIDC trusted-publish, SBOM, cosign single-file *.sigstore.json bundle). Ships v2.5.0 cross-AI mta setup (Claude/Gemini/Cursor/VS Code/Windsurf/Codex; Grok auto-discover) + v2.6.0 recall/resolve perf + supply-chain. v2.6.1 = the v2.6.0 package with two release-pipeline fixes (SBOM attach + cosign pin). S25 docs reframe SHIPPED (no version bump): README + all 7 metadata surfaces reframed Claude-only → cross-AI; live on GitHub / Claude-marketplace / Glama (PR #80→main, #81→develop). Next = v2.x+ backlog (optional): a docs-only v2.6.2 to refresh PyPI's page with the new cross-AI description; remote-MCP recipe polish; the deferred Low items in program/RISKS.md (R-16/R-17, accepted).

Invariants (must never regress)

Token-free (tiny tool results; document contents never returned to the model) · 100% local / no telemetry · dependency-free classical/offline fallback (a digest succeeds with no models and no network) · atomic, crash-safe writes. CI must stay green on the Ubuntu/macOS/Windows × 3.10/3.12 matrix.

Read the full file on GitHub · 41 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. 3d ago First seen · 41 lines · 739 tokens per session scan A 272b8b2b3515

Subscribe to this mod's changes

MTA_Plugin CLAUDE.md is an instructions file published in the GitHub repository GRU-953/MTA_Plugin (1 stars, last pushed 29d ago), licensed MIT. It adds 739 tokens to every session, about $0.0037 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.