component-guidance-data

component-guidance-data is a skill for Claude Code, Codex from SAP/fundamental-styles. It costs 27 tokens per session (7,324 once invoked), scanned A, original, Apache-2.0.

A set of Fiori guidelines for choosing and using components that display data, such as tables, lists, trees, calendars, avatars, icons, and status labels. Fiori is SAP's design system for business applications.

In plain words
What is it for?
Use it when selecting a data-display component, comparing similar components, or checking recommended and unsuitable use cases.
Why use it?
It helps developers choose suitable components for different kinds of business data and avoid using a component where it does not fit.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it when selecting a data-display component, comparing similar components, or checking recommended and unsuitable use cases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sap/fundamental-styles/component-guidance-data
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.

Any agent
npx skills add SAP/fundamental-styles --skill component-guidance-data
Clone the repo
git clone --depth 1 https://github.com/SAP/fundamental-styles

Made for: Claude Code, Codex.

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 component-guidance-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap/fundamental-styles/component-guidance-data.svg)](https://agentmods.dev/skills/sap/fundamental-styles/component-guidance-data)
Your own site
<a href="https://agentmods.dev/skills/sap/fundamental-styles/component-guidance-data"><img src="https://agentmods.dev/badge/skills/sap/fundamental-styles/component-guidance-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,324 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.00027 $0.07324
Opus 5 $0.00014 $0.03662
Sonnet 5 $0.00005 $0.01465
Haiku 4.5 $0.00003 $0.00732

Measured 7d ago against content hash a2c4d14c52b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

component-guidance-data 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 7d 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.

skills/component-guidance-data/SKILL.md · 847 lines

How it starts

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

Component Guidance - Data Display

Components for displaying collections and structured data.

When to Use This Skill

Use this skill when:

  • The user asks "Should I use [component] for [use case]?"
  • The user needs to choose between similar components
  • The user asks about component best practices
  • The user wants to know when NOT to use a component

This skill covers: Avatar, Avatar Group, Calendar, Carousel, Feed Input, Feed List Item, Generic Tag, Generic Tile, Grid List, Icon, Illustrated Message, Info Label, List, Micro Process Flow, Object Identifier, Object List, Object Marker, Object Number, Object Status, Table, Title, Tree, Variant Management

Avatar

Description: Avatars are visual representations of users, products, or business entities, helping people quickly identify them within an application. Users can be shown with their own photos or initials, while products can be depicted with representative images or logos.

When to use:

  • Display user photos, initials, or placeholders for personal identification
  • Show standardized images for business content such as products, parts, logos, or campaign visuals
  • Represent concepts or entities with icons when images aren't available
  • Present images with transparent backgrounds when needed for clarity or design fit
  • Provide placeholder images when no other source image is available
  • Apply avatars consistently in places like lists, cards, and headers to create familiarity and a uniform visual pattern across the interface

When to avoid:

  • ❌ Display pictures in a sequence, such as a slideshow or carousel → Use fd-carousel instead
  • ❌ Display an interactive icon → Use fd-button with an icon inside instead

Best practices:

  • ✅ Use a circle shape (fd-avatar--circle) for people
  • ✅ Use a square shape for product or business-related images (default shape)
  • ✅ Use the predefined sizes: fd-avatar--xs, fd-avatar--s, fd-avatar--m, fd-avatar--l, fd-avatar--xl
  • ✅ For product icons, replace the default icon with a more suitable icon for your use case
  • ✅ Provide a clear alternative text (alt attribute) for the avatar image
  • ✅ For interactive avatars with badges, provide both a tooltip and alternative text
  • ⚠️ Avoid unnecessarily large image files (optimize images)
  • ⚠️ Avoid badges on avatars smaller than size S
  • ❌ Don't attach click actions directly to icons in the avatar (wrap in a button instead)

Read the full file on GitHub · 847 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. 7d ago First seen · 847 lines · 27 tokens per session scan A a2c4d14c52b8

Subscribe to this mod's changes

component-guidance-data is a skill published in the GitHub repository SAP/fundamental-styles (232 stars, last pushed 3d ago), licensed Apache-2.0. It adds 27 tokens to every session and 7,324 once invoked, about $0.0001 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

static-web-artifacts-builder

Build self-contained static HTML artifacts opened in a browser: interactive diagrams, dashboards, infographics. Pure HTML5+CSS3+inline SVG, zero toolchain. Triggers on: "interactive HTML", "open in browser", "HTML artifact", "visual dashboard", "HTML infographic". NOT for PNG/SVG output, use concept-to-image.

Mathews-Tom/armory · 76 tokens

html-draft

Use when user wants a standalone HTML diagram in flat engineering blueprint style — architecture diagrams, system flows, technical spec sheets, component maps. Generates one HTML file using Tailwind v4 (browser CDN) for layout and D3 v7 (CDN) for SVG diagrams. User-invoked only — do NOT auto-trigger. Triggers on…

serejaris/personal-corp-os · 130 tokens

overwatch-slidedeck

Build interactive live slide decks with Vite + React 19, TanStack Router, WebGPU shaders, Framer Motion orchestration, 1920x1080, access-gated SPA. 39 components (layout, interaction, graphics, chrome, navigation), direction-aware slide transitions, presenter mode with speaker notes and BroadcastChannel sync…

tdimino/claude-code-minoan · 138 tokens

grainient

Recreate grainient.supply's 16 dark-mode visual effects as single-file HTML pages: WebGL shader gradients, vignette overlays, 9-layer box shadows, smooth scroll, spring animations, hover-zoom, ticker marquees, glassmorphism, 3D card flips, bento grids, gradient CTAs. Dark-mode-first with lime green (#C2F13C) accent.…

tdimino/claude-code-minoan · 110 tokens

figma-mcp

Convert Figma designs into production-ready code using MCP server tools. Use this skill when users provide Figma URLs, request design-to-code conversion, ask to implement Figma mockups, or need to extract design tokens and system values from Figma files. Works with frames, components, and entire design files to…

tdimino/claude-code-minoan · 79 tokens

mindnode-ui

Build MindNode-inspired mind mapping interfaces — 8 node shapes, 27+ themes, layout algorithms (horizontal, vertical, radial with D3), keyboard shortcuts, focus mode, dual view. React + xyflow/react v12 + Zustand + Tailwind. Triggers on mind map, visual thinking tool, node-based diagram, brainstorm canvas, MindNode.

tdimino/claude-code-minoan · 76 tokens