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/boxlogodev/sapstack/claude-mdgit clone --depth 1 https://github.com/BoxLogoDev/sapstackWhat 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.00388 | $0.00388 |
| Opus 5 | $0.00194 | $0.00194 |
| Sonnet 5 | $0.00078 | $0.00078 |
| Haiku 4.5 | $0.00039 | $0.00039 |
Grade A, and why
sapstack 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 2d 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.
What it actually says
CLAUDE.md — sapstack
Project operating contract
Before changing this repository or answering any SAP question, read AGENTS.md.
Universal Rules, the dual-mode response format (Quick Advisory / Evidence Loop),
plugin and subagent routing, the compatibility matrix, multilingual behavior,
and the reference map all live there. ETHOS.md holds the why behind those
rules, and CONTRIBUTING.md holds the contribution gates.
Keep this file limited to Claude Code / gstack routing so project instructions
do not diverge across agents. Do not restate project facts here — point at
AGENTS.md instead.
Claude Code entry points
- Knowledge source:
plugins/*/skills/*/SKILL.md(Korean:references/ko/) - Slash commands:
commands/*.md - Subagents:
agents/*.md - Install as a marketplace plugin:
/plugin marketplace add https://github.com/BoxLogoDev/sapstack
Skill routing
When the user's request matches an available skill, invoke it via the Skill tool. When in doubt, invoke the skill.
- Evidence Loop diagnosis session →
/sap-session-start, then/sap-session-add-evidenceand/sap-session-next-turn - Module-specific workflows → the matching
commands/sap-*.mdslash command - Bugs/errors in this repository's own code →
/investigate - Code review / diff check →
/review - Ship / deploy / PR →
/shipor/land-and-deploy - Save progress →
/context-save; resume →/context-restore
Quality gates before committing
./scripts/lint-frontmatter.sh
./scripts/check-marketplace.sh
./scripts/check-hardcoding.sh --strict
./scripts/check-tcodes.sh
npm run check:doc-stats
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.
- 2d ago First seen · 45 lines · 388 tokens per session scan A 26af302dfafe
sapstack CLAUDE.md is an instructions file published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 2d ago), licensed MIT. It adds 388 tokens to every session, about $0.0019 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
abap2UI5 AGENTS.md
Instructions for abap2UI5/abap2UI5, covering agents.md — ai assistant guide for abap2ui5, where knowledge lives, project overview, related repositories and architecture.
vibing-steampunk copilot-instructions.md
Instructions for oisee/vibing-steampunk, covering copilot instructions for vsp, project, build, test, lint, build and run all unit tests.
onebase CLAUDE.md
Instructions for ivanarama/onebase, covering claude.md, сборка и запуск, cli + сервер (без cgo) — основной бинарь, gui с нативным окном (cgo + webview2 на windows) and тесты.
mcp-erpnext AGENTS.md
Instructions for Casys-AI/mcp-erpnext, covering agents.md, project overview, project structure & module organization, build, test, and development commands and run all tests (also: deno task test).
abap2UI5 CLAUDE.md
Instructions for abap2UI5/abap2UI5: All project guidance lives in AGENTS.md — the single source of truth for this repository (architecture and the layered design, the src/00-99 packages, the generated app/webapp mirror, the build and delivery pipeline, the CI gates and ABAP code style).
balaka CLAUDE.md
Instructions for artivisi/balaka, covering claude instructions, project overview, current status, key files and development guidelines.