SAPSkills
SAP Developer Tools

SAP Developer Tools Skills for AI Coding Assistants

SAP development is not just about writing application code — it involves a broad ecosystem of tooling, standards, and automation that keeps enterprise projects maintainable. From API documentation that follows SAP's style guidelines to dependency management with supply chain protection, the right tooling practices make the difference between a project that ships and one that stalls.

This category covers two essential developer tools. The dependency-upgrade skill provides a structured approach to upgrading dependencies safely, with supply chain protection, cooldown periods, and staged rollout. It helps teams configure security policies, prevent supply chain attacks, and manage the risk of breaking changes, especially in enterprise SAP environments where failed upgrades can affect business-critical integrations.

The sap-api-style skill provides guidance for documenting APIs following SAP API Style Guide standards. It covers naming conventions, documentation comments, OpenAPI specifications, quality checklists, and deprecation policies for REST, OData, Java, JavaScript, .NET, and C/C++ APIs. This helps APIs built on SAP BTP or extending SAP products stay consistent with SAP API Business Hub expectations and industry best practices.

Together these skills help AI coding assistants follow SAP development standards and maintain dependency hygiene — the kind of infrastructure work that is easy to overlook but critical for production-quality SAP applications.

Quick Install

npx skills add secondsky/sap-skills --skill dependency-upgrade

2 Skills in SAP Developer Tools

Frequently Asked Questions

What are SAP developer tools?

SAP developer tools include the CLIs, IDEs, linters, API standards, and automation utilities used across the SAP development lifecycle. They range from the btp CLI and hana-cli to SAP Business Application Studio, the UI5 CLI, and API documentation standards.

What is the SAP API Style Guide?

The SAP API Style Guide is SAP's set of standards for designing and documenting APIs. It covers naming conventions, documentation comments, OpenAPI specifications, deprecation policies, and quality checklists for REST, OData, and language-specific APIs.

How do the dependency-upgrade skills work?

The dependency-upgrade skill provides AI coding assistants with structured references and templates for upgrading dependencies safely, including supply chain protection, cooldown periods, staged rollout, and security policy configuration.

How do I install SAP tooling skills?

Run `npx skills add secondsky/sap-skills --skill dependency-upgrade` or `--skill sap-api-style`, or install all SAP skills with `npx skills add secondsky/sap-skills`.

Explore Related Categories