sap-fiori-eslint-plugin

sap-fiori-eslint-plugin is a skill for Claude Code from SAP/open-ux-tools. It costs 162 tokens per session (665 once invoked), scanned A, original, Apache-2.0.

Guidance for setting up, upgrading, running, and fixing ESLint in SAP Fiori projects. ESLint is a tool that checks JavaScript and related project code for patterns that may indicate errors or inconsistent style.

In plain words
What is it for?
Use it to add SAP's Fiori Tools ESLint plugin, migrate legacy ESLint configurations to ESLint 9, run checks, fix lint errors, or inspect application-specific issues.
Why use it?
It helps determine whether a project needs a new configuration, a migration from older settings, or simply a lint run and fixes.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sap-fiori-mcp-server plugin — 7 skills, 2 MCP servers shipped together

Good fit Use it to add SAP's Fiori Tools ESLint plugin, migrate legacy ESLint configurations to ESLint 9, run checks, fix lint errors, or inspect application-specific issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sap/open-ux-tools/sap-fiori-eslint-plugin
About the project

Open UX Tools is a collection of open-source modules for building SAP Fiori applications more efficiently. SAP Fiori developers and related projects use the reusable modules to create development tools and to contribute fixes, findings, and improvements through community collaboration.

SAP/open-ux-tools · 158 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SAP/open-ux-tools --skill sap-fiori-eslint-plugin
Clone the repo
git clone --depth 1 https://github.com/SAP/open-ux-tools

Made for: Claude Code.

Or install sap-fiori-mcp-server, the plugin that ships this one along with the rest of its 7 skills, 2 MCP servers.

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-eslint-plugin

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap/open-ux-tools/sap-fiori-eslint-plugin/github.svg)](https://agentmods.dev/skills/sap/open-ux-tools/sap-fiori-eslint-plugin)
Your own site
<a href="https://agentmods.dev/skills/sap/open-ux-tools/sap-fiori-eslint-plugin"><img src="https://agentmods.dev/badge/skills/sap/open-ux-tools/sap-fiori-eslint-plugin/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-eslint-plugin

Your own site · 80×15
<a href="https://agentmods.dev/skills/sap/open-ux-tools/sap-fiori-eslint-plugin"><img src="https://agentmods.dev/badge/skills/sap/open-ux-tools/sap-fiori-eslint-plugin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 665 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. Third-party audits
  • Socket pass 27 Jul 2026
  • Snyk pass 27 Jul 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00162 $0.00665
Opus 5 $0.00081 $0.00332
Sonnet 5 $0.00032 $0.00133
Haiku 4.5 $0.00016 $0.00067

Measured 12d ago against content hash 5d503913b001, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sap-fiori-eslint-plugin 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 12d 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.

packages/fiori-mcp-server/skills/sap-fiori-eslint-plugin/SKILL.md · 46 lines

What it actually says

SAP Fiori ESLint Plugin

Work with @sap-ux/eslint-plugin-fiori-tools on SAP Fiori projects: set up ESLint from scratch, migrate from a legacy configuration, or run and fix lint issues.

Determine which task to perform

Identify the user's intent from their request:

User says / situation Task Reference
"Set up ESLint", "Add ESLint", no eslint.config.mjs exists Set up references/setup.md
"Migrate ESLint", .eslintrc / eslint@8 present, upgrade ESLint Migrate references/migrate.md
"Run ESLint", "Check my code", "Fix lint errors", eslint.config.mjs exists Lint references/lint.md
"Show all application issues", "show UX consistency issues", "issues for app X", "same issues as Page Map/App Info" App issues only references/lint.md — follow the App-scope mode section

If the intent is unclear, check the project state:

# Check for existing ESLint config (any format)
ls eslint.config.mjs eslint.config.js .eslintrc .eslintrc.js .eslintrc.cjs .eslintrc.json .eslintrc.yml .eslintrc.yaml 2>/dev/null

If the intent is still unclear, ask the user to clarify whether they want to set up ESLint, migrate an existing config, or run linting.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 46 lines · 162 tokens per session scan A 5d503913b001

Subscribe to this mod's changes

sap-fiori-eslint-plugin is a skill published in the GitHub repository SAP/open-ux-tools (158 stars, last pushed yesterday), licensed Apache-2.0. It adds 162 tokens to every session and 665 once invoked, about $0.0008 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.