ui skills

360 tagged ui, measured the same way as everything else here.

Browse within: design 93ReAct 66svelte 51sveltekit 50vue 48ux 46ai-assistant 38self-hosted 36typescript 35css 30framework 24html 24inkline 23sass 23

feature-flags

01

react/react

Skill Claude CodeCodex

Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.

248k 4d ago A 34 tokens original MIT

react/react

Skill Claude CodeCodex

Orchestrate the Rust compiler port end-to-end. Discovers the current frontier, fixes failing passes, ports new passes, reviews, and commits in a loop.

248k 4d ago A 38 tokens original MIT

plan-update

03

react/react

Skill Claude CodeCodex

Use when you need to update a plan document with deep research across all compiler passes. Launches parallel subagents to analyze how a topic affects every compiler phase, then consolidates findings into the plan doc.

248k 4d ago A 44 tokens original MIT

gradio-app/gradio

Skill Claude CodeCodex

Write comprehensive, behaviour-driven unit tests for Gradio frontend Svelte components using Vitest browser mode, Playwright, and the @self/tootils test utilities.

43k 3d ago A 37 tokens original Apache-2.0

gradio-themes

05

gradio-app/gradio

Skill Claude CodeCodex

Build and customise Gradio themes. Use when creating, editing, or publishing Python-based Gradio themes that control colours, typography, spacing, shadows, and dark mode.

43k 3d ago A 39 tokens original Apache-2.0

gradio

06

gradio-app/gradio

Skill Claude CodeCodex

Build Gradio web UIs and demos in Python. Use when creating, modifying, debugging, or answering questions about Gradio and its capabilties, components, event listeners, or layouts.

43k 3d ago A 42 tokens original Apache-2.0

git-safety

07

tamagui/tamagui

Skill Claude CodeCodex

Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.

14k yesterday A 42 tokens original MIT

release-safety

08

tamagui/tamagui

Skill Claude CodeCodex

Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.

14k yesterday A 42 tokens original MIT

tamagui

09

tamagui/tamagui

Skill Claude CodeCodex

Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with styled(), configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/"…

14k yesterday A 90 tokens original MIT

siteboon/claudecodeui

Skill Claude CodeCodex

Enforce this repository's TypeScript backend module architecture standards. Use whenever creating, modifying, refactoring, or reviewing backend code under server/, including routes, services, modules, repositories, shared backend code, and backend tests. Do not apply these rules to frontend code or non-backend…

14k 5d ago A 68 tokens AGPL-3.0

nuxt-ui

11

nuxt/ui

Skill Claude CodeCodex

Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.

6.9k 4d ago A 56 tokens original MIT

benjitaylor/agentation

Skill Claude CodeCodex

Autonomous design critique mode using the Agentation annotation toolbar. Use when the user asks to "critique this page," "add design annotations," "review the UI," "self-driving mode," "auto-annotate," or wants an AI agent to autonomously add design feedback annotations to a web page via the browser. Requires the…

4.6k 2mo ago A 90 tokens

agentation

13

benjitaylor/agentation

Skill Claude CodeCodex

Add Agentation visual feedback toolbar to a Next.js project.

4.6k 2mo ago A 14 tokens

shadcn-ui-flutter

14

nank1ro/flutter-shadcn-ui

Skill Claude CodeCodex

A comprehensive Flutter UI library inspired by shadcn/ui. Provides high-quality, customizable, and accessible components including Buttons, Cards, Forms, and more. Use this skill when building Flutter UIs, implementing design systems, or needing specific component usage examples.

2.8k 2d ago A 58 tokens original MIT

add-app-to-server

15

modelcontextprotocol/ext-apps

Skill Claude CodeCodex

This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with UI", "add interactive UI to existing server", "add MCP Apps to my server", or needs to add interactive UI capabilities to an existing MCP server that already has…

2.8k 20d ago A 95 tokens

convert-web-app

16

modelcontextprotocol/ext-apps

Skill Claude CodeCodex

This skill should be used when the user asks to "add MCP App support to my web app", "turn my web app into a hybrid MCP App", "make my web page work as an MCP App too", "wrap my existing UI as an MCP App", "convert iframe embed to MCP App", "turn my SPA into an MCP App", or needs to add MCP App support to an existing…

2.8k 20d ago A 115 tokens

migrate-oai-app

17

modelcontextprotocol/ext-apps

Skill Claude CodeCodex

This skill should be used when the user asks to "migrate from OpenAI Apps SDK", "convert OpenAI App to MCP", "port from window.openai", "migrate from skybridge", "convert openai/outputTemplate", or needs guidance on converting OpenAI Apps SDK applications to MCP Apps SDK. Provides step-by-step migration guidance with…

2.8k 20d ago A 80 tokens

typeui

18

bergside/typeui

Skill Claude CodeCodex

Use TypeUI with Grok to access project design skills, brand kits, UI prompts, and layout variations through the TypeUI MCP server when creating or refining user interfaces.

1.8k 1mo ago A 37 tokens

typeui-fundamentals

19

bergside/typeui

Skill Claude CodeCodex

Universal UI/UX design principles covering visual hierarchy, interaction laws, typography foundations, and WCAG accessibility requirements. Use when making design decisions not covered by a specific design system, validating principle compliance, or resolving conflicts between aesthetics and accessibility.…

1.8k 1mo ago A 65 tokens

inkline/inkline

Skill Claude CodeCodex

The Inkline compiler's end-to-end pipeline — parse → IR → analyze → per-target codegen → print — including the IR contracts, reactivity tracking, target rewrite rules, plugin hooks, the two compile paths, and known sharp edges. Use for any core/ work, or when reviewing it.

1.5k 2d ago A 67 tokens

create-pr

21

inkline/inkline

Skill Claude CodeCodex

Author a pull request in the Guild's standard shape — a fixed Summary / Changes / Verification / Notes skeleton that mirrors the review-gate, plus the hard anti-leak rule that no agent @mention or mention:// link ever reaches a public PR. Use whenever you are about to open a PR (e.g. /create-pr), so the PR passes…

1.5k 2d ago A 79 tokens

implement-component

22

inkline/inkline

Skill Claude CodeCodex

Phase 2 of building an Inkline component — write the .ink.tsx source. Author the headless part(s) (behavior + accessibility, no styling), then one styled component that composes them and applies a styleframe recipe, then the .styleframe.ts, then register the export. Compiles to all 7 frameworks. Use when implementing…

1.5k 2d ago A 87 tokens

motion-design

23

LottieFiles/motion-design-skill

Skill Claude CodeCodex

Applies motion design principles to create emotionally-driven, technically sound animations and transitions. Provides timing, easing, choreography, and Disney animation principles adapted for UI. Use when creating animations, transitions, micro-interactions, loading states, page transitions, scroll-triggered effects…

1.5k 3mo ago A 82 tokens original MIT

beui-pro

24

starc007/ui-components

Skill Claude CodeCodex

Choose, inspect, install, and compose licensed beUI Pro premium React blocks from the authenticated shadcn registry. Use when building or improving landing pages with beUI Pro, installing @beui-pro items, selecting premium heroes, features, pricing, social proof, CTAs, navigation, footers, or other page sections, or…

1.4k 3d ago A 83 tokens original MIT