🎯

sap-btp-build-work-zone-advanced

🎯Skill

from secondsky/sap-skills

VibeIndex|
What it does

Provides advanced guidance and code generation for configuring and customizing SAP Build Work Zone enterprise-level digital workspaces with complex integration scenarios.

πŸ“¦

Part of

secondsky/sap-skills(31 items)

sap-btp-build-work-zone-advanced

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add https://github.com/secondsky/sap-skills
Install PluginInstall plugin from marketplace
/plugin install sap-cap-capire@sap-skills
Install PluginInstall plugin from marketplace
/plugin install sap-cap-capire@sap-skills sap-fiori-tools@sap-skills
git cloneClone repository
git clone https://github.com/secondsky/sap-skills.git
πŸ“– Extracted from docs: secondsky/sap-skills
11Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# SAP Skills for Claude Code

[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](LICENSE)

[![Skills](https://img.shields.io/badge/Skills-33-brightgreen.svg)](.claude-plugin/marketplace.json)

[![Version](https://img.shields.io/badge/Version-2.1.0-orange.svg)](CHANGELOG.md)

Production-ready Claude Code skills for SAP development. Build faster with context-aware AI assistance for SAP BTP, CAP, Fiori, ABAP, Analytics, and more.

---

Installation

Add the SAP Skills marketplace to Claude Code:

```bash

# Add the marketplace

/plugin marketplace add https://github.com/secondsky/sap-skills

# Install individual skills

/plugin install sap-cap-capire@sap-skills

# Or install multiple skills at once

/plugin install sap-cap-capire@sap-skills sap-fiori-tools@sap-skills

```

Team Setup: Add to .claude/settings.json for automatic availability:

```json

{

"extraKnownMarketplaces": [

{ "name": "sap-skills", "url": "https://github.com/secondsky/sap-skills" }

]

}

```

Option 2: Clone Repository

For contributors or local development:

```bash

# Clone the repository

git clone https://github.com/secondsky/sap-skills.git

# Skills are automatically available from plugins in the plugins/ directory

```

Or browse and install from the marketplace:

```bash

claude-code marketplace browse

```

---

How It Works

Skills 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 Skills (33)

πŸ”§ Tooling & Development (4)

| Skill | Description |

|-------|-------------|

| skill-review | Comprehensive 14-phase audit process for skill quality assurance |

| sap-api-style | API documentation standards following SAP guidelines |

| sap-hana-cli | SAP HANA Developer CLI for database operations |

| sapui5-linter | UI5 Linter for static code analysis |

☁️ SAP BTP Platform (14)

| Skill | 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)

| Skill | Description |

|-------|-------------|

| sap-fiori-tools | SAP Fiori Tools development and deployment |

| sapui5 | SAPUI5 framework development |

| sapui5-cli | SAPUI5 CLI tools and commands |

| sapui5-linter | SAPUI5 code quality and linting |

πŸ“Š Data & Analytics (5)

| Skill | Description |

|-------|-------------|

| sap-datasphere | SAP Datasphere data modeling and management |

| sap-hana-cloud-data-intelligence | SAP HANA Cloud Data Intelligence |

| sap-sac-custom-widget | SAP Analytics Cloud custom widget development |

| sap-sac-planning | SAP Analytics Cloud planning applications |

| sap-sac-scripting | SAP Analytics Cloud scripting API |

βš™οΈ Core Technologies (6)

| Skill | Description |

|-------|-------------|

| sap-abap | ABAP development patterns and best practices |

| sap-abap-cds | ABAP Core Data Services (CDS) views |

| sap-ai-core | SAP AI Core machine learning development |

| sap-cap-capire | SAP Cloud Application Programming Model (CAP) |

| sap-cloud-sdk-ai | SAP Cloud SDK for AI development |

| sap-hana-ml | SAP HANA Machine Learning (ML) library |

| sap-sqlscript | SAP HANA SQLScript development |

---

Repository Structure

This repository uses the Claude Code plugin architecture:

```

sap-skills/

β”œβ”€β”€ .claude-plugin/

β”‚ └── marketplace.json # Marketplace catalog

β”‚

└── plugins/ # All plugins (33)

└── [plugin-name]/

β”œβ”€β”€ .claude-plugin/

β”‚ └── plugin.json # Plugin manifest

β”‚

β”œβ”€β”€ skills/

β”‚ └── [skill-name]/

β”‚ β”œβ”€β”€ SKILL.md # Main skill content

β”‚ β”œβ”€β”€ README.md # Keywords for auto-discovery

β”‚ └── references/ # Documentation files

β”‚

β”œβ”€β”€ agents/ # Optional: Specialized agents

β”œβ”€β”€ commands/ # Optional: Slash commands

└── hooks/ # Optional: Event hooks

```

Key Features:

  • Dual-level manifests: Plugin-level and skill-level plugin.json files
  • Modular organization: Each skill is self-contained with its own resources
  • Advanced features: 5 plugins include agents, commands, and hooks
  • Cross-references: 13 plugins have marketplace cross-references to related skills

---

Building New Skills

Want to contribute a new SAP skill? Follow the quick workflow:

  1. Use plugin-dev for basics (FIRST):

- Run: /use plugin-dev:skill-development

- Covers: YAML frontmatter, plugin structure, directory layout

- Official Anthropic standards

  1. Add SAP-specific elements:

- Read [Contributor Guide](docs/contributor-guide/) for:

- SAP SDK version tracking

- Production testing requirements

- Error catalog patterns

- Marketplace cross-references

  1. Generate plugin manifests:

```bash

./scripts/sync-plugins.sh

```

  1. Test and verify:

- Use the skill-review skill for comprehensive quality audit

- Check [Workflow Checklist](docs/contributor-guide/workflow-checklist.md)

  1. Submit:

```bash

git add plugins/your-skill .claude-plugin/marketplace.json

git commit -m "Add your-skill for [use case]"

```

---

Documentation

For General Plugin Development: Use official plugin-dev skills FIRST

Run: /use plugin-dev:skill-development, plugin-dev:plugin-structure, etc.

SAP-Specific Documentation:

| Resource | Purpose |

|----------|---------|

| [Getting Started](docs/getting-started/) | Installation and quick reference |

| [Contributor Guide](docs/contributor-guide/) | Comprehensive development guide |

| [Workflow Checklist](docs/contributor-guide/workflow-checklist.md) | Quality verification checklist |

| [CLAUDE.md](CLAUDE.md) | Project context and critical directives |

| [CHANGELOG.md](CHANGELOG.md) | Version history and changes |

---

Recent Changes

v2.1.0 - Plugin Structure Migration (2025-12-27)

BREAKING CHANGE: Migrated from flat skills/ directory to plugin-based architecture.

What's New:

  • βœ… 33 plugins with dual-level manifests
  • βœ… 91 JSON manifest files auto-generated
  • βœ… 5 plugins with agents, commands, and hooks
  • βœ… 22 new reference files across plugins
  • βœ… Comprehensive marketplace cross-references
  • βœ… 3 plugins with MCP server integrations (CAP, Datasphere, UI5)

See [CHANGELOG.md](CHANGELOG.md) for complete details.

---

Contributing

This repository is open source under the *GPL-3.0 License

More from this repository10

πŸͺ
secondsky-sap-skillsπŸͺMarketplace

Production-ready skills for SAP development with Claude Code CLI

🎯
sap-fiori-tools🎯Skill

Provides intelligent, context-aware guidance and code generation for creating, configuring, and developing SAP Fiori Elements applications with best practices and templates.

🎯
sap-btp-best-practices🎯Skill

Provides expert guidance and recommendations for implementing optimal development strategies, architectural patterns, and configuration standards for SAP Business Technology Platform (BTP) projects.

🎯
sap-abap🎯Skill

Provides intelligent code generation, refactoring, and documentation assistance for ABAP development, focusing on creating high-quality, standards-compliant ABAP code and CDS views.

🎯
sap-cap-capire🎯Skill

Provides intelligent, context-aware code generation and guidance for SAP Cloud Application Programming (CAP) model development, helping developers create robust enterprise applications faster.

🎯
sap-btp-developer-guide🎯Skill

Provides comprehensive, context-aware guidance and code generation for SAP Business Technology Platform (BTP) developers, covering architecture, deployment, and development best practices.

🎯
sap-btp-connectivity🎯Skill

Provides expert guidance and code generation for establishing secure network connections and integrating different systems within the SAP Business Technology Platform (BTP) ecosystem.

🎯
sap-api-style🎯Skill

Enforces SAP's API documentation standards and guidelines for creating consistent, high-quality API documentation across SAP development projects.

🎯
sap-btp-master-data-integration🎯Skill

Enables seamless master data synchronization and integration across SAP Business Technology Platform services and applications.

🎯
sap-sqlscript🎯Skill

Provides intelligent code generation, completion, and guidance for writing SQLScript procedures and functions in SAP HANA database development.