sap-engineering-skill CLAUDE.md

sap-engineering-skill CLAUDE.md is an instructions file for Claude Code from shrek-abaper/sap-engineering-skill. It costs 2,702 tokens per session, scanned A, original, MIT.

Repository instructions for a collection of AI agent skills used in SAP ABAP development. A monorepo is one repository containing multiple related projects or skills.

In plain words
What is it for?
It helps navigate the repository and understand its SAP-specific skills, locations, purposes, and history.
Why use it?
It gives an agent the repository layout and explains which skill to use for tasks such as working with ABAP code, reviewing code, or checking transport requests.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions OpenCode.

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.

agentmods
npx agentmods add instructions/shrek-abaper/sap-engineering-skill/claude-md
Clone the repo
git clone --depth 1 https://github.com/shrek-abaper/sap-engineering-skill

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 sap-engineering-skill CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/shrek-abaper/sap-engineering-skill/claude-md.svg)](https://agentmods.dev/instructions/shrek-abaper/sap-engineering-skill/claude-md)
Your own site
<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>
Per session 2,702 This file is loaded in full into every session.
When invoked 2,702 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.02702 $0.02702
Opus 5 $0.01351 $0.01351
Sonnet 5 $0.00540 $0.00540
Haiku 4.5 $0.00270 $0.00270

Measured 6d ago against content hash c0df264c29d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

CLAUDE.md · 251 lines

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

Read the full file on GitHub · 251 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. 6d ago First seen · 251 lines · 2,702 tokens per session scan A c0df264c29d2

Subscribe to this mod's changes

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.