component-guidance-forms

component-guidance-forms is a skill for Claude Code, Codex from SAP/fundamental-styles. It costs 30 tokens per session (8,341 once invoked), scanned A, original, Apache-2.0.

A set of SAP Fiori guidelines explains when to use form controls such as checkboxes, inputs, selects, date pickers, and text areas. It also covers when to avoid each control.

In plain words
What is it for?
Use it to select and arrange form fields, compare input components, and design clearer data-entry flows.
Why use it?
It helps choose the right input for the kind of information users must enter. This reduces confusing forms and poor choices between similar controls.

Skill for Claude CodeCodex ✓ vendor

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

Good fit Use it to select and arrange form fields, compare input components, and…

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap/fundamental-styles/component-guidance-forms.svg)](https://agentmods.dev/skills/sap/fundamental-styles/component-guidance-forms)
Your own site
<a href="https://agentmods.dev/skills/sap/fundamental-styles/component-guidance-forms"><img src="https://agentmods.dev/badge/skills/sap/fundamental-styles/component-guidance-forms.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,341 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.00030 $0.08341
Opus 5 $0.00015 $0.04170
Sonnet 5 $0.00006 $0.01668
Haiku 4.5 $0.00003 $0.00834

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

Security

Grade A, and why

component-guidance-forms 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-forms/SKILL.md · 991 lines

How it starts

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

Component Guidance - Forms & Inputs

Form controls and input components for data entry.

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: Checkbox, Combobox Input, Date Picker, Fieldset, File Uploader, Form Grid, Form Group, Form Header, Form Item, Form Label, Form Message, Input, Input Group, Multi ComboBox, Multi Input, Radio, Select, Slider, Step Input, Switch, Textarea, Time, Time Picker, Token, Tokenizer, Upload Collection

Checkbox

Description: A checkbox lets users set a binary value (true/false). When selected, it toggles between checked (state applies), unchecked (state doesn't apply), and optionally tri-state/indeterminate (mixed selection of dependent fields). All options are visible, and users can make one or more independent selections.

When to use:

  • Only one option can be selected or deselected (e.g., accept terms of use) when meaning is obvious
  • A group or list of options can be selected independently of each other
  • Options are displayed immediately without user interaction
  • Intermediate selection state (tri-state) is required when multiple sub-options are grouped under a parent option

When to avoid:

  • ❌ User needs to choose multiple options from a large list → Use Combo Box Input instead
  • ❌ User can choose only one option from a list → Use Radio Buttons, Select, or List instead
  • ❌ User needs to perform instantaneous actions without reviewing or confirming → Use Switch instead
  • ❌ Not enough space available on screen → Use Combo Box instead

Best practices:

  • ✅ Checked state means the described state applies or item is chosen
  • ✅ Unchecked state means the described state doesn't apply
  • ✅ Tri-state/indeterminate indicates neither checked nor unchecked (set via JavaScript indeterminate property)
  • ✅ Use tri-state to represent mixed selection when some (but not all) dependent fields are selected
  • ✅ All options visible without user interaction
  • ⚠️ Tri-state is visual only and cannot be achieved by direct user interaction
  • ⚠️ Use for independent selections where multiple options can be selected simultaneously

Read the full file on GitHub · 991 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 · 991 lines · 30 tokens per session scan A 1ac260c48c24

Subscribe to this mod's changes

component-guidance-forms is a skill published in the GitHub repository SAP/fundamental-styles (232 stars, last pushed 3d ago), licensed Apache-2.0. It adds 30 tokens to every session and 8,341 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

visualize

Render a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.

vellum-ai/vellum-assistant · 57 tokens

vellum-workspace-theme

Customize the app's visual theme — author design-token overrides (accent, background, surfaces, text, message-bubble colors) in the workspace ui/theme.json, validated by the assistant runtime and applied live to connected clients. Covers the token slots, the all-or-none override groups, the contrast floor, and reading…

vellum-ai/vellum-assistant · 72 tokens

vellum-avatar

Customize the assistant's avatar - build a native character, upload an image, or generate one with AI.

vellum-ai/vellum-assistant · 24 tokens

shieldcn-badges

Create polished shieldcn README badges, badge groups, charts, headers, sponsors grids, and full README hero sections. Use when a user wants shadcn/ui-styled badges, Shields.io replacement, npm/GitHub/CI/status badges, download charts, README header banners, contributor/sponsor images, or README Studio guidance.…

jal-co/shieldcn · 145 tokens

openscreen-design

Use this skill to generate well-branded interfaces and assets for OpenScreen (an AI-native screen-recording studio & video editor), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.

getopenscreen/openscreen · 62 tokens

figma-expert

Figma design expert for components, auto-layout, design systems, and developer handoff.

RightNow-AI/openfang · 22 tokens