SAP-samplesSAP-samplesOfficialยท3 Agent Skills Included

cloud-cap-hana-swapi

Build and test SAP CAP apps with Star Wars data

Builds and verifies SAP CAP applications using a Star Wars data model with many-to-many relationships. Scrapes Wookieepedia data, loads it into SQLite or SAP HANA, and runs full test suites automatically. Eliminates manual rebuild steps, data loading errors, and inconsistent CDS model changes across database profiles.
npx skills add SAP-samples/cloud-cap-hana-swapi --all -g -y
Available:

Instructs your AI agent on the repository's CAP architecture, build commands, and layer separation rules so it can modify CDS models, services, and handlers correctly.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cloud-cap-hana-swapi?โ–ผ

Run `npx skills add SAP-samples/cloud-cap-hana-swapi --all -g -y` in your terminal to install all skills in this suite globally.

What does this SAP CAP sample teach?โ–ผ

It demonstrates production patterns for many-to-many relationships, service layering, and Fiori annotations using a Star Wars data model across SQLite, PostgreSQL, and SAP HANA.

How to scrape and load Star Wars data automatically?โ–ผ

The scrape-and-load skill runs the Wookieepedia scraper, builds CDS artifacts, loads data into SQLite, and verifies everything with migration and full tests in one sequence.

Does this work with Claude Code and other AI coding tools?โ–ผ

Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.

Can I verify CAP changes without manual testing?โ–ผ

Yes. The load-and-test skill rebuilds CDS artifacts, reloads fixture data, and runs the full test suite automatically after any schema or service change.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’