bridge-ui-forms

A reference guide for building data-entry forms in Bridge UI, a React component library with fields such as text boxes, selectors, checkboxes, date pickers, and time pickers.

In plain words
What is it for?
Choosing the right Bridge UI form component and connecting its value and onChange properties in a React application.
Why use it?
It shows which documented components and bindings to use, reducing the risk of inventing unsupported APIs or using the wrong React pattern.

Skill for Claude CodeCodex

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 skills/bridge-ui/core/bridge-ui-forms
Any agent
npx skills add Bridge-UI/core --skill bridge-ui-forms
Clone the repo
git clone --depth 1 https://github.com/Bridge-UI/core

Made for: Claude Code, Codex.

Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 681 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00118 $0.00681
Opus 5 $0.00059 $0.00341
Sonnet 5 $0.00024 $0.00136
Haiku 4.5 $0.00012 $0.00068

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

Security

Grade A, and why

bridge-ui-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 2d 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/react/ai/skills/bridge-ui-forms/SKILL.md · 49 lines

How it starts

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

Bridge UI (React) — forms

Do not invent APIs. Copy examples from .ai/docs/components/{Component}.md.

Binding

Controlled fields: value + onChange. Never Vue v-model.

Start here

Need Doc
Text input .ai/docs/components/TextField.md
Password .ai/docs/components/PasswordField.md
Number / OTP / textarea .ai/docs/components/NumberField.md, OtpField.md, Textarea.md
Slider .ai/docs/components/Slider.md
Select .ai/docs/components/Select.md
Autocomplete .ai/docs/components/Autocomplete.md
Checkbox / radio / switch .ai/docs/components/Checkbox.md, Radio.md, Switch.md
Date .ai/docs/components/DateField.md, DatePicker.md
Date range .ai/docs/components/DateRangeField.md, DateRangePicker.md
Time .ai/docs/components/TimeField.md, TimePicker.md
Time range .ai/docs/components/TimeRangeField.md, TimeRangePicker.md
Date-time .ai/docs/components/DateTimeField.md, DateTimePicker.md
Date-time range .ai/docs/components/DateTimeRangeField.md, DateTimeRangePicker.md
Color .ai/docs/components/ColorField.md, ColorPicker.md
Input chrome .ai/docs/components/FormField.md
Toggle row chrome .ai/docs/components/FormControl.md
Custom control chrome .ai/docs/components/BaseField.md

Read the full file on GitHub · 49 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. 2d ago First seen · 49 lines · 118 tokens per session scan A 237ab94fae16

Subscribe to this mod's changes

bridge-ui-forms is a skill published in the GitHub repository Bridge-UI/core (3 stars, last pushed 2d ago), licensed MIT. It adds 118 tokens to every session and 681 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

shadcn

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…

shadcn-ui/ui · 94 tokens

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

chakra-ui-refactor

Review, convert, and improve UI code using Chakra UI v3. Use this skill whenever a user wants to review Chakra UI code for issues, convert plain HTML/CSS, Tailwind, CSS Modules, or styled-components to Chakra UI, clean up messy Chakra components, fix layout structure or token usage, or asks anything like "is this…

chakra-ui/chakra-ui · 139 tokens

design-sync

Push a React design system to claude.ai/design. This runs a converter that bundles the real component code (from Storybook or a bare package) and uploads it. Use when the user runs /design-sync or says "sync my design system to Claude Design".

asgeirtj/system_prompts_leaks · 56 tokens

material-ui-styling

Chooses the right Material UI styling approach (sx, styled, theme overrides, global CSS) from official MUI guidance. Use when styling @mui/material components, customizing themes, overriding slots, or comparing sx vs styled.

mui/material-ui · 52 tokens

material-ui-tailwind

Integrates Material UI with Tailwind CSS v4 using cascade layers (enableCssLayer, @layer order) and documents Tailwind v3 interoperability (preflight, important, injectFirst, portals). Use when combining MUI with Tailwind utilities, slotProps className, or theme token bridges.

mui/material-ui · 67 tokens