instrument-project

instrument-project is a command for Claude Code from inadarei/claude-code-interactive-mode. It costs 0 tokens per session (276 once invoked), scanned B, original, MIT.

A command that adds shared Claude configuration files and project instructions to a code project. These files tell Claude how to work in that project.

In plain words
What is it for?
It creates Claude command and hook directories, copies standard configuration files, adds an ignore rule, and reports what was copied or skipped.
Why use it?
It avoids copying the same setup files by hand and preserves existing files when they are already present.

Command for Claude Code

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 commands/inadarei/claude-code-interactive-mode/instrument-project
Clone the repo
git clone --depth 1 https://github.com/inadarei/claude-code-interactive-mode

Made for: Claude Code.

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 instrument-project

README.md
[![agentmods](https://agentmods.dev/badge/commands/inadarei/claude-code-interactive-mode/instrument-project.svg)](https://agentmods.dev/commands/inadarei/claude-code-interactive-mode/instrument-project)
Your own site
<a href="https://agentmods.dev/commands/inadarei/claude-code-interactive-mode/instrument-project"><img src="https://agentmods.dev/badge/commands/inadarei/claude-code-interactive-mode/instrument-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 276 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00000 $0.00276
Opus 5 $0.00000 $0.00138
Sonnet 5 $0.00000 $0.00055
Haiku 4.5 $0.00000 $0.00028

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

Security

Grade B, and why

instrument-project scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

4. Copy `~/.claude/settings.local.json` to `./.claude/settings.json` — skip if `./.claude/settings.json` already exists
.claude/commands/instrument-project.md · 11 lines

What it actually says

Initialize this project with my standard Claude configuration files.

  1. Run mkdir -p .claude{commands,hooks} to create the .claude/commands and .claude/hooks directories if they doesn't exist
  2. Copy ~/.claude/CLAUDE.md to ./CLAUDE.md — skip if ./CLAUDE.md already exists
  3. Copy ~/.claude/hooks/check-context-doc.sh to .claude/hooks/check-context-doc.sh - skip if it already exists
  4. Copy ~/.claude/settings.local.json to ./.claude/settings.json — skip if ./.claude/settings.json already exists
  5. Copy ~/.claude/commands/instrument-project.md to ./.claude/commands/instrument-project.md — skip if ./.claude/commands/instrument-project.md already exists
  6. Copy ~/.claude/commands/document-context.md to ./.claude/commands/document-context.md — skip if ./.claude/commands/document-context.md already exists
  7. Add ~/.claude/.gitignore file with a single entry of settings.local.json
  8. Report each file: whether it was copied or skipped (already exists)
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 · 11 lines · 0 tokens per session scan B 0a5e7d0200e4

Subscribe to this mod's changes

instrument-project is a command published in the GitHub repository inadarei/claude-code-interactive-mode (11 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 276 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.