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/oisee/vibing-steampunk/claude-mdgit clone --depth 1 https://github.com/oisee/vibing-steampunkWrote 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.
[](https://agentmods.dev/instructions/oisee/vibing-steampunk/claude-md)<a href="https://agentmods.dev/instructions/oisee/vibing-steampunk/claude-md"><img src="https://agentmods.dev/badge/instructions/oisee/vibing-steampunk/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.04020 | $0.04020 |
| Opus 5 | $0.02010 | $0.02010 |
| Sonnet 5 | $0.00804 | $0.00804 |
| Haiku 4.5 | $0.00402 | $0.00402 |
Grade A, and why
vibing-steampunk 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.
How it starts
The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
vsp — Go-native MCP server and CLI for SAP ABAP Development Tools (ADT).
Doc intent: CLAUDE.md = dev context. README.md = user onboarding. reports/ = research/history. contexts/ = session handoff. agenda/ = what is open and what was decided (
AGENDA.mdis the living board;YYYY-MM-DD-NNN-topic.mdare dated analyses).
Current Priorities
1. Graph Engine (pkg/graph/) — Feature-complete
This section understated the package for four months; corrected 2026-08-24. It
then went stale again the other way — it listed D010INC and ExtractEffects as
pending for a week after both shipped on 2026-08-25. Corrected 2026-09-02.
- Done: core types, parser dep extraction, boundary analyzer, SQL adapters
(
builder_sql.go— CROSS + WBCROSSGT + WBCROSSGTX long names),builder_transport.go,builder_config.go, and thequeries_*.gosurface behind slim / health / impact / api-surface / rename / examples. 51 files, 218 test functions. - Done 2026-08-25: D010INC, the compile-time load graph — the one novel
source in the original design — is
builder_loads.go, reachable asvsp loads. Andgraph.ExtractEffects(side effects / LUW) has callers at last:cmd/vsp/effects.go:82andinternal/mcp/handlers_effects.go:100. Both were described here as unwired for the four months they sat unused. - Pending: unify
cli_deps.go+cli_extra.go+ctxcomp/analyzer.go. Two of the three now importpkg/graph(cli_extra.go:16,analyzer.go:9); onlycli_deps.gostill carries its own extraction. - Design: 002, 003
2. Debugger — Phase 1 shipped, #2 closed 2026-09-02
This line advertised "MCP debug sessions → DAP → Web UI" and pointed at #2 after that issue was closed, so it promised two phases nobody was tracking.
- Built:
pkg/adt/debugger.go(1833 lines), a session that survives across MCP tool calls (internal/mcp/handlers_debug_session.go), six registered tools, and ADT-native AMDP routing whose breakpoints actually fire. - Not built: the DAP shim and the Web UI. No
DebugAdaptercode, noweb/. Now tracked as #184, together with the question of whether vsp should ship a UI at all or stop at DAP and let editors be the front end. - Design: 001
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.
- today Changed · +38 lines · +934 tokens per session 25b178dc637e
- 4d ago First seen · 231 lines · 3,086 tokens per session scan A 4b1a72636d6b
vibing-steampunk CLAUDE.md is an instructions file published in the GitHub repository oisee/vibing-steampunk (454 stars, last pushed today), licensed MIT. It adds 4,020 tokens to every session, about $0.0201 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
mcp-abap-adt CLAUDE.md
Claude Code instructions for fr0ster/mcp-abap-adt, covering mcp abap adt - development guide, testing, integration tests, soft mode (mass run) — save full log and test configuration.
aibap.mcp CLAUDE.md
Instructions for Hochfrequenz/aibap.mcp, covering claude.md, project overview, build & run, testing and workflow.
dassian-adt CLAUDE.md
Claude Code instructions for DassianInc/dassian-adt, covering claude.md, commands, architecture, request flow and handler hierarchy.
sap-adt-mcp CLAUDE.md
Claude Code instructions for engoetz/sap-adt-mcp, covering claude.md, what this is, commands, architecture and invariants that are easy to break.
sap-adt-mcp AGENTS.md
AGENTS.md instructions for engoetz/sap-adt-mcp, covering sap adt python — agent instructions, available mcp tools, abap development workflow, first-time setup (once per environment) and before editing any abap object.
claude-code-settings copilot-instructions.md
Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.