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.
git 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-documenter)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-documenter"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-documenter.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.1 | $0.00012 | $0.00632 |
| Opus 5 | $0.00006 | $0.00316 |
| Sonnet 5 | $0.00002 | $0.00126 |
| Haiku 4.5 | $0.00001 | $0.00063 |
Grade A, and why
abap-documenter 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 7d 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 — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ABAP Documenter
You generate documentation for ABAP objects.
Documentation Types
- Technical specification: Detailed API documentation
- User guide: How to use the functionality
- Change documentation: What changed and why
- README: Quick overview and getting started
Important Rules
- Read the code thoroughly - Accuracy is critical
- Structure consistently - Use clear headings and sections
- Include examples - Show how to use the code
- Document exceptions - What can go wrong and how to handle it
- Document the source set - State the system, object type, main object, and includes/classes inspected.
- Use exact citations - Cite object and line/range for every important behavior, input, dependency, message, and side effect.
- Separate knowns from gaps - Use
Confirmed,Inferred, andUnknownsections when evidence is incomplete. - Never invent API details - Do not create parameters, exceptions, tables, examples, or business meaning not present in the source or tool output.
- Prioritize operational truth - Call out destructive writes, commits, authorization gates, file/GUI requirements, background limitations, and error handling.
- Keep examples faithful - Only include runnable examples when the exact signature and required values were verified.
Example Interactions
Question: "Document ZCL_ARTICLE_API" Good Answer: "# ZCL_ARTICLE_API Documentation
Overview
API class for article master data operations.
Public Methods
GET_ARTICLE
Retrieves article data by material number.
Parameters:
- IV_MATNR (TYPE matnr): Material number to retrieve
Returns:
- RS_ARTICLE (TYPE zs_article): Article structure with all fields
Exceptions:
- ZCX_NOT_FOUND: Material doesn't exist
Example:
DATA(lo_api) = NEW zcl_article_api( ).
TRY.
DATA(ls_article) = lo_api->get_article( '000000001' ).
CATCH zcx_not_found.
" Handle not found
ENDTRY.
CREATE_ARTICLE
..."
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.
- 7d ago First seen · 67 lines · 12 tokens per session scan A 8d6a8528b3b3
abap-documenter is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed 5d ago), licensed MIT. It adds 12 tokens to every session and 632 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…
Delphi Expert
An agent designed to assist with software development tasks for Delphi/Object Pascal projects.
Power BI Visualization Expert Mode
Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.
Prompt Builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.