skills CLAUDE.md

skills CLAUDE.md is an instructions file for coding agents from mutagent-io/skills. It costs 3,080 tokens per session, scanned A, original, MIT.

Repository instructions for mutagent-io/skills, a public collection of installable skill bundles for AI coding agents. They explain the repository layout, supported formats, and versioning rule.

In plain words
What is it for?
Use them when adding or updating marketplace skills, checking Claude Code plugin structure, or working with the repository’s README and manifest files.
Why use it?
They help contributors understand which files are published, where skill content belongs, and how the repository should be maintained.

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/mutagent-io/skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/mutagent-io/skills

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mutagent-io/skills/claude-md.svg)](https://agentmods.dev/instructions/mutagent-io/skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/mutagent-io/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/mutagent-io/skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,080 This file is loaded in full into every session.
When invoked 3,080 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.03080 $0.03080
Opus 5 $0.01540 $0.01540
Sonnet 5 $0.00616 $0.00616
Haiku 4.5 $0.00308 $0.00308

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

Security

Grade A, and why

skills 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 · 276 lines

How it starts

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

CLAUDE.md

Guidance for AI coding agents (Claude Code, Cursor, etc.) working inside this repository. If you are looking for how to use the skills, read README.md instead.


What this repo is

The public skills marketplace for the MutagenT platform. It hosts user-facing skill bundles that ship to AI coding agents — installable via Claude Code's /plugin marketplace add, via mutagent skills install, by direct clone, or as a git submodule.

It satisfies two compatible specs from one source of truth:

It is not the source of truth for skill content. Skills are authored privately (@mutagent/cli carries the canonical mutagent-cli skill in its own source tree) and published here. Treat every file in this repo as world-readable.

What lives here

.
├── .claude-plugin/
│   ├── marketplace.json     — marketplace catalog (Claude Code reads this)
│   └── plugin.json          — plugin manifest (the repo itself IS the plugin)
├── SKILL.md                 — source of truth (root, for crawlers/registries)
├── CHANGELOG.md
├── references/              — spec-required parent folder
│   ├── concepts/*.md        —   WHY/WHAT design references
│   └── workflows/*.md       —   HOW step sequences
├── skills/
│   └── mutagent-cli/        — byte-identical mirror (Claude Code plugin spec)
│       ├── SKILL.md         —   regenerated by scripts/mirror-skill.sh
│       ├── CHANGELOG.md     —   CI enforces parity via validate.yml mirror-check
│       └── references/      —   same nested concepts/+workflows/ shape
├── CLAUDE.md                — this file
├── README.md                — public registry index, install paths
├── LICENSE                  — MIT (skills only; the CLI has its own license)
├── .github/workflows/       — validate, tag-on-merge, release
└── scripts/
    ├── sanitize.py          — canonical public/internal filter (idempotent)
    ├── mirror-skill.sh      — copies root content → skills/<name>/ mirror
    └── sync-from-cli.sh     — fetch + reconstitute skill from npm

Read the full file on GitHub · 276 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 · 276 lines · 3,080 tokens per session scan A dc9f7e21a0d2

Subscribe to this mod's changes

skills CLAUDE.md is an instructions file published in the GitHub repository mutagent-io/skills (4 stars, last pushed 29d ago), licensed MIT. It adds 3,080 tokens to every session, about $0.0154 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.