sage CLAUDE.md

sage CLAUDE.md is an instructions file for coding agents from PsYcGoD/sage. It costs 959 tokens per session, scanned A, original, MIT.

Project instructions requiring coding and repository work to run shell commands through SAGE, a command wrapper. They also describe the project's managed SAGE integration.

In plain words
What is it for?
Use it when running searches, tests, scripts, package installs, or other shell commands for the project. Commands must be passed through the specified SAGE wrapper.
Why use it?
Using the wrapper records command history, reduces noisy output, and captures command-related metrics. The instructions also prevent normal repository tasks from bypassing the project's required workflow.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/psycgod/sage/claude-md.svg)](https://agentmods.dev/instructions/psycgod/sage/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/psycgod/sage/claude-md"><img src="https://agentmods.dev/badge/instructions/psycgod/sage/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 959 This file is loaded in full into every session.
When invoked 959 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 $0.00959 $0.00959
Opus 5 $0.00479 $0.00479
Sonnet 5 $0.00192 $0.00192
Haiku 4.5 $0.00096 $0.00096

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

Security

Grade A, and why

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

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

How it starts

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

SAGE MANAGED BLOCK START

SAGE Integration - MANDATORY

When a user asks for any coding, repo, file, debugging, documentation, or project task, start through SAGE automatically. The user should not need to type sage.

First actions for normal repo work:

  • Route every terminal command through a SAGE wrapper
  • Use native file/search/edit tools normally unless the user has manually installed and enabled the optional SAGE MCP server.

Route every shell command through SAGE. Do not run bare terminal commands.

Allowed wrappers:

  • PyPI/pip install: sage run -- <command>
  • npm/npx install: npx -y psycgod-sage run -- <command>

Rules:

  • Python: sage run -- python script.py or npx -y psycgod-sage run -- python script.py
  • Packages: sage run -- npm install or npx -y psycgod-sage run -- npm install
  • Tests: sage run -- pytest or npx -y psycgod-sage run -- pytest
  • If the wrapper fails before the target command starts, stop and report the wrapper failure.

Why:

  • Tracks local command history for the user
  • Compresses noisy output before it reaches AI context
  • Captures safe proof metrics for token savings and ML prediction
  • Keeps raw commands and output local unless the user enables higher telemetry

Examples:

  • Wrong: python test.py
  • Correct: sage run -- python test.py
  • Correct with npm/npx: npx -y psycgod-sage run -- python test.py
  • Wrong: git status
  • Correct: sage run -- git status

Optional MCP:

  • SAGE MCP is not auto-enabled because MCP stdio sessions can disconnect in long-running AI-agent sessions.
  • If SAGE MCP tools are manually installed and visible, you may use them.
  • If SAGE MCP tools are unavailable or disconnected, keep working with native file/search/edit tools and continue wrapping terminal commands through SAGE.

Example user request:

  • User: "Please help me with my general book in this folder"
  • Correct agent start: inspect/read/edit files with available native tools, then use sage run -- <command> only when a terminal command is needed.
  • Wrong agent start: bare python, git, npm, ls, or other terminal commands without SAGE.

Read the full file on GitHub · 100 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. 4d ago First seen · 100 lines · 959 tokens per session scan A 5a9678572b8c

Subscribe to this mod's changes

sage CLAUDE.md is an instructions file published in the GitHub repository PsYcGoD/sage (10 stars, last pushed 1mo ago), licensed MIT. It adds 959 tokens to every session, about $0.0048 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.