setup-abap-mirror

Installation
SKILL.md

Setup ABAP Mirror

Create a local abapGit-style mirror of an SAP package or object set. Reads are authoritative from the SAP system; local files give you IDE context, git diff, and fast searching without round-tripping every time.

This skill works today with ARC-1's existing SAPRead + DEVC primitives. When dedicated abapGit export tooling lands in ARC-1, the skill can be simplified — the file layout it produces is the target format either way.

Smart Defaults (apply silently, do NOT ask)

Setting Default Rationale
Mirror root ./mirror/<SID>/src/<package>/ Groups by system to support multi-system work
File naming abapGit conventions Standard; future-proof
Recurse sub-packages Yes Matches abapGit behaviour
Include test classes Yes Tests belong with the class
Include metadata XML Skip for now ARC-1 does not yet emit abapGit-format XML; source-only is useful and safe

Input

Installs
16
Repository
marianfoo/arc-1
GitHub Stars
116
First Seen
May 12, 2026
setup-abap-mirror — marianfoo/arc-1