shadcn-ui-flutter

shadcn-ui-flutter is a skill for Claude Code, Codex from nank1ro/flutter-shadcn-ui. It costs 58 tokens per session (1,857 once invoked), scanned A, original, MIT.

A Flutter user-interface component library inspired by shadcn/ui, with ready-made parts such as buttons, cards, forms, calendars, and alerts.

In plain words
What is it for?
It helps build Flutter screens, apply light and dark themes, create responsive layouts, and combine Material and Cupertino styles.
Why use it?
It provides consistent, customizable interface building blocks instead of requiring each control to be designed from scratch.

Skill for Claude CodeCodex

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

Good fit It helps build Flutter screens, apply light and dark themes, create responsive layouts, and combine Material and Cupertino styles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter
About the project

Flutter ShadcnUI is a Flutter component library that ports the shadcn UI design system into customizable widgets. It is used by Flutter developers to build interfaces with components such as buttons, dialogs, forms, tables, and menus. Its catalogue skill supports agent-assisted work with the library.

nank1ro/flutter-shadcn-ui · 2,801 stars · on GitHub · flutter-shadcn-ui.mariuti.com

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 nank1ro/flutter-shadcn-ui --skill shadcn-ui-flutter
Clone the repo
git clone --depth 1 https://github.com/nank1ro/flutter-shadcn-ui

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 shadcn-ui-flutter

README.md
[![agentmods](https://agentmods.dev/badge/skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter/github.svg)](https://agentmods.dev/skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter)
Your own site
<a href="https://agentmods.dev/skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter"><img src="https://agentmods.dev/badge/skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shadcn-ui-flutter

Your own site · 80×15
<a href="https://agentmods.dev/skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter"><img src="https://agentmods.dev/badge/skills/nank1ro/flutter-shadcn-ui/shadcn-ui-flutter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,857 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. Third-party audits
  • Socket pass 15 Apr 2026
  • Snyk pass 15 Apr 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00058 $0.01857
Opus 5 $0.00029 $0.00928
Sonnet 5 $0.00012 $0.00371
Haiku 4.5 $0.00006 $0.00186

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

Security

Grade A, and why

shadcn-ui-flutter 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 9d 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/shadcn-ui-flutter/SKILL.md · 166 lines

How it starts

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

Shadcn UI for Flutter

This skill provides documentation and examples for using the shadcn_ui package in Flutter.

Theming and Customization

Shadcn UI for Flutter provides a powerful theming system. You can use built-in color schemes (blue, gray, green, neutral, orange, red, rose, slate, stone, violet, yellow, zinc) or create your own.

Applying a Theme

Use ShadThemeData within ShadApp to define your light and dark themes.

Detailed Guides

Components

Name Description Reference
Accordion A vertically stacked set of interactive headings that each reveal a section of content. accordion.md
Alert Displays a callout for user attention. alert.md
Avatar An image element with a placeholder for representing the user. avatar.md
Badge Displays a badge or a component that looks like a badge. badge.md
Breadcrumb Displays the path to the current resource using a hierarchy of links. breadcrumb.md
Button Displays a button or a component that looks like a button. button.md
Calendar A date field component that allows users to enter and edit date. calendar.md
Card Displays a card with header, content, and footer. card.md
Checkbox A control that allows the user to toggle between checked and not checked. checkbox.md
Context Menu Displays a menu to the user — such as a set of actions or functions — triggered by a mouse right-click. context-menu.md
Date Picker A date picker component with range and presets. date-picker.md
Dialog A modal dialog that interrupts the user. dialog.md
Form Builds a form with validation and easy access to form fields values. form.md
IconButton Displays an icon button or a component that looks like a button with an icon. icon-button.md
Input Displays a form input field or a component that looks like an input field. input.md
InputOTP Accessible one-time password component with copy paste functionality. input-otp.md
Menubar A visually persistent menu common in desktop applications that provides quick access to a consistent set of commands. menubar.md
Popover Displays rich content in a portal, triggered by a button. popover.md
Progress Displays an indicator showing the completion progress of a task, typically displayed as a progress bar. progress.md
RadioGroup A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time. radio-group.md
Resizable Resizable panel groups and layouts. resizable.md
Select Displays a list of options for the user to pick from—triggered by a button. select.md
Separator Visually or semantically separates content. separator.md
Sheet Extends the Dialog component to display content that complements the main content of the screen. sheet.md
Slider An input where the user selects a value from within a given range. slider.md
Sonner An opinionated toast component. sonner.md
Switch A control that allows the user to toggle between checked and not checked. switch.md
Table A responsive table component. table.md
Tabs A set of layered sections of content—known as tab panels—that are displayed one at a time. tabs.md
Textarea Displays a form textarea or a component that looks like a textarea. textarea.md
Time Picker A time picker component. time-picker.md
Toast A succinct message that is displayed temporarily. toast.md
Tooltip A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it. tooltip.md

Read the full file on GitHub · 166 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. 9d ago First seen · 166 lines · 58 tokens per session scan A b581716b325b

Subscribe to this mod's changes

shadcn-ui-flutter is a skill published in the GitHub repository nank1ro/flutter-shadcn-ui (2,801 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 1,857 once invoked, about $0.0003 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-vue

Manages shadcn-vue components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn-vue, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

unovue/shadcn-vue · 97 tokens

component-search

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

yonatangross/orchestkit · 57 tokens

creative-tim-ui

Creative Tim UI block library assistant. Use when adding, generating, or modifying UI blocks/components/pages from creative-tim.com/ui. Covers design philosophy (minimalism, the 95% rule, research-first), block discovery, both CLI install methods, PRO API key setup, and Creative Tim design rules (orange brand…

creativetimofficial/ui · 91 tokens

spark-ui

Install and compose Spark UI signature React components such as Widget Stack, Dynamic Island, Interactive Pets, Tactile Highlight, Shimmer Text, Image Trail, Animated Gradient, Ghost Ether, Logo Carousel, QR Code, Receipt, Number Ticker, Spotify Card, Masonry, Keyboard, and Hello from the Spark UI shadcn-compatible…

codeweb-dev/spark-ui · 73 tokens

shadcn/ui expert

Use shadcn/ui as a composable, copy-owned component baseline. Customise design tokens to match the product; never treat the library as a locked black box.

LuuOW/meridian-mcp · 33 tokens

webd

Web design workflow for landing pages, SaaS frontends, conversion-oriented pages, and non-generic UI. Use when building or improving a website, landing page, SaaS UI, hero section, pricing page, conversion funnel, shadcn/ui interface, or when the user invokes /webd or @webd.

HinkoK/agent-skills · 68 tokens