cap-plugins
Installation
SKILL.md
CAP Plugins — Setup & Best Practices
Primary reference: https://cap.cloud.sap/docs/plugins/
All first-party CAP plugins follow the same install pattern:
npm install @cap-js/<plugin-name>
# → auto-activated by CAP's plugin mechanism — no cds.requires entry needed
Change Tracking (@cap-js/change-tracking)
Automatically records field-level changes to annotated entities.
npm install @cap-js/change-tracking