exosuit CLAUDE.md

exosuit CLAUDE.md is an instructions file for Claude Code from joris887/exosuit. It costs 1,650 tokens per session, scanned A, original, MIT.

A project instruction file for Exosuit that records its structure, technology choices, commands, architecture rules, and Git workflow. Git is the tool used to track code changes.

In plain words
What is it for?
Use it when changing Exosuit, especially before architectural work, running development checks, or creating branches and commits.
Why use it?
It gives a coding agent the repository’s expected practices, including branch, commit, review, and rollback rules.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/joris887/exosuit/claude-md.svg)](https://agentmods.dev/instructions/joris887/exosuit/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/joris887/exosuit/claude-md"><img src="https://agentmods.dev/badge/instructions/joris887/exosuit/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,650 This file is loaded in full into every session.
When invoked 1,650 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.1 $0.01650 $0.01650
Opus 5 $0.00825 $0.00825
Sonnet 5 $0.00330 $0.00330
Haiku 4.5 $0.00165 $0.00165

Measured 5d ago against content hash ba4d3ae194a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

exosuit 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.

CLAUDE.md · 154 lines

How it starts

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

[Project Name]

Project Overview

Profile: standard

Tech Stack

Critical Rules

Commands

# Filled by /bootstrap with detected commands:
# dev:       <dev server command>
# test:      <test command>
# lint:      <lint command>
# format:    <format command>
# build:     <build command>
# typecheck: <typecheck command>

Architecture

Architecture Rules

  • Before proposing any architectural change, check @docs/adr/ for prior decisions.

Git Workflow

  • Default branch:
  • Flow: Modified GitHub Flow (sprint branches → squash merge to main)
  • Branches: <type>/<description> (feat, fix, hotfix, refactor, docs, test, chore) or sprint-<N>
  • Commits: Conventional Commits: <type>(<scope>): <description> — atomic, one logical unit each
  • PRs: ≤400 LOC (target ≤200). Squash merge to main. Delete branch after merge.
  • Safety: Force push, reset --hard, clean -f, branch -D, --no-verify, checkout . — all blocked by hooks
  • Rollback: /rewindreset --softstashrevert → (reset --hard blocked)
  • Reference: See docs/reference/GIT_WORKFLOW.md for full guide

Read the full file on GitHub · 154 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. 5d ago First seen · 154 lines · 1,650 tokens per session scan A ba4d3ae194a6

Subscribe to this mod's changes

exosuit CLAUDE.md is an instructions file published in the GitHub repository joris887/exosuit (4 stars, last pushed 16d ago), licensed MIT. It adds 1,650 tokens to every session, about $0.0083 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.