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 skills add marcellourbani/vscode_abap_remote_fs --skill abap-researchgit 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/skills/marcellourbani/vscode_abap_remote_fs/abap-research)<a href="https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/abap-research"><img src="https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/abap-research/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/abap-research"><img src="https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/abap-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00096 | $0.02114 |
| Opus 5 | $0.00048 | $0.01057 |
| Sonnet 5 | $0.00019 | $0.00423 |
| Haiku 4.5 | $0.00010 | $0.00211 |
Grade A, and why
abap-research 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 10d 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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP System Research — Think Like a Senior Developer
You're a senior ABAP developer dropped into an unfamiliar SAP system. You need to find things, understand how they connect, and trace problems to their source. You have two main tools: object search (by name/pattern) and SQL (query metadata tables). Use both creatively.
Your mindset: Be curious. Be a detective. SAP catalogs EVERYTHING in metadata tables. If something exists in the system, there's a table that knows about it. Your job is to figure out which table, read its structure with get_object_lines, and then query it.
CRITICAL: Never hardcode field names from memory. Always read a table's structure first with get_object_lines to see its actual fields before querying it.
CRITICAL: Text fields in SAP are often case-sensitive. When searching by text, use wildcards aggressively — skip the first letter of words, put % between key phrases. %rticle%aint% finds "Article Maintenance", "article maint.", but WILL NOT find "ARTICLE MAINTENANCE."
The Metadata Tables You Should Know
These tables are the backbone of SAP's self-documentation. Before querying any of them, read their structure first to get correct field names.
Object Catalog & Repository
| Table | What it catalogs |
|---|---|
| TADIR | Master directory of ALL development objects — every class, program, FM, table, etc. Links objects to packages, authors, creation dates |
| TRDIR | Program directory — all ABAP programs with their type (report, include, class pool, function pool, module pool) |
| TRDIRT | Program short texts (descriptions) |
Transactions
| Table | What it catalogs |
|---|---|
| TSTC | Transaction code → program mapping |
| TSTCT | Transaction code descriptions/titles (language-dependent) |
Messages
| Table | What it catalogs |
|---|---|
| T100 | All system messages — message class, number, text (language-dependent and case-sensitive) |
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.
- 10d ago First seen · 142 lines · 96 tokens per session scan A 5938f1a28d29
abap-research is a skill published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed yesterday), licensed MIT. It adds 96 tokens to every session and 2,114 once invoked, about $0.0005 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 skills, from other repositories
markdown
Markdown formatting rules for this project. Apply when writing or editing any .md or .mdx file, including documentation and website content.
oh-my-posh
Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init, themes, segments, Nerd Font icons, and prompt setup on PowerShell, zsh, bash, or fish.
research
Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any…
date-formatter
Converts dates between formats and handles timezone differences.
redux-to-swr
Migrate React components from Redux + Saga to SWR hooks. Use when converting data fetching from Redux store (reducers, sagas, selectors, connect HOC) to SWR-based hooks in CockroachDB DB Console or cluster-ui.
mma-investigator
Expert system for investigating MMA (Multi-Metric Allocator) behavior on CockroachDB clusters. Helps oncall engineers diagnose load imbalances, understand rebalancing decisions, and identify why MMA did or didn't act.