Agent
SAP Sales & Distribution consultant — order-to-cash, pricing, billing, shipping configuration and development.
Agent
SAP Sales & Distribution consultant — order-to-cash, pricing, billing, shipping configuration and development.
Agent
SAP CBO inventory — walk packages, build where-used graphs, infer object business purpose, persist reusable inventory artifacts (Sonnet, R/O on SAP + R/W on local .sc4sap/).
Agent
SAP Transportation Management consultant — freight management, route planning, carrier selection, freight settlement.
Agent
SAP Treasury consultant — cash management, treasury and risk management, bank communication, in-house cash.
Agent
SAP Warehouse Management consultant — storage bin management, goods movements, picking/putaway strategies, EWM.
Agent
SAP technical documentation — functional specs, configuration guides, user manuals (Haiku, R/W).
Hook
Runs when you submit a prompt, before the agent sees it, executing run.cjs via node (3 commands). From babamba2/superclaude-for-sap.
Hook
Runs when a session starts on init and maintenance, executing run.cjs via node (5 commands). From babamba2/superclaude-for-sap.
Hook
Runs before the agent uses a tool for mcp__plugin_sc4sap_sap__.* and mcp__mcp-abap-adt__.* tool calls, executing run.cjs via node (3 commands). From babamba2/superclaude-for-sap.
Hook
Runs when the agent asks permission for an action for Bash tool calls, executing run.cjs via node. From babamba2/superclaude-for-sap.
Hook
Runs after a tool call finishes, executing run.cjs via node (3 commands). From babamba2/superclaude-for-sap.
Hook
Runs when a tool call fails, executing run.cjs via node (2 commands). From babamba2/superclaude-for-sap.
Hook
Runs when a subagent starts, executing run.cjs via node. From babamba2/superclaude-for-sap.
Hook
Runs when a subagent finishes, executing run.cjs via node (2 commands). From babamba2/superclaude-for-sap.
Hook
Runs before the context is compacted, executing run.cjs via node (2 commands). From babamba2/superclaude-for-sap.
Hook
Runs when the agent finishes a response, executing run.cjs via node (3 commands). From babamba2/superclaude-for-sap.
Hook
Runs when a session ends, executing run.cjs via node. From babamba2/superclaude-for-sap.
Skill Claude CodeCodex
Analyze a CBO (Customer Business Object) package — discover frequently-used Z tables / function modules / data elements / classes / structures / table types — and save a per-module / per-package reference file so later program / program-to-spec runs prefer existing CBO elements over new ones.
Skill Claude CodeCodex
ABAP code analysis — delegate source reads + AST/semantic/where-used analysis + rule-based review to sap-code-reviewer, then optionally render a rich briefing via sap-writer.
Skill Claude CodeCodex
Step-by-step root cause analysis for SAP operational errors. Uses MCP to directly inspect dumps, logs, transports, and where-used relations, then narrows hypotheses with minimal user questions and provides SAP Note search keywords.
Skill Claude CodeCodex
Direct operational Q&A with a SAP module consultant agent. Auto-routes the question to the matching sap-{module}-consultant and answers against the configured SAP environment (version, industry, country, active modules).
Skill Claude CodeCodex
Business-angle comparison of 2–5 ABAP programs that share the same business scenario but diverge by module (MM vs CO), country (KR vs EU), persona (controller vs warehouse), or time horizon. Reader = functional consultant.
Skill Claude CodeCodex
ABAP object creation workflow — confirm transport+package, auto-create and activate.
Skill Claude CodeCodex
Create ABAP programs (Report/CRUD/ALV/Batch) with Main+Include structure, OOP or Procedural, and full agent-driven coding/QA pipeline.