
Sap Cap Capire
- Updated May 19, 2026
- AndreaFusar/https-github.com-secondsky-sap-skills
sap-cap-capire is an agent skill that guides CAP CDS modeling, services, Fiori, and BTP deployment using Capire documentation patterns.
About
sap-cap-capire packages SAP Cloud Application Programming Model knowledge drawn from Capire so a developer can move from empty repo to a working BTP service without tab-hopping official docs. It applies when you are defining CDS entities and associations, implementing custom handlers, wiring persistence to HANA or PostgreSQL, exposing OData, layering authorization or multitenancy, or preparing Fiori front ends on top of generated services. The plugin also routes agents through operational commands for troubleshooting, MCP-oriented tooling, and a deployment checklist aimed at Cloud Foundry and Kyma targets. Because CAP work naturally bleeds from modeling into ship-ready configuration, the skill is best treated as multi-phase even though Prism shelves it under Build backend as the first serious touchpoint. Small teams using Claude Code or Cursor for SAP extensions get structured sub-agents for modeling versus service coding versus architecture decisions.
- Capire-grounded guidance for CDS models, services, and event handlers on Node.js and Java
- Database targets including SAP HANA, SQLite, and PostgreSQL
- Deployment paths for SAP BTP Cloud Foundry and Kyma plus Fiori UI integration
- Bundled agent roles: CDS modeler, service developer, performance debugger, and project architect
- Five command workflows including setup wizard, troubleshooter, MCP tools reference, CDS reference, and deployment checkl
Sap Cap Capire by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add AndreaFusar/https-github.com-secondsky-sap-skills/plugin install sap-cap-capire@sap-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 19, 2026 |
|---|---|
| Repository | AndreaFusar/https-github.com-secondsky-sap-skills ↗ |
What it does
Model CDS services, implement CAP handlers, and deploy OData/Fiori apps on BTP using Capire-aligned agent workflows.
Who is it for?
Best when you're shipping OData-backed SaaS or extensions on SAP BTP with Node.js or Java CAP stacks.
Skip if: Pure frontend-only projects with no CDS layer or teams not using SAP CAP/BTP at all.
When should I use this skill?
Use when building CAP applications, defining CDS models, implementing services, working with HANA/SQLite/PostgreSQL, deploying to BTP CF or Kyma, Fiori, authorization, multitenancy, or messaging.
What you get
You get CDS models, service handlers, and deployment checklists aligned to CAP runtimes instead of fragmented copy-paste from Capire.
- CDS model and service artifacts
- Deployment checklist completion notes
- Troubleshooting steps from cap-troubleshooter command
By the numbers
- 4 specialized CAP agents listed in plugin metadata
- 5 slash-style command workflows including deployment checklist
Files
SAP Cloud Application Programming Model (CAP) development skill using Capire documentation. Use when: building CAP applications, defining CDS models, implementing services, working with SAP HANA/SQLite/PostgreSQL databases, deploying to SAP BTP Cloud Foundry or Kyma, implementing Fiori UIs, handling authorization, multitenancy, or messaging. Covers CDL/CQL/CSN syntax, Node.js and Java runtimes, event handlers, OData services, and CAP plugins.
sap-cap-capire
Source: ./plugins/sap-cap-capire
{ "name": "sap-cap-capire", "agents": [ "./agents/cap-cds-modeler.md", "./agents/cap-service-developer.md", "./agents/cap-performance-debugger.md", "./agents/cap-project-architect.md" ], "source": "./plugins/sap-cap-capire", "license": "GPL-3.0", "version": "2.2.0", "category": "cap", "commands": [ "./commands/cap-setup-wizard.md", "./commands/cap-troubleshooter.md", "./commands/cap-mcp-tools.md", "./commands/cap-cds-reference.md", "./commands/cap-deployment-checklist.md" ], "keywords": [ "api", "authorization", "btp", "cap", "capire", "cds", "cloud application programming", "cloud foundry", "fiori", "hana", "java", "kyma", "node.js", "odata", "sap", "sap-cap-capire", "sql" ], "description": "SAP Cloud Application Programming Model (CAP) development skill using Capire documentation. Use when: building CAP applications, defining CDS models, implementing services, working with SAP HANA/SQLite/PostgreSQL databases, deploying to SAP BTP Cloud Foundry or Kyma, implementing Fiori UIs, handling authorization, multitenancy, or messaging. Covers CDL/CQL/CSN syntax, Node.js and Java runtimes, event handlers, OData services, and CAP plugins." }
Related skills
How it compares
Capire-grounded CAP workflow skill, not a generic REST CRUD generator or non-SAP serverless template.
FAQ
Who is sap-cap-capire for?
and small-team developers implementing SAP CAP backends, persistence, and Fiori-facing APIs on BTP.
When should I use sap-cap-capire?
While defining CDS in Build, when running the deployment checklist in Ship, or when debugging CAP performance and services in Operate.
Is sap-cap-capire safe to install?
Check the Security Audits panel on this Prism page; deployment and MCP-related commands may imply shell and cloud credentials in your environment.