supi CLAUDE.md

supi CLAUDE.md is an instructions file for coding agents from mrclrchtr/supi. It costs 4,617 tokens per session, scanned A, original, MIT.

Project instructions for SuPi, a collection of installable extensions for the pi coding agent. It explains the repository's workspace layout, documentation process, development status, and package conventions.

In plain words
What is it for?
Use it when developing SuPi extensions, reading its documentation, checking project status, or organizing packages in its pnpm workspace monorepo—a repository containing multiple related packages.
Why use it?
It gives contributors the project-specific rules they need before changing pi extensions, whose APIs should be checked in the repository documentation.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mrclrchtr/supi/claude-md.svg)](https://agentmods.dev/instructions/mrclrchtr/supi/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/mrclrchtr/supi/claude-md"><img src="https://agentmods.dev/badge/instructions/mrclrchtr/supi/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,617 This file is loaded in full into every session.
When invoked 4,617 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.04617 $0.04617
Opus 5 $0.02308 $0.02308
Sonnet 5 $0.00923 $0.00923
Haiku 4.5 $0.00462 $0.00462

Measured today against content hash 4664e451b8da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

supi 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 today.

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 · 194 lines

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

SuPi (Super Pi) is a curated extension repo for the pi coding agent (@earendil-works/pi-coding-agent).

It is a pnpm workspace monorepo of installable pi extensions. pi loads the extensions directly as TypeScript — there is no build step.

Development status

SuPi is pre-release and not API-stable. Intentional breaking changes to package APIs, commands, configuration formats, and extension behavior are allowed when they improve the design. Do not treat backwards compatibility as a blocker unless a task explicitly asks for it.

Pi docs-first rule

  • Never assume pi harness APIs, behavior, or conventions from memory or model priors.
  • Before changing code or giving guidance about pi-specific behavior, read the relevant installed pi docs (README.md, matching files in docs/, and examples/) and follow linked .md cross-references.
  • Start with docs/index.md for getting an overview of PI's docs.
  • For Pi context mechanics verified in this repo (request payload, prompt caching, compaction, extension hooks for context control), see docs/pi/context-architecture.md.

Documentation expectations

  • docs/INDEX.md is the docs index — start there for repo documentation; add new docs per its maintenance rules.
  • Add JSDoc for exported APIs, config surfaces, and non-obvious behavior; skip boilerplate for trivial private code.
  • Add inline JSDoc for complex internal logic where a short explanation would help maintainers.

Package layout convention

  • Follow docs/conventions/package-layout.md for repo-wide package structure.
  • Standardize package boundaries with src/api.ts, src/index.ts, and src/extension.ts when the package role requires them.
  • Prefer package-level tests in __tests__/unit/ and __tests__/integration/, with __tests__/helpers/ and __tests__/fixtures/ as needed.
  • Prefer domain folders over catch-all names like core/, shared/, or misc/.
  • Keep small packages flat; add config/, ui/, session/, or other domain folders only when the package size and responsibilities clearly justify them. Packages that register tools use the per-tool directory layout under src/tool/ (docs/conventions/tool-architecture.md § Per-tool directory layout).
  • Anchor examples: the large-package model (hybrid with domain folders) and the standard package model (flat with package-level tests).
  • This convention is the default for new packages and for existing packages when they receive structural work.
  • Packages that should stay flat unless they grow: supi-bash-timeout, supi-context, supi-debug, supi-test-utils.
  • supi-skill-patches is a private maintenance package. It owns upstream synchronization and per-file compatibility patches; generated skills live in the root skills/ catalog, and selected project-local skills link into .pi/skills/.
  • supi-web should stay mostly flat, but may use src/tool/ for per-tool guidance files.

Read the full file on GitHub · 194 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. today Changed · +28 tokens per session 4664e451b8da
  2. 5d ago First seen · 194 lines · 4,589 tokens per session scan A c2402fcc2c31

Subscribe to this mod's changes

supi CLAUDE.md is an instructions file published in the GitHub repository mrclrchtr/supi (86 stars, last pushed today), licensed MIT. It adds 4,617 tokens to every session, about $0.0231 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.