cap-agentic-engineered: Skill for Claude Code

.claude/skills/sap-fiori/SKILL.md

sap-fiori is a skill for Claude Code from SAP-samples/cap-agentic-engineered. It costs 39 tokens per session (595 once invoked), scanned A, original, Apache-2.0.

A development guide for SAP Fiori applications, which are web interfaces for SAP systems. It requires checking the Fiori documentation server before changing CDS annotations, Fiori Elements page settings, or manifest.json files.

In plain words
What is it for?
Use it when creating or changing CDS annotations, Fiori Elements pages such as list reports and object pages, or manifest.json settings.
Why use it?
It reduces the chance of using incorrect or outdated SAP patterns when configuring pages, data, navigation, or actions.

Skill for Claude Code

Written for Claude Code: paths in frontmatter.

This is SAP-samples/cap-agentic-engineered's own configuration. It tells Claude Code how to work on cap-agentic-engineered itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything cap-agentic-engineered configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SAP-samples/cap-agentic-engineered. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SAP-samples/cap-agentic-engineered/main/.claude/skills/sap-fiori/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SAP-samples/cap-agentic-engineered

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-fiori

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-fiori/github.svg)](https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-fiori)
Your own site
<a href="https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-fiori"><img src="https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-fiori/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-fiori

Your own site · 80×15
<a href="https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-fiori"><img src="https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-fiori.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00595
Opus 5 $0.00019 $0.00298
Sonnet 5 $0.00008 $0.00119
Haiku 4.5 $0.00004 $0.00060

Measured 9d ago against content hash 2d369b5b0bab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sap-fiori scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/sap-fiori/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fiori MCP-First Development

Before writing, modifying, debugging, or fixing CDS annotations, Fiori Elements page configuration, or manifest.json, you MUST query the Fiori MCP server and apply its guidance.

Tools

Use mcp__fiori__* tools — primarily mcp__fiori__search_docs, mcp__fiori__list_functionality, mcp__fiori__get_functionality_details, and mcp__fiori__execute_functionality.

Workflow

  1. Query before coding — call mcp__fiori__search_docs for annotation patterns, floorplan config, or manifest structure
  2. Trust MCP over training knowledge — if guidance conflicts with what you know, follow MCP
  3. Use Fiori MCP tooling for modifications — before manually editing manifest.json or annotations, check if mcp__fiori__list_functionality provides an automated function
  4. Prefer the simplest pattern when MCP returns multiple valid approaches

Scope

This skill covers:

  • CDS annotations: @UI, @Common, @Capabilities, @Communication
  • Fiori Elements floorplans: List Report, Object Page, Analytical List Page
  • manifest.json configuration: routing, data sources, control configuration
  • Custom actions in manifest (controlConfiguration.actions)

Fiori Elements App Rules

When creating or modifying SAP Fiori Elements applications:

  • The application typically starts with a List Report page showing the base entity in a table. Row details are shown in an ObjectPage based on the same entity.
  • An ObjectPage can contain table sections based on to-many associations. Row details in a table section can open another ObjectPage based on the association's target entity.
  • The data model must have one main entity with navigation properties to related entities.
  • Each property must have a proper datatype.
  • For all entities, provide primary keys of type UUID.
  • When creating sample data in CSV files, all primary keys and foreign keys MUST be in UUID format (e.g., 550e8400-e29b-41d4-a716-446655440001).
  • When modifying the application (e.g., adding columns), do not use screen personalization — modify the project code. Always check whether mcp__fiori__list_functionality provides a suitable function first.
  • When previewing, use the most specific npm run watch-* script for the app in package.json.

Read the full file on GitHub · 48 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 48 lines · 39 tokens per session scan A 2d369b5b0bab

Subscribe to this mod's changes

sap-fiori is a skill published in the GitHub repository SAP-samples/cap-agentic-engineered (12 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 595 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories