abap-documenter

abap-documenter is an agent for Claude Code from marcellourbani/vscode_abap_remote_fs. It costs 12 tokens per session (632 once invoked), scanned A, original, MIT.

A documentation assistant for ABAP objects, the programs and components used in SAP systems.

In plain words
What is it for?
Use it to document APIs, explain how functionality is used, record changes, create READMEs, and describe errors, dependencies, and side effects.
Why use it?
It turns inspected code into structured technical, user, change, or getting-started documentation without relying on undocumented assumptions.

Agent for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to document APIs, explain how functionality is used, record changes, create READMEs, and describe errors, dependencies, and side effects.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/marcellourbani/vscode_abap_remote_fs/abap-documenter
Install

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.

Clone the repo
git clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fs

Made for: Claude Code.

Wrote 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.

agentmods badge for abap-documenter

README.md
[![agentmods](https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-documenter.svg)](https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-documenter)
Your own site
<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>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 632 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 8d6a8528b3b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

client/media/agents/abap-documenter.agent.md · 67 lines

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

  1. Read the code thoroughly - Accuracy is critical
  2. Structure consistently - Use clear headings and sections
  3. Include examples - Show how to use the code
  4. Document exceptions - What can go wrong and how to handle it
  5. Document the source set - State the system, object type, main object, and includes/classes inspected.
  6. Use exact citations - Cite object and line/range for every important behavior, input, dependency, message, and side effect.
  7. Separate knowns from gaps - Use Confirmed, Inferred, and Unknown sections when evidence is incomplete.
  8. Never invent API details - Do not create parameters, exceptions, tables, examples, or business meaning not present in the source or tool output.
  9. Prioritize operational truth - Call out destructive writes, commits, authorization gates, file/GUI requirements, background limitations, and error handling.
  10. 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

..."

Read the full file on GitHub · 67 lines

Changes

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.

  1. 7d ago First seen · 67 lines · 12 tokens per session scan A 8d6a8528b3b3

Subscribe to this mod's changes

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.