SAP Analytics & Datasphere Skills for AI Coding Assistants
SAP Analytics Cloud (SAC) is SAP's cloud-based platform for business intelligence, planning, and predictive analytics. SAP Datasphere is SAP's next-generation data warehouse solution that provides a unified experience for data integration, modeling, and consumption across SAP and non-SAP sources. Together they form the backbone of SAP's analytics and data strategy, enabling organizations to build dashboards, planning applications, and data pipelines on SAP BTP.
Developing for these platforms involves several specialized skill sets. Datasphere developers work with spaces, data flows, replication flows, analytic models, and over 40 connection types. SAC developers build planning applications with data actions, version management, and spreading algorithms. Custom widgets extend SAC with JavaScript Web Components. Analytics Designer scripting provides programmatic control over stories and widgets. And SQLScript powers stored procedures on the underlying SAP HANA database. AI coding assistants without this domain knowledge produce generic JavaScript or SQL that misses platform-specific APIs, widget lifecycle methods, and planning model semantics.
The five skills in this category cover the analytics development surface. The sap-datasphere skill provides agents, commands, and hooks for data warehouse development. The sap-sac-custom-widget skill covers Web Component development with JSON metadata and data binding. The sap-sac-planning skill covers planning models, data actions, and approval workflows. The sap-sac-scripting skill covers Analytics Designer and Optimized Story Experience scripting. The sap-sqlscript skill covers HANA SQLScript procedures, AMDP, and performance optimization.
These skills are among the most reference-rich parts of the collection and are designed for platform-specific analytics, planning, and data modeling work.
Quick Install
npx skills add secondsky/sap-skills --skill sap-sac-planning --skill sap-sac-scripting --skill sap-sac-custom-widget --skill sap-datasphere5 Skills in SAP Analytics & Data
Frequently Asked Questions
What is SAP Analytics Cloud?
SAP Analytics Cloud (SAC) is SAP's cloud platform for business intelligence, planning, and predictive analytics. It enables organizations to build dashboards, planning applications, and custom visualizations, with deep integration to SAP data sources.
What is SAP Datasphere?
SAP Datasphere is SAP's cloud data warehouse solution that provides unified data integration, modeling, and consumption. It supports over 40 connection types, real-time replication, analytic models, and a data marketplace.
Can Claude Code build SAP Analytics Cloud applications?
Yes. The SAC skills provide curated references for planning, scripting, custom widget development, and SQLScript. With these installed, AI coding assistants can generate platform-compliant code for dashboards, planning apps, and data models.
How do I install SAP Analytics skills?
Run `npx skills add secondsky/sap-skills` to install all SAP skills, or install individual ones like `--skill sap-datasphere` or `--skill sap-sac-scripting`.
What is SQLScript in the SAP context?
SQLScript is SAP HANA's extension to SQL that enables procedural logic, including stored procedures, table functions, and AMDP (ABAP Managed Database Procedures). It follows the code-to-data paradigm for in-database computation.