SAP Skills for Claude Code
32 Claude Code plugins for SAP development

Production-ready Claude Code plugins for SAP development. Each plugin provides context-aware skills that activate automatically when you work with SAP BTP, CAP, Fiori, ABAP, Analytics, and more.
Note: These skills follow Claude Code plugin patterns and are optimized for the Claude Code CLI and Claude Desktop. While the underlying skill content can be adapted for other AI harnesses, they are not automatically usable outside Claude Code without extraction and modification.
🔌 Platform Support
This repository uses Claude Plugin Patterns — natively supported by:
| Platform | Status | Notes |
|---|
| Claude Code | ✅ Native | Full marketplace support |
| Factory Droid | ✅ Native | Full marketplace support |
Installation
Add the SAP Skills marketplace to Claude Code:
# Add the marketplace
/plugin marketplace add https://github.com/secondsky/sap-skills
# Install individual plugins
/plugin install sap-cap-capire@sap-skills
# Or install multiple plugins at once
/plugin install sap-cap-capire@sap-skills sap-fiori-tools@sap-skills
Team Setup: Add to .claude/settings.json for automatic availability:
{
"extraKnownMarketplaces": [
{ "name": "sap-skills", "url": "https://github.com/secondsky/sap-skills" }
]
}
Option 2: Clone Repository
For contributors or local development:
# Clone the repository
git clone https://github.com/secondsky/sap-skills.git
# Plugins are automatically available from the plugins/ directory
Or browse and install from the marketplace:
claude-code marketplace browse
How It Works
Once installed, plugins provide skills that automatically activate based on your project context. No manual invocation needed—just start working:
- "Create a new CAP service" →
sap-cap-capire activates
- "Set up Fiori Elements app" →
sap-fiori-tools activates
- "Deploy to BTP" →
sap-btp-cloud-platform activates
- "Write ABAP CDS view" →
sap-abap-cds activates
- "Create SAC planning model" →
sap-sac-planning activates
Claude Code intelligently loads relevant skills when you need them, providing expert guidance without overwhelming your context.
Available Plugins (32)
Component Legend
All plugins include context-aware skills. Advanced features shown in table columns:
- Commands: Slash commands for quick access
- Agents: Specialized autonomous assistants
- MCP: Model Context Protocol server integration
- LSP: Language Server Protocol VS Code extension support
🔧 Tooling & Development (2)
| Plugin | Commands | Agents | MCP | LSP | Description |
|---|
| sap-api-style | — | — | — | — | API documentation standards following SAP guidelines |
| sap-hana-cli | — | — | ✓ | — | SAP HANA Developer CLI for database operations |
☁️ SAP BTP Platform (14)
| Plugin | Commands | Agents | MCP | LSP | Description |
|---|
| sap-btp-best-practices | — | — | — | — | SAP BTP development best practices and patterns |
| sap-btp-build-work-zone-advanced | — | — | — | — | SAP Build Work Zone (Advanced Edition) development |
| sap-btp-business-application-studio | — | — | — | — | SAP Business Application Studio (BAS) development |
| sap-btp-cias | — | — | — | — | Cloud Identity Access Service (CIAS) integration |
| sap-btp-cloud-logging | — | — | — | — | SAP BTP Cloud Logging service |
| sap-btp-cloud-platform | — | — | — | — | SAP Business Technology Platform core services |
| sap-btp-cloud-transport-management | — | — | — | — | Cloud Transport Management (CTM) service |
| sap-btp-connectivity | — | — | — | — | SAP BTP Connectivity service |
| sap-btp-developer-guide | — | — | — | — | Comprehensive SAP BTP developer guide |
| sap-btp-integration-suite | — | — | — | — | SAP Integration Suite development |
| sap-btp-intelligent-situation-automation | — | — | — | — | Intelligent Situation Automation development |
| sap-btp-job-scheduling | — | — | — | — | SAP BTP Job Scheduling service |
| sap-btp-master-data-integration | — | — | — | — | Master Data Integration service |
| sap-btp-service-manager | — | — | — | — | SAP BTP Service Manager operations |
🎨 UI Development (4)