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:

  1. Read package.json to learn the project name and existing dependencies.
  2. Use cds-mcp_search_model to get an overview of the services and entities already defined in the project.
  3. 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 .edmx file, or just a URL
Installs
91
Repository
capire/skills
GitHub Stars
9
First Seen
Jul 15, 2026
cap-add-remote-service — capire/skills