sap-samples/cap-agentic-engineered · Archived

sap-cap

Query @cap-js/mcp-server before writing CDS entities, types, aspects, services, or CAP service handlers. Triggers on schema and service files in db/ and srv/.

First seen Jun 18, 2026

Installation

$ npx skills add sap-samples/cap-agentic-engineered --skill sap-cap

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sap-samples/cap-agentic-engineered.

npx skills add sap-samples/cap-agentic-engineered

Browse all from sap-samples/cap-agentic-engineered

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSES
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,267 B
  • docs SUMMARY.md 173 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

CAP MCP-First Development

Before writing, modifying, debugging, or fixing CDS entities, service definitions, or CAP service handlers, you MUST query the CAP MCP server and apply its guidance.

Tools

Use mcpcap* tools — primarily mcpcapsearchdocs and mcpcapsearchmodel.

Workflow

  1. Query before coding — call mcpcapsearch_docs for syntax, patterns, or conventions
  2. Trust MCP over training knowledge — if guidance conflicts with what you know, follow MCP
  3. Prefer the simplest pattern when MCP returns multiple valid approaches

Scope

This skill covers:

  • CDS entity definitions, types, aspects (db/schema.cds)
  • Service definitions and projections (srv/*.cds)
  • Service handlers, actions, functions, events (srv/*.js)
  • CDS built-in types, key patterns, virtual fields

This skill does not cover CDS annotations (@UI, @Common, @Capabilities) or Fiori Elements configuration — those belong to the sap-fiori skill.