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 JiglauLicense: GPL-3.0452 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sap-cap-capire for Codex and Claude Code
codex plugin marketplace add secondsky/sap-skills
codex plugin marketplace upgrade sap-skills
codex plugin add sap-cap-capire@sap-skillsPaste and run these commands in a terminal with Codex. They add and refresh the sap-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “sap-cap-capire” remain stable.
- Codex:
sap-cap-capire@agent-plugin-marketplace→sap-cap-capire@sap-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/secondsky/sap-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sap-cap-capire/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/sap-cap-capire/SKILL.md└── .mcp.json
Included 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/[email protected]
Plugin 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": "[email protected]",
"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": "[email protected]",
"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"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sap-cap-capire on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sap-cap-capire)