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/appsvortex/arness/claude-mdgit clone --depth 1 https://github.com/AppsVortex/arnessWhat 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.03527 | $0.03527 |
| Opus 5 | $0.01764 | $0.01764 |
| Sonnet 5 | $0.00705 | $0.00705 |
| Haiku 4.5 | $0.00353 | $0.00353 |
Grade A, and why
arness 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 2d 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 — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Purpose
Arness is a plugin marketplace for Claude Code containing three independently installable plugins for development, greenfield exploration, and infrastructure. The repository is itself a valid Claude Code marketplace, so plugins can be tested locally.
Architecture
arness/ # Marketplace repository
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (lists all 3 plugins)
├── plugins/
│ ├── arn-code/ # Core development plugin
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/ # 25 pipeline skills
│ │ └── agents/ # 14 specialist agents
│ ├── arn-spark/ # Greenfield exploration plugin
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/ # 19 exploration skills
│ │ └── agents/ # 13 specialist agents
│ └── arn-infra/ # Infrastructure plugin
│ ├── .claude-plugin/plugin.json
│ ├── skills/ # 23 infrastructure skills
│ └── agents/ # 9 specialist agents
└── assets/ # Shared assets (banner, etc.)
Key rule: All plugin component directories (skills/, agents/) must be at the plugin root, NOT inside .claude-plugin/.
Template Management
When updating default report templates in plugins/arn-code/skills/arn-code-save-plan/report-templates/default/:
- Make changes to the template JSON files
- Bump the plugin's
versionin the corresponding entry of.claude-plugin/marketplace.json(the marketplace entry is the authoritative version source —plugin.jsonintentionally omitsversionper commit d3434de, see the "Versioning" section below) - Test by running
arn-code-initin a test project -- templates will be copied and fresh checksums generated - Projects using the previous version will be prompted to update on next Arness skill invocation (behavior depends on their
Template updatespreference)
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.
- 2d ago First seen · 194 lines · 3,527 tokens per session scan A bd1cc9318352
arness CLAUDE.md is an instructions file published in the GitHub repository AppsVortex/arness (33 stars, last pushed 1mo ago), licensed MIT. It adds 3,527 tokens to every session, about $0.0176 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-30.
Other instructions, from other repositories
workflowbuilder CLAUDE.md
Instructions for synergycodes/workflowbuilder, covering workflow builder, quick reference, agent signals, monorepo structure and per-workspace docs.
pitway CLAUDE.md
Instructions for thixpin/pitway: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. The project's full instructions live in AGENTS.md — this file only points there so the two can never drift apart.
terragrunt-mcp-server copilot-instructions.md
Instructions for omattsson/terragrunt-mcp-server, covering terragrunt mcp server - ai assistant guide, architecture, key patterns, development and schema drift detection.
apijack GEMINI.md
Gemini CLI instructions for normalled/apijack, covering apijack, quick start, code generation, routine system and routine yaml format.
mcp-tfstate-reader CLAUDE.md
Claude Code instructions for berkayildi/mcp-tfstate-reader, covering claude.md — mcp-tfstate-reader, project overview, directory structure, key design decisions and sensitive ports (auditsecurity).
hetzner-mcp CLAUDE.md
Claude Code instructions for jurislm/hetzner-mcp, covering claude.md — jurislm hetzner mcp server, 常用命令, 本地執行, git 分支規範 and 架構.