ui-shadcn-forms

ui-shadcn-forms is a cursor rule for Cursor from superplanehq/superplane. It costs 0 tokens per session (352 once invoked), scanned A, original, Apache-2.0.

A set of project rules for building forms with shadcn components, a reusable set of interface building blocks. It also says to check those components before creating new interface elements.

In plain words
What is it for?
Use it when adding or changing forms, including forms inside dialogs or modals, and when deciding whether a new interface element should be built or composed from an existing component.
Why use it?
It keeps forms consistent and avoids different parts of the app using unrelated controls. It also includes labels and connections between labels and fields for accessibility.

Cursor rule for Cursor

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 rules/superplanehq/superplane/ui-shadcn-forms
Clone the repo
git clone --depth 1 https://github.com/superplanehq/superplane

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 352 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.00000 $0.00352
Opus 5 $0.00000 $0.00176
Sonnet 5 $0.00000 $0.00070
Haiku 4.5 $0.00000 $0.00035

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

Security

Grade A, and why

ui-shadcn-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 3d 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.

.cursor/rules/ui-shadcn-forms.mdc · 23 lines

What it actually says

UI: shadcn for Forms and Components

Forms — always use shadcn

  • All form UI must use components from @/components/ui (this project's shadcn primitives).
  • Use Input, Label, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Textarea, Checkbox, Switch, Button from @/components/ui — do not use raw <input>, <select>, <textarea>, or ad‑hoc form controls when an equivalent exists in @/components/ui.
  • Pair inputs with Label and proper htmlFor / id for accessibility.
  • For dialogs/modals that contain forms, use Dialog, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter from @/components/ui.

New patterns — check shadcn first

  • Before adding a new UI element or pattern, check whether web_src/src/components/ui/ already provides a suitable component (e.g. button, input, label, select, dialog, tabs, tooltip, badge, separator, scroll-area, command, slider, textarea).
  • Prefer composing or customizing an existing shadcn component over building a custom component from scratch.
  • Only introduce a new custom component when no existing @/components/ui (or other design-system) component fits the use case.
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. 3d ago First seen · 23 lines · 0 tokens per session scan A 32e567e69d55

Subscribe to this mod's changes

ui-shadcn-forms is a cursor rule published in the GitHub repository superplanehq/superplane (5,700 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 352 tokens. 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.