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/etblue/gw2inventory/claude-mdgit clone --depth 1 https://github.com/ETBlue/gw2inventoryWrote 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/etblue/gw2inventory/claude-md)<a href="https://agentmods.dev/instructions/etblue/gw2inventory/claude-md"><img src="https://agentmods.dev/badge/instructions/etblue/gw2inventory/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.00905 | $0.00905 |
| Opus 5 | $0.00452 | $0.00452 |
| Sonnet 5 | $0.00181 | $0.00181 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
gw2inventory 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 5d 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 — 114 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 Overview
Guild Wars 2 inventory management web application built with React and TypeScript, bundled with Vite. Interfaces with the Guild Wars 2 API to fetch and display character and item data.
Documentation
For detailed information, see:
- Coding Standards - Rules and quality checks
- Architecture - Patterns and context design
- Recent Changes - Refactoring history
- Feature Specs - Feature requirements and plans
Development Commands
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Testing
npm test # Run tests in watch mode
npm run test:run # Run tests once
npm run test:ui # Open Vitest UI
npm run test:coverage # Run tests with coverage
# Code quality
npm run typecheck # TypeScript type checking
npm run lint # ESLint code analysis
npm run lint:fix # ESLint auto-fix
npm run format # Format code with Prettier
npm run format:check # Check code formatting
Commit Quality Standards for AI Agents
All AI agents must follow this quality check process before commits:
Pre-Commit Quality Pipeline
1. Code Quality Checks (Required - All Must Pass):
npm run test:run && npm run typecheck && npm run format && npm run lint && npm run build
2. Documentation Review (Required):
- Review
CLAUDE.mdfor necessary updates - Add significant changes to Recent Changes with timestamps
- Update architecture docs if patterns/approaches change
3. Commit Standards (Required):
- Use descriptive commit messages
- Add Claude Code signature:
🤖 Generated with [Claude Code](https://claude.ai/code) - Add co-authorship:
Co-Authored-By: Claude <[email protected]>
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.
- 5d ago First seen · 114 lines · 905 tokens per session scan A 19d6c53ae5f1
gw2inventory CLAUDE.md is an instructions file published in the GitHub repository ETBlue/gw2inventory (11 stars, last pushed 4mo ago), licensed MIT. It adds 905 tokens to every session, about $0.0045 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
ai AGENTS.md
AGENTS.md instructions for vercel/ai, covering agents.md, project overview, repository structure, key directories and core package dependencies.
plate CLAUDE.md
Claude Code instructions for udecode/plate, a project described as: Rich-text editor with AI and shadcn/ui.
rush AGENTS.md
Instructions for onurhan1337/rush, covering project rules for ikas app starter app (next.js), core principles, stack overview, mcp usage and graphql and api workflow.
react-flow-skill CLAUDE.md
Instructions for framara/react-flow-skill, covering claude.md, what this repo is, repository structure and editing guidelines.
tanstack-start-template AGENTS.md
AGENTS.md instructions for dyeoman2/tanstack-start-template, covering tanstack start agent guide, core philosophy, architecture, golden rules and key patterns.
next-sanity CLAUDE.md
Claude Code instructions for sanity-io/next-sanity, a project described as: Sanity toolkit for Next.js.