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.
npx agentmods add skills/bridge-ui/core/bridge-ui-formsnpx skills add Bridge-UI/core --skill bridge-ui-formsgit clone --depth 1 https://github.com/Bridge-UI/coreWhat 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.
| Model | Per session | Once 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 |
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.
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 |
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.
- 2d ago First seen · 49 lines · 118 tokens per session scan A 237ab94fae16
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.
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…
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-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…
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".
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.
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.