cap-add-remote-service
Installation
SKILL.md
What I do
Guide the developer step-by-step through adding a remote service integration to an existing CAP Node.js project, following the CAP-Level Service Integration (Calesi) pattern. This covers importing APIs, defining consumption views, integrating the model, and wiring up the required Node.js handlers.
Context I need first
Before starting, inspect the project so I understand its structure:
- Read
package.jsonto learn the project name and existing dependencies. - Use
cds-mcp_search_modelto get an overview of the services and entities already defined in the project. - Ask the user:
- Which remote service they want to integrate (another CAP app, S/4HANA Business Partner, etc.)
- Whether they have the API already as an npm package, an
.edmxfile, or just a URL