plugins/sap-btp-integration-suite/skills/sap-btp-integration-suite/SKILL.md
--- name: sap-btp-integration-suite description: "Enterprise integration solutions using SAP Integration Suite on BTP. Covers Cloud Integration (iFlows), API Management, Event Mesh, Edge Integration Cell, Integration Advisor, Trading Partner Management, and Migration Assessment. Use for building integration flows, managing API proxies, event-driven architectures, B2B/EDI integrations, hybrid deployments, adapter configuration, Groovy/JavaScript message processing, and troubleshooting." license
npx skillsauth add secondsky/sap-skills plugins/sap-btp-integration-suite/skills/sap-btp-integration-suiteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Capability | Purpose | Key Artifact | |------------|---------|--------------| | Cloud Integration | A2A/B2B/B2G integration | Integration Flow (iFlow) | | API Management | API lifecycle & governance | API Proxy | | Event Mesh | Event-driven architecture | Topics & Queues | | Edge Integration Cell | Hybrid deployment | Kubernetes runtime | | Integration Advisor | B2B mapping automation | MIG/MAG | | Trading Partner Management | Partner onboarding | Agreements | | Graph | Unified data API | Business Data Graph | | Integration Assessment | Technology selection | ISA-M | | Migration Assessment | PO migration planning | Extraction & Analysis |
Build and run integration flows across cloud, on-premise, and hybrid landscapes for A2A, B2B, and B2G scenarios. Supports 80+ adapters and real-time message processing.
Core Components:
Complete API lifecycle management with security, traffic control, and developer engagement.
Core Components:
Publish and consume business events across your enterprise ecosystem for event-driven architectures.
Hybrid runtime for processing data within private landscapes while designing in the cloud. Deploy on Kubernetes (EKS, AKS, GKE, OpenShift, RKE2).
AI-powered B2B content development supporting UN/EDIFACT, SAP IDoc, ASC X12. Creates Message Implementation Guidelines (MIGs) and Mapping Guidelines (MAGs).
Streamline B2B relationships with partner profiles, agreement templates, and automated runtime artifact generation. Supports AS2, SFTP, FTP protocols.
Sender → [Adapter] → Integration Process → [Adapter] → Receiver
↓
┌────────────┴────────────┐
│ Message Processing │
│ - Content Modifier │
│ - Router/Filter │
│ - Mapping │
│ - Splitter/Aggregator │
│ - Script │
│ - External Call │
└─────────────────────────┘
| Category | Steps | |----------|-------| | Routing | Router, Filter, Multicast, Recipient List | | Transformation | Content Modifier, Mapping, Converter, Script | | Splitting | General Splitter, Iterating Splitter, EDI Splitter | | Persistence | Data Store, Write Variable, JMS Send | | External | Request Reply, Send, Poll Enrich, Content Enricher | | Security | Encryptor, Decryptor, Signer, Verifier | | Error Handling | Exception Subprocess, Escalation Event |
Protocol Adapters: HTTP, HTTPS, SFTP, FTP, AMQP, JMS, Kafka, AS2, AS4, SOAP, OData Application Adapters: SuccessFactors, Ariba, Salesforce, ServiceNow, Workday Database Adapters: JDBC (Oracle, SQL Server, PostgreSQL, HANA, DB2) Cloud Adapters: AWS (S3, SQS, SNS), Azure (Service Bus, Storage), Google Cloud
Prefer standard steps over scripts. When scripting is necessary:
// Access message body
def body = message.getBody(String.class)
// Access headers
def header = message.getHeader("HeaderName", String.class)
// Access properties
def prop = message.getProperty("PropertyName")
// Modify body
message.setBody(newBody)
// Add header
message.setHeader("NewHeader", "value")
// Logging (use SLF4J)
def log = org.slf4j.LoggerFactory.getLogger("script")
log.info("Processing message")
Best Practices:
XmlSlurper.parse(Object) instead of parseText(String) for large payloadsStringBuilder for string concatenationTimeZone.setDefault() (VM-wide impact)Client → Proxy Endpoint → [Policies] → Target Endpoint → Backend
↓ ↓
PreFlow PreFlow
Conditional Flows Conditional Flows
PostFlow PostFlow
↓ ↓
Fault Rules Fault Rules
| Category | Policies | |----------|----------| | Security | OAuth 2.0, Verify API Key, Basic Auth, SAML, Access Control | | Traffic | Quota, Spike Arrest, Concurrent Rate Limit, Response Cache | | Mediation | Assign Message, Extract Variables, JSON/XML Transform, XSL Transform | | Extension | JavaScript, Python Script, Service Callout | | Threat Protection | JSON/XML Threat Protection, Regular Expression Protection | | Logging | Message Logging, Statistics Collector |
<PolicyName enabled="true" continueOnError="false" async="false">
<!-- Policy configuration -->
</PolicyName>
Use when duplicates must be prevented:
Sender → [ID Mapping] → Check Duplicate → Process → [ID Mapping Complete]
↓ (duplicate)
Return Cached Response
| Issue | Resolution | |-------|------------| | Adapter connection failed | Check credentials, firewall, Cloud Connector | | Message mapping error | Validate source/target structures, check XPath | | Timeout | Increase adapter timeout, optimize mapping | | Memory issues | Stream large payloads, reduce logging | | Duplicate messages | Implement idempotent processing | | Keystore sync failed | Verify certificate validity, check permissions |
Integration Suite → Monitor → Integrations and APIs
├── Message Processing → All Integration Flows
├── Manage Integration Content → Deployed Artifacts
├── Manage Security → Keystores, Credentials
└── Manage Stores → Data Stores, Variables, Queues
| Resource | Limit | |----------|-------| | Integration flows per tenant | Varies by plan | | JMS queues | 30 per tenant (standard) | | Data stores | 100MB total storage | | Message processing log retention | 30 days | | Attachment size | 40MB | | API proxies (APIM) | Based on service plan | | Business data graphs | 500/account, 50/subaccount |
Detailed guides available in references/ directory:
Core Development:
cloud-integration.md - iFlow development, steps, patterns, best practicesadapters.md - All 80+ adapter configurations (HTTP, SFTP, OData, RFC, etc.)scripting.md - Groovy/JavaScript patterns, APIs, and templatesapi-management.md - API proxy development, 34 policies, Developer Hubsecurity.md - Authentication, keystores, certificates, credentialsCapabilities:
edge-integration-cell.md - Hybrid Kubernetes deployment guideevent-mesh.md - Topics, queues, brokers, webhooks, EDA patternsintegration-advisor-tpm.md - B2B integration, MIGs, MAGs, partner managementgraph-odata.md - Business Data Graph, OData provisioningdata-space-integration.md - Catena-X, EDC, sovereign data exchangemigration-assessment.md - PO migration, ISA-M, technology mappingOperations:
operations-monitoring.md - Message monitoring, stores, connectivity testscontent-transport.md - TMS, CTS+, MTAR, manual export/importtroubleshooting.md - Error resolution, diagnostics, HTTP error catalogReady-to-use templates in templates/ directory:
groovy-script-template.groovy - Common script patternsapi-policy-template.xml - Policy configuration templatewhat-s-new-for-sap-integration-suite-79cd682.md in documentationpatch-release-notes-for-sap-integration-suite-58595b5.mdtools
--- name: sapui5 description: "This skill should be used when developing SAP UI5 applications, including creating freestyle apps, Fiori Elements apps, custom controls, testing, data binding, OData integration, routing, and troubleshooting. Use when building enterprise web applications with SAP UI5 framework, implementing MVC patterns, configuring manifest.json, creating XML views, writing controllers, setting up data models (JSON, OData v2/v4), implementing responsive UI with sap.m controls, bui
development
Use this skill when working with the UI5 Linter (@ui5/linter) for static code analysis of SAPUI5/OpenUI5 applications and libraries. Covers setup, configuring linting rules, running the linter to detect deprecated APIs, global variable usage, CSP violations, and manifest issues. Supports autofix for deprecated API usage, global references, event handlers, and manifest properties. Includes CI/CD integration, pre-commit hooks, and UI5 2.x migration preparation.
tools
Manages SAPUI5/OpenUI5 projects using the UI5 Tooling CLI (@ui5/cli). Use when initializing UI5 projects, configuring ui5.yaml or ui5-workspace.yaml files, building UI5 applications or libraries, running development servers with HTTP/2 support, creating custom build tasks or server middleware, managing workspace/monorepo setups, troubleshooting UI5 CLI errors, migrating between UI5 CLI versions, or optimizing build performance. Supports both OpenUI5 and SAPUI5 frameworks with complete configuration and extensibility guidance.
development
This skill should be used when the user asks to "write a SQLScript procedure", "create HANA stored procedure", "implement AMDP method", "optimize SQLScript performance", "handle SQLScript exceptions", "debug HANA procedure", "create table function", or mentions SQLScript, SAP HANA procedures, AMDP, EXIT HANDLER, or code-to-data paradigm. Comprehensive SQLScript development guidance for SAP HANA database programming including syntax patterns, built-in functions, exception handling, performance optimization, cursor management, and ABAP Managed Database Procedure (AMDP) integration.