cds-modeling

Installation
SKILL.md

CDS Modeling — CAP Best Practices

Primary reference: https://cap.cloud.sap/docs/cds/cdl Domain modeling: https://cap.cloud.sap/docs/guides/domain-modeling Reuse types: https://cap.cloud.sap/docs/cds/common

Always start from @sap/cds/common reuse types

using { cuid, managed, temporal, Currency, Country, Language } from '@sap/cds/common';
Installs
11
GitHub Stars
6
First Seen
Jul 27, 2026
cds-modeling — dankromp/skilloverflow