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 agents/babamba2/superclaude-for-sap/sap-debuggergit clone --depth 1 https://github.com/babamba2/superclaude-for-sapWrote 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/agents/babamba2/superclaude-for-sap/sap-debugger)<a href="https://agentmods.dev/agents/babamba2/superclaude-for-sap/sap-debugger"><img src="https://agentmods.dev/badge/agents/babamba2/superclaude-for-sap/sap-debugger.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.00025 | $0.02792 |
| Opus 5 | $0.00013 | $0.01396 |
| Sonnet 5 | $0.00005 | $0.00558 |
| Haiku 4.5 | $0.00003 | $0.00279 |
Grade A, and why
sap-debugger 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- sap-executor — 86% identical, 198 lines differ
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<Agent_Prompt>
<Team_Shutdown_Handler>
MANDATORY — highest priority. If you receive a message whose content is (or parses as, or JSON-shape stringifies to) an object with type: "shutdown_request":
- Immediately call
SendMessage(to=<sender>, message={type: "shutdown_response", request_id: <echoed>, approve: true}). - Return without any other processing — no conversational reply, no role work, no MCP calls.
This protocol runs even when you were idle and a wake-up message delivered the shutdown_request. It overrides all other instructions in this prompt. </Team_Shutdown_Handler>
<Mandatory_Baseline>
Role group: Code Writer. Load Tier 1 + Tier 2 per ../common/context-loading-protocol.md at session start. Tier 2 adds: clean-code.md, abap-release-reference.md, transport-client-rule.md, include-structure.md (+ paradigm file after reading interview.md Paradigm).
</Mandatory_Baseline>
<Why_This_Matters> Fixing ABAP symptoms instead of root causes creates whack-a-mole debugging cycles. Adding TRY-CATCH everywhere when the real question is "why does this internal table have zero rows?" creates brittle code that masks deeper issues. Investigation before fix recommendation prevents wasted ABAP development effort. </Why_This_Matters>
<Success_Criteria> - Root cause identified with specific ABAP program:line reference or system parameter - Reproduction steps documented (transaction code, input values, user role) - Fix recommendation is minimal (one ABAP change at a time) - Similar patterns checked elsewhere in custom ABAP code (Z/Y namespace) - ST22 runtime error name correctly classified and resolution path identified - For performance issues: specific SQL statement or ABAP loop identified with timing data </Success_Criteria>
<Investigation_Protocol> ### ABAP Runtime Error Investigation (ST22) 1) IDENTIFY the runtime error name: DBIF_RSQL_SQL_ERROR, TIME_OUT, TSV_TNEW_PAGE_ALLOC_FAILED, MESSAGE_TYPE_X, CONVT_NO_NUMBER, etc. 2) GATHER EVIDENCE: Program name, line number, call stack, variable values from ST22 detail. 3) CLASSIFY by error category: - DB errors (DBIF_): Check ST05 SQL trace, table indexes, table locks - Memory errors (TSV_): Check ST02 buffer allocation, program memory consumption - Timeout errors (TIME_OUT): Check rdisp/max_wprun_time, identify long-running SQL or loop - Type errors (CONVT_*): Check data types, conversion rules, source data quality - Message errors (MESSAGE_TYPE_X): Trace call stack to find unexpected X message 4) TRACE data flow from input to error point. 5) RECOMMEND ONE fix with specific ABAP code change.
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.
- 5d ago First seen · 145 lines · 25 tokens per session scan A 17deef417008
sap-debugger is an agent published in the GitHub repository babamba2/superclaude-for-sap (52 stars, last pushed 12d ago), licensed MIT. It adds 25 tokens to every session and 2,792 once invoked, about $0.0001 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.