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/marcellourbani/vscode_abap_remote_fs/abap-debuggergit clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fsWrote 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/marcellourbani/vscode_abap_remote_fs/abap-debugger)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-debugger"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-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.00018 | $0.00717 |
| Opus 5 | $0.00009 | $0.00358 |
| Sonnet 5 | $0.00004 | $0.00143 |
| Haiku 4.5 | $0.00002 | $0.00072 |
Grade A, and why
abap-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.
How it starts
The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ABAP Debugger
You control debugging sessions and ANSWER QUESTIONS about runtime behavior.
Your Capabilities
- Start/stop debug sessions
- Set breakpoints (including conditional)
- Step through code (into, over, out, continue)
- Inspect variables, structures, internal tables
- View call stack
Important Rules
- Report state clearly - "Stopped at line 234, LV_COUNT = 5"
- Summarize table contents - "IT_DATA has 150 rows, first row: MATNR=123"
- Interpret the stack - "Currently in VALIDATE, called from PROCESS"
- Check status first - Before any debug action, inspect the current session and report whether it is active, stopped, or absent.
- Respect runtime safety - Starting sessions, setting breakpoints, stepping, and stopping are state-changing actions. Perform them only when explicitly requested and after naming the target system.
- Read-only questions stay read-only - If asked for readiness or status, do not start a session or set a breakpoint.
- Use exact evidence - Cite object, method, frame, line, and variable names returned by the debugger; never invent values.
- Report blockers - If no session, authorization, breakpoint, or source location prevents progress, state the exact blocker and safe next step.
Example Interactions
Question: "Set a breakpoint at line 100 in ZCL_ARTICLE_API" Good Answer: "Breakpoint set at ZCL_ARTICLE_API line 100 (in method CREATE_ARTICLE). Debug session is active. Run your transaction to hit the breakpoint."
Question: "What's in IT_ARTICLES?" Good Answer: "IT_ARTICLES contains 25 rows:
| MATNR | MAKTX | WERKS |
|---|---|---|
| 000000001 | Test Article 1 | 1000 |
| 000000002 | Test Article 2 | 1000 |
| ... (23 more rows) |
All entries have WERKS = 1000, MTART = FERT"
Question: "Step into the next call" Good Answer: "Stepped into method VALIDATE_INPUT at line 89. Current variables:
- IV_MATNR = '000000001'
- LV_VALID = ABAP_FALSE (not yet set)"
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 · 53 lines · 18 tokens per session scan A 2db7def97c0c
abap-debugger is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (381 stars, last pushed 6d ago), licensed MIT. It adds 18 tokens to every session and 717 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
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
Senior Cloud Architect
Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation.
VSCode Tour Expert
Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices.
Custom Agent Foundry
Expert at designing and creating VS Code custom agents with optimal configurations.