sap-migration-dossier

sap-migration-dossier is a skill for Claude Code, Codex from arc-mcp/arc-1. It costs 118 tokens per session (4,267 once invoked), scanned A, original, MIT.

A planning report for assessing whether custom SAP ECC code is ready to move to S/4HANA, SAP’s newer enterprise-resource-planning platform. It combines evidence such as ATC checks, unused-code information, clean-core considerations, and integration interfaces.

In plain words
What is it for?
Use it to assess SAP packages, namespaces, object lists, or imported extracts and produce migration-readiness findings and next steps.
Why use it?
It brings migration evidence into one scoped dossier so teams can plan the work instead of reviewing isolated code objects.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the arc-1 plugin — 24 skills, 8 commands, 1 MCP server shipped together

Good fit Use it to assess SAP packages, namespaces, object lists, or imported extracts and produce migration-readiness findings and next steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arc-mcp/arc-1/sap-migration-dossier
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 arc-mcp/arc-1 --skill sap-migration-dossier
Clone the repo
git clone --depth 1 https://github.com/arc-mcp/arc-1

Made for: Claude Code, Codex.

Or install arc-1, the plugin that ships this one along with the rest of its 24 skills, 8 commands, 1 MCP server.

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-migration-dossier

README.md
[![agentmods](https://agentmods.dev/badge/skills/arc-mcp/arc-1/sap-migration-dossier/github.svg)](https://agentmods.dev/skills/arc-mcp/arc-1/sap-migration-dossier)
Your own site
<a href="https://agentmods.dev/skills/arc-mcp/arc-1/sap-migration-dossier"><img src="https://agentmods.dev/badge/skills/arc-mcp/arc-1/sap-migration-dossier/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 sap-migration-dossier

Your own site · 80×15
<a href="https://agentmods.dev/skills/arc-mcp/arc-1/sap-migration-dossier"><img src="https://agentmods.dev/badge/skills/arc-mcp/arc-1/sap-migration-dossier.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,267 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 10
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00118 $0.04267
Opus 5 $0.00059 $0.02133
Sonnet 5 $0.00024 $0.00853
Haiku 4.5 $0.00012 $0.00427

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

Security

Grade A, and why

sap-migration-dossier 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.

skills/sap-migration-dossier/SKILL.md · 285 lines

How it starts

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

SAP Migration Dossier

Build a migration planning artifact, not a one-object fix workflow. Use this skill to combine the existing ARC-1 migration skills into a scoped dossier that is easy to start and can become more formal only when the user asks.

Default to a concise chat report. Offer files, review cards, HTML, CSV/JSON, and graphs as optional follow-ups; do not ask the user to design a reporting system up front.

Read references/auditor-patterns.md only when the user asks for persistent artifacts, human review, imported extracts, deep ECC enhancement extraction, integrity hashes, HTML dashboards, or graph output.

Use SAP Docs MCP when available, especially for Clean Core/API status, successor APIs, release-specific syntax, and migration guidance. If SAP Docs MCP is not connected, still run the dossier with ARC-1 evidence and list "SAP Docs MCP unavailable" as an evidence gap.

Default Path

If the scope is clear, start immediately:

  1. Resolve the scope.
    • Package: SAPRead(type="DEVC", name="<package>")
    • Prefix/namespace: SAPSearch per relevant type (PROG, CLAS, FUGR, FUNC, DDLS, BDEF, SRVD, TABL)
    • Object list: resolve ambiguous names with SAPSearch
    • Local extract: parse the file and state that evidence is imported, not live ARC-1
  2. Build a small inventory: object, type, package, description, LOC when available, last change/version when available.
  3. Add migration signals:
    • ATC: SAPDiagnose(action="atc", type="<type>", name="<name>")
    • Clean-core/API risk: reuse sap-clean-core-atc logic
    • SAP Docs MCP: enrich SAP API references with sap_get_object_details; use search/fetch for the top ATC themes or replacement guidance
    • Usage/retirement: reuse sap-unused-code only if SCMON/SUSG data is available
    • Dependencies/where-used: SAPContext or SAPNavigate(action="references")
  4. Return a concise report with:
    • headline counts
    • highest-risk objects
    • likely retirement candidates
    • standard modification / enhancement hotspots
    • top ATC/Clean Core themes
    • clear evidence gaps
    • suggested next action

Read the full file on GitHub · 285 lines

Files

What ships with it

2 files 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.

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. 10d ago First seen · 285 lines · 118 tokens per session scan A f7a6cffeb5dc

Subscribe to this mod's changes

sap-migration-dossier is a skill published in the GitHub repository arc-mcp/arc-1 (187 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 4,267 once invoked, about $0.0006 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.

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

telnyx-messaging-hosted-curl

Set up hosted SMS numbers, toll-free verification, and RCS messaging. Use when migrating numbers or enabling rich messaging features. This skill provides REST API (curl) examples.

team-telnyx/ai · 45 tokens

nw-stress-analysis

Advanced architecture stress analysis methodology for designing systems that survive unknown stresses. Load when --residuality flag is used or when designing high-uncertainty, mission-critical systems.

nWave-ai/nWave · 40 tokens