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 efeumutaslan/SAP-SKILLS --skill sap-migrationgit clone --depth 1 https://github.com/efeumutaslan/SAP-SKILLSWrote 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/efeumutaslan/sap-skills/sap-migration)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-migration"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-migration/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/efeumutaslan/sap-skills/sap-migration"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-migration.svg" alt="Reviewed on agentmods" width="80" 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.00079 | $0.03616 |
| Opus 5 | $0.00039 | $0.01808 |
| Sonnet 5 | $0.00016 | $0.00723 |
| Haiku 4.5 | $0.00008 | $0.00362 |
Grade A, and why
sap-migration 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 — 371 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Migration — Data Migration & System Conversion
Related Skills
sap-s4hana-extensibility— Custom objects to migrate in S/4HANAsap-testing-quality— Migration testing and data validationsap-cloud-alm— Migration project management and trackingsap-abap-advanced— Classic ABAP → ABAP Cloud code migrationsap-devops-cicd— Transport management during migration cutover
Quick Start
Choose your migration scenario:
| Scenario | Approach | Key Tool |
|---|---|---|
| New Implementation (Greenfield) | Fresh S/4HANA, migrate master/transactional data | Migration Cockpit (LTMC) |
| System Conversion (Brownfield) | Convert existing ECC to S/4HANA in-place | SUM (Software Update Manager) |
| Selective Data Transition | Mix of new + migrated data | SAP Data Services / SNP CrystalBridge |
| Cloud Migration | On-premise → S/4HANA Cloud | Migration Cockpit Cloud |
Migration Cockpit Quick Start:
- Transaction
LTMC→ Create Migration Project - Select Migration Object (e.g., "General Ledger Account")
- Download XML template → Fill with source data
- Upload → Validate → Simulate → Execute
Core Concepts
Migration Phases
Assessment ──► Preparation ──► Realization ──► Testing ──► Cutover ──► Hypercare
│ │ │ │ │ │
Scope & Data Build & Validate Go-live Monitor
Mapping Cleansing Configure & UAT Execute & Fix
Migration Tools Landscape
| Tool | Use Case | Data Volume | Complexity |
|---|---|---|---|
| LTMC (Migration Cockpit) | Standard objects, file upload | Medium | Low |
| LTMOM (Migration Object Modeler) | Custom migration objects | Medium | Medium |
| SAP Data Services | Complex ETL, large volumes | High | High |
| LSMW | Legacy (ECC), batch input/IDoc/BAPI | Medium | Medium |
| Custom ABAP Programs | Non-standard scenarios | Any | High |
| SAP Signavio (Process) | Process migration planning | N/A | Medium |
| SUM | System conversion (brownfield) | All | Very High |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 371 lines · 79 tokens per session scan A e67364f4dc67
sap-migration is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 79 tokens to every session and 3,616 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.
Other skills, from other repositories
sap-background-jobs
Investigate SAP background jobs, including failed or aborted jobs, job status, job steps, job logs, runtime dumps, TBTCO, TBTCP, and TBTCJOBLOG0-9.
abap-performance-hana
ABAP performance best practices for S/4HANA and HANA database systems.Use when writing or reviewing ABAP code on HANA-based systems.IMPORTANT: First use the SAP system info tool to check the system type — if the system is ECC or runs on a traditional database (Oracle, DB2, MSSQL), load the abap-performance-ecc skill…
codex-log-guard
Diagnose excessive Codex local SQLite diagnostic log writes with read-only evidence by default. Use when a user mentions logs2.sqlite, logs2.sqlite-wal, blockloginserts, SSD/TBW wear, or explicitly asks to protect, clean up, verify, or restore Codex diagnostic logging.
database-patterns
Use when designing PostgreSQL + Redis data models, indexes, caching strategies, JSONB usage, tiered storage, or cache consistency contracts.
data-contract-migrations
Design and verify data contracts, schema changes, migrations, rollbacks, backfills, compatibility windows, tenant isolation, and API-to-database field mapping. Use when changing database schema, event payloads, persisted documents, analytics tables, multi-tenant data boundaries, or any user-visible data contract where…
cds-view-entities
Help with CDS (Core Data Services) view entity development including data modeling, annotations, associations, compositions, access controls, aggregate expressions, built-in functions, and input parameters. Use when users ask about CDS views, CDS view entities, CDS annotations, CDS associations, CDS compositions, CDS…