sap-cap-capire
v2.4.1SAP 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.
by Eduard JiglauGPL-3.0404updated 1 day ago
Source
git clone https://github.com/secondsky/sap-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-cap-capire/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/sap-cap-capire/SKILL.md└── .mcp.json
Skills1
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.
MCP servers1
- command
- npx
- args
- -y @cap-js/mcp-server@0.0.5
Manifests2
{
"name": "sap-cap-capire",
"version": "2.4.1",
"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.",
"author": {
"name": "Eduard Jiglau",
"email": "hello@sap-ai-skills.com",
"url": "https://sap-ai-skills.com"
},
"homepage": "https://sap-ai-skills.com",
"repository": "https://github.com/secondsky/sap-skills",
"license": "GPL-3.0",
"keywords": [
"api",
"authorization",
"btp",
"cap",
"capire",
"cds",
"cloud application programming",
"cloud foundry",
"fiori",
"hana",
"java",
"kyma",
"node.js",
"odata",
"sap",
"sap-cap-capire",
"sql"
],
"skills": "./skills/",
"interface": {
"displayName": "SAP CAP Capire",
"shortDescription": "SAP Cloud Application Programming Model (CAP) development ski...",
"longDescription": "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.",
"developerName": "Eduard Jiglau",
"category": "CAP",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use SAP CAP Capire for SAP guidance."
],
"websiteURL": "https://sap-ai-skills.com"
}
}{
"name": "sap-cap-capire",
"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.",
"version": "2.4.1",
"author": {
"name": "Eduard Jiglau",
"email": "hello@sap-ai-skills.com",
"url": "https://sap-ai-skills.com"
},
"license": "GPL-3.0",
"homepage": "https://sap-ai-skills.com",
"repository": "https://github.com/secondsky/sap-skills",
"keywords": [
"api",
"authorization",
"btp",
"cap",
"capire",
"cds",
"cloud application programming",
"cloud foundry",
"fiori",
"hana",
"java",
"kyma",
"node.js",
"odata",
"sap",
"sap-cap-capire",
"sql"
],
"category": "cap",
"agents": [
"./agents/cap-cds-modeler.md",
"./agents/cap-performance-debugger.md",
"./agents/cap-project-architect.md",
"./agents/cap-service-developer.md"
],
"commands": [
"./commands/cap-cds-reference.md",
"./commands/cap-deployment-checklist.md",
"./commands/cap-mcp-tools.md",
"./commands/cap-setup-wizard.md",
"./commands/cap-troubleshooter.md"
],
"mcpServers": "./.mcp.json",
"lspServers": "./.lsp.json"
}