superclaude-for-sap
SAP ABAP development, code review, and incident diagnosis
All Skills in This Repository (16)
Pure Emerald Level Indicatorssc4sap:ask-consultant
Route SAP operational questions to the matching module consultant.
sc4sap:analyze-cbo-obj
Inventory ABAP elements in a CBO package and persist index.md and inventory.json.
sc4sap:analyze-symptom
Analyze SAP incidents via MCP to identify root causes and hypotheses.
sc4sap:sap-option
View and edit SAP runtime configuration in .sc4sap/sap.env with backups.
sc4sap:sap-doctor
Diagnose SC4SAP plugin, MCP server, and SAP connection health issues.
sc4sap:deep-interview
Clarify vague SAP requirements through structured Socratic interviews before coding.
sc4sap:setup
Automates SC4SAP initial setup for SAP connections and MCP integration across multi-profile environments.
sc4sap:program-to-spec
Extract ABAP object structure and semantics into Markdown or Excel specs.
sc4sap:release
Orchestrate SAP CTS transport release with validation and import confirmation.
sc4sap:create-object
Automate ABAP object creation with transport assignment and activation.
sc4sap:team
Orchestrate multiple SAP development agents on a shared task list.
sc4sap:compare-programs
Compare 2–5 ABAP programs across business dimensions and output a Markdown report.
Frequently Asked Questions
FAQPage SchemaHow to install SuperClaude for SAP?▼
Run `npx skills add babamba2/superclaude-for-sap --all -g -y` in your terminal, then run the /sc4sap:setup wizard to connect your SAP system.
Can it create ABAP programs automatically?▼
Yes. The create-program skill interviews you about requirements, writes a spec for approval, then generates, activates, and tests the full program on your SAP system.
Does it work with both ECC and S/4HANA?▼
Yes. It detects your SAP version and ABAP release first, then adjusts tables, syntax, and patterns so ECC-safe code never uses S/4-only features.
How does it protect sensitive SAP data?▼
Row extraction from sensitive tables is blocked by a tiered blocklist, and QA/Prod profiles are enforced read-only so no accidental writes reach production.
Can it diagnose SAP production errors?▼
Yes. The analyze-symptom skill inspects dumps, transports, and call graphs directly, narrows the root cause, and suggests SAP Note search keywords.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core