abap-from-spec

abap-from-spec is a skill for Claude Code, Codex from palimkarakshay/abap-mcp. It costs 89 tokens per session (779 once invoked), scanned A, original, MIT.

A workflow for turning a written business or technical specification into modern ABAP and RAP code. ABAP is SAP's programming language, while RAP is SAP's model for building business services and applications.

In plain words
What is it for?
Use it to start SAP data models and services from a specification, implement behaviors such as validations and actions, run code checks, and generate unit tests.
Why use it?
It reduces manual setup and uses validation steps to catch problems in generated and written code. It also keeps implementation, testing, and activation in a defined order.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start SAP data models and services from a specification, implement behaviors such as validations and actions, run code checks, and generate unit tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/palimkarakshay/abap-mcp/abap-from-spec
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.

Any agent
npx skills add palimkarakshay/abap-mcp --skill abap-from-spec
Clone the repo
git clone --depth 1 https://github.com/palimkarakshay/abap-mcp

Made for: Claude Code, Codex.

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-from-spec

README.md
[![agentmods](https://agentmods.dev/badge/skills/palimkarakshay/abap-mcp/abap-from-spec/github.svg)](https://agentmods.dev/skills/palimkarakshay/abap-mcp/abap-from-spec)
Your own site
<a href="https://agentmods.dev/skills/palimkarakshay/abap-mcp/abap-from-spec"><img src="https://agentmods.dev/badge/skills/palimkarakshay/abap-mcp/abap-from-spec/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.

agentmods 80×15 button for abap-from-spec

Your own site · 80×15
<a href="https://agentmods.dev/skills/palimkarakshay/abap-mcp/abap-from-spec"><img src="https://agentmods.dev/badge/skills/palimkarakshay/abap-mcp/abap-from-spec.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 779 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.00089 $0.00779
Opus 5 $0.00044 $0.00390
Sonnet 5 $0.00018 $0.00156
Haiku 4.5 $0.00009 $0.00078

Measured today against content hash 0edd46a1eb14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

abap-from-spec 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 today.

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.

plugins/abap-mcp/skills/abap-from-spec/SKILL.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ABAP from Spec

Turn a written spec into working, validated code with the connected abap-mcp tools. Nothing delivered may bypass their gates.

Workflow

  1. Intake. Restate the spec as a build plan: entities and relationships, key fields, behaviors (draft, actions, validations, determinations), services, constraints. Ask only the questions that block the data model; propose defaults for the rest and mark each one ASSUMPTION so the consultant can veto it.
  2. Foundation, deterministic first. For each root entity run scaffold_rap_bo (draft on unless the spec says otherwise) and use its suggested table DDL. Never hand-write an artifact the validated generator can produce. For any 2025+ feature the spec needs (CDS table entities, side effects, business events, collaborative draft, RAP recommendations) confirm syntax and the minimum release with explain_abap_release first; for a Generative AI Hub call use scaffold_abap_ai_sdk.
  3. Behavior. Implement the spec's logic in the scaffolded behavior-implementation classes. Modern ABAP only: constructor expressions, ABAP SQL, no obsolete statements.
  4. Gate every file. fix_abap first (mechanical issues never reach review), then lint_abap at the target level on every artifact; a file is not done until findings are zero or consciously waived with a reason. For Cloud targets, check_cloud_readiness across the package must return grade A.
  5. Tests. scaffold_abap_unit on every class, then replace the failing skeletons with the spec's acceptance criteria as given/when/then. Trivially-passing tests are not done. When run_abap_unit is available, execute the tests offline and iterate until green — it exercises pure logic only (no database, CDS, EML or authorizations), so say which tests still need a real system.
  6. Deliver. File set in activation order, the assumptions register, what remains manual (service binding, authorizations, transport), and the honest limits. If an online ADT MCP server is connected (SAP's official one or abap-adt-mcp), hand it the activation-ordered files, then read back its ABAP Unit and ATC results and fix before declaring done.

Read the full file on GitHub · 49 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. today Changed · +11 lines 0edd46a1eb14
  2. 11d ago First seen · 38 lines · 89 tokens per session scan A 49ad056b6a0a

Subscribe to this mod's changes

abap-from-spec is a skill published in the GitHub repository palimkarakshay/abap-mcp (2 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 779 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

agui-dotnet-protobuf

Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…

ag-ui-protocol/ag-ui · 162 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

fastapi-router-py

Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or adding authenticated endpoints in FastAPI applications.

microsoft/skills · 46 tokens

aws-sdk-java-v2-core

Provides AWS SDK for Java 2.x client configuration, credential resolution, HTTP client tuning, timeout, retry, and testing patterns. Use when creating or hardening AWS service clients, wiring Spring Boot beans, debugging auth or region issues, or choosing sync vs async SDK usage.

giuseppe-trisciuoglio/developer-kit · 62 tokens

migrate-segw-to-rap

Reverse-engineer a SEGW-built OData V2 service (MPC/DPC/MPCEXT/DPCEXT) into a modern RAP V4 service — tables, CDS views (interface + projection), behavior definitions, draft entities, service definition + binding. Use when asked to "migrate this SEGW service to RAP", "convert OData V2 to V4 RAP", "modernize this…

arc-mcp/arc-1 · 106 tokens