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 instructions/shrek-abaper/sap-engineering-skill/claude-mdgit clone --depth 1 https://github.com/shrek-abaper/sap-engineering-skillWrote 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/instructions/shrek-abaper/sap-engineering-skill/claude-md)<a href="https://agentmods.dev/instructions/shrek-abaper/sap-engineering-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/shrek-abaper/sap-engineering-skill/claude-md.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.02702 | $0.02702 |
| Opus 5 | $0.01351 | $0.01351 |
| Sonnet 5 | $0.00540 | $0.00540 |
| Haiku 4.5 | $0.00270 | $0.00270 |
Grade A, and why
sap-engineering-skill CLAUDE.md 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 6d 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 — 251 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Overview
sap-engineering-skill is a monorepo of AI agent skills for SAP ABAP engineering. Each skill follows the SKILL.md specification and works with compatible AI agent frameworks (opencode, Claude Code, Cursor).
Skills
| Skill | Purpose | Location |
|---|---|---|
sap-adt-cli |
Read/write ABAP source and metadata via ADT REST API | skills/sap-adt-cli/ |
abap-code-review |
Pre-release security & quality review (9 dimensions) | skills/abap-code-review/ |
sap-transport-gate |
Transport Request release gate assessment (10 dimensions) | skills/sap-transport-gate/ |
sap-integration-wiki |
SAP integration knowledge base (9 domains, 8 technologies) | skills/sap-integration-wiki/ |
The three skills abap-code-review, sap-transport-gate, and sap-integration-wiki were previously maintained as standalone public repositories tracked via git subtree. Those repositories were archived in August 2026 - all updates now happen exclusively in this repo.
Repository Structure
sap-engineering-skill/
├── skills/
│ ├── sap-adt-cli/ ← Source in this repo (main skill)
│ │ ├── scripts/
│ │ │ ├── sap_adt_cli.py ← Main CLI entry point
│ │ │ └── lib/ ← config.py, handlers.py, client.py
│ │ └── SKILL.md ← Skill spec for agent frameworks
│ ├── abap-code-review/ ← ABAP code review skill
│ │ ├── references/ ← REF_ABAP_SECURITY.md, REF_CLEAN_ABAP.md
│ │ │ └── REPORT_TEMPLATE.md
│ │ └── SKILL.md
│ ├── sap-transport-gate/ ← Transport gate review skill
│ │ ├── scripts/
│ │ │ ├── tr_collector.py ← Online TR collection CLI
│ │ │ └── lib/ ← config.py, handlers.py, client.py
│ │ ├── references/ ← Decision policy, review dimensions, etc.
│ │ ├── evals/ ← Golden set, evals.json
│ │ └── SKILL.md
│ └── sap-integration-wiki/ ← SAP integration knowledge base
│ ├── references/ ├── scenarios/, tech/, troubleshoot/
│ ├── scripts/ ← gen-odata-postman.js, gen-jco-config.py, etc.
│ ├── assets/ ├── payloads/, configs/
│ └── SKILL.md
├── README.md
├── README.zh-CN.md
├── LICENSE
└── setup-opencode-abap-cli.bat ← Windows one-click installer
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.
- 6d ago First seen · 251 lines · 2,702 tokens per session scan A c0df264c29d2
sap-engineering-skill CLAUDE.md is an instructions file published in the GitHub repository shrek-abaper/sap-engineering-skill (34 stars, last pushed 20d ago), licensed MIT. It adds 2,702 tokens to every session, about $0.0135 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 instructions, from other repositories
erpl-adt CLAUDE.md
Claude Code instructions for DataZooDE/erpl-adt, covering claude.md, git commits and pull requests, project overview, build commands and architecture.
erpl-adt AGENTS.md
AGENTS.md instructions for DataZooDE/erpl-adt, a project described as: CLI and MCP server for the SAP ADT REST API — search, read/write ABAP source, run tests, manage transports. No Eclipse, no RFC SDK, no JVM.
questdb CLAUDE.md
Claude Code instructions for questdb/questdb, covering claude.md, project overview, coding guidelines, tests and questdb's sql dialect.
liteflow CLAUDE.md
Instructions for dromara/liteflow, covering claude.md, 概述, 命令, 构建 and 构建整个项目(模块集由 jdk 版本自动选择 —— 见下方说明).
BitcoinAddressFinder CLAUDE.md
Claude Code instructions for bernardladenthin/BitcoinAddressFinder, covering claude.md — bitcoinaddressfinder, project overview, build system, common commands and compile only.
imgui-java CLAUDE.md
Claude Code instructions for SpaiR/imgui-java: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.