fundamental-styles CLAUDE.md

fundamental-styles CLAUDE.md is an instructions file for coding agents from SAP/fundamental-styles. It costs 3,162 tokens per session, scanned A, original, Apache-2.0.

An instruction guide for using fundamental-styles, a CSS component library for SAP Design System interfaces. CSS is the language that controls how web pages look, and the library works with any web technology.

In plain words
What is it for?
Building SAP-style web interfaces, finding component examples and modifiers, adding states such as errors or disabled controls, and applying the required accessibility markup.
Why use it?
It helps agents choose the correct component structure, styling options, states, and accessibility patterns from the library’s documentation.

Instructions file

About the project

Fundamental Library Styles is a framework-independent CSS component library for creating SAP web interfaces with reusable styles and components. Developers can use it with Angular, React, Vue, or plain HTML to build consistent SAP applications and apply supported visual themes.

SAP/fundamental-styles · 232 stars · on GitHub · sap.github.io

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.

agentmods
npx agentmods add instructions/sap/fundamental-styles/claude-md
Clone the repo
git clone --depth 1 https://github.com/SAP/fundamental-styles

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 fundamental-styles CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sap/fundamental-styles/claude-md.svg)](https://agentmods.dev/instructions/sap/fundamental-styles/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sap/fundamental-styles/claude-md"><img src="https://agentmods.dev/badge/instructions/sap/fundamental-styles/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,162 This file is loaded in full into every session.
When invoked 3,162 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.03162 $0.03162
Opus 5 $0.01581 $0.01581
Sonnet 5 $0.00632 $0.00632
Haiku 4.5 $0.00316 $0.00316

Measured 6d ago against content hash 3b8b62a84e44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

fundamental-styles CLAUDE.md 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 6d 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.md · 359 lines

How it starts

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

fundamental-styles

CSS component library for SAP Design System. Framework-agnostic, works with any web technology.

For AI Agents

Component documentation is auto-generated from Storybook stories and available in structured markdown:

  • 📚 Complete Component Index: docs/components/README.md - All 140+ components
  • 📖 Per-Component Docs: docs/components/{component-name}.md - Detailed examples with modifiers
  • 🔧 Integration Guide: docs/AI_USAGE.md - How to use these docs in AI tools
  • 📋 Schemas: docs/schemas/*.json - Component structure definitions
  • ♿ Accessibility: docs/accessibility.json - ARIA patterns for all components

When generating HTML/CSS, always reference the component-specific markdown file for:

  • Complete list of modifiers (fd-{component}--{modifier})
  • State classes (is-error, is-disabled, etc.)
  • Correct HTML structure and nesting
  • Accessibility requirements (ARIA attributes)

Example workflow:

  1. User asks for a button → Read docs/components/button.md
  2. Find the right modifier (e.g., fd-button--emphasized for primary action)
  3. Generate HTML with proper structure and ARIA attributes

Using the MCP Server: If you have the fundamental-styles MCP server available, use these tools:

  • get_component_markdown - Get complete markdown documentation with all HTML examples
  • get_component_html - Get specific HTML variants
  • list_components - Browse all available components
  • search_components - Find components by keyword

Using Skills: Type /component-docs to browse component documentation interactively.

Quick Lookup - "I need a..."

Need Component Class
Button button fd-button
Text input input fd-input
Dropdown/Select select fd-select
Checkbox checkbox fd-checkbox
Radio button radio fd-radio
Toggle switch switch fd-switch
Link link fd-link
Modal/Popup dialog fd-dialog
Tooltip popover fd-popover
Dropdown menu menu fd-menu
Data table table fd-table
List of items list fd-list
Card/Tile card fd-card
Tabs tabs fd-tabs
Alert/Banner alert, message-strip fd-alert, fd-message-strip
Loading spinner busy-indicator fd-busy-indicator
Form field form-item fd-form-item
Icon icon sap-icon--{name}

Read the full file on GitHub · 359 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. 6d ago First seen · 359 lines · 3,162 tokens per session scan A 3b8b62a84e44

Subscribe to this mod's changes

fundamental-styles CLAUDE.md is an instructions file published in the GitHub repository SAP/fundamental-styles (232 stars, last pushed 2d ago), licensed Apache-2.0. It adds 3,162 tokens to every session, about $0.0158 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 instructions, from other repositories

openstatus AGENTS.md

AGENTS.md instructions for openstatusHQ/openstatus, covering agents.md, verify your change, toolchain, architecture and tests.

openstatusHQ/openstatus · 1,308 tokens

abap2UI5 CLAUDE.md

Claude Code instructions for abap2UI5/abap2UI5: All project guidance lives in AGENTS.md — the single source of truth for this repository (architecture and the layered design, the src/00-99 packages, the generated app/webapp mirror, the build and delivery pipeline, the CI gates and ABAP code style).

abap2UI5/abap2UI5 · 79 tokens

agentgram CLAUDE.md

Claude Code instructions for agentgram/agentgram, covering claude.md — agentgram development guide, project overview, tech stack, monorepo structure and core architecture patterns.

agentgram/agentgram · 4,467 tokens

nulnul-harness AGENTS.md

AGENTS.md instructions for SeoNaRu/nulnul-harness: This repository builds plugins/nulnul-harness/, a Codex plugin that selects the strongest justified project-local capability system for the requested outcome, verifies the user's work, removes non-contributing setup, and evolves from measured outcomes without…

SeoNaRu/nulnul-harness · 1,707 tokens

Career-Agents AGENTS.md

Instructions for karthikrshet/Career-Agents, covering career-agents ai contributor guide, pre-development checklist, strict rules for ai agents and required validation pipeline.

karthikrshet/Career-Agents · 609 tokens

medusa CLAUDE.md

Claude Code instructions for Pantheon-Security/medusa, covering medusa - medusa security scanning, critical: release gate — do not skip, 4. security hardening tests (must show: all pass), critical: bash sandbox and project overview.

Pantheon-Security/medusa · 2,806 tokens