ABAP Cloud Migration Patterns

Reference tables + wrapper-pattern workflow for moving classic ABAP to ABAP Cloud Tier 1.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2e17648

Gave a wrapper-class migration plan for READ_TEXT/NUMBER_GET_NEXT; the skill's ATC-message table and exact `cl_numberrange_runtime=>number_get( )` / C1-contract release steps beat my unaided answer, which was vaguer on the released-class names and skipped the ATC message-ID mapping entirely.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What ABAP Cloud Migration Patterns does

A pure-knowledge skill (no scripts) for migrating classic ABAP custom code to ABAP Cloud/clean-core compliance: ATC finding categorization, unreleased-API-to-released-CDS/class replacement tables, a concrete wrapper-class pattern for APIs with no released replacement, and a step-by-step checklist. Triggers on migration, cloud-readiness, unreleased-API, and clean-core phrasing.

How to install ABAP Cloud Migration Patterns

git clone https://github.com/likweitan/abap-skills
cd abap-skills
mkdir -p ~/.claude/skills
cp -r skills/abap-cloud-migration ~/.claude/skills/abap-cloud-migration

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger ABAP Cloud Migration Patterns

  • /abap-cloud-migration Reference tables + wrapper-pattern workflow for moving classic ABAP to ABAP Cloud Tier 1.

It also activates on plain-language prompts like these:

  • Migrate this ABAP class off CALL FUNCTION READ_TEXT to Cloud Tier 1
  • What's the clean-core replacement for NUMBER_GET_NEXT in ABAP Cloud?
  • Give me a checklist for moving our custom ABAP code to ABAP Cloud

Frequently asked questions

Is the ABAP Cloud Migration Patterns skill free?
Yes. The skill itself is free from likweitan/abap-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does ABAP Cloud Migration Patterns work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Gave a wrapper-class migration plan for READ_TEXT/NUMBER_GET_NEXT; the skill's ATC-message table and exact `cl_numberrange_runtime=>number_get( )` / C1-contract release steps beat my unaided answer, which was vaguer on the released-class names and skipped the ATC message-ID mapping entirely.
What is the ABAP Cloud Migration Patterns SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install ABAP Cloud Migration Patterns?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use ABAP Cloud Migration Patterns with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.