Agent skill · Frontend

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill ui-styling --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 96
SKILL.md size: 10 KB
Bundled scripts: yes
Path: .claude/skills/ui-styling/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# UI Styling Skill Comprehensive skill for creating beautiful, accessible user interfaces combining shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems. ## Reference - shadcn/ui: https://ui.shadcn.com/llms.txt - Tailwind CSS: https://tailwindcss.com/docs ## When to Use This Skill Use when: - Building UI with React-based frameworks (Next.js, Vite, Remix, Astro) - Implementing accessible components (dialogs, forms, tables, navigation) - Styling with utility-first CSS approach - Creating responsive, mobile-first layouts - Implementing dark mode and theme customization - Building design systems with consistent tokens - Generating visual designs, posters, or brand materials - Rapid prototyping with immediate visual feedback - Adding complex UI patterns (data tables, charts, command palettes) ## Core Stack ### Component Layer: shadcn/ui - Pre-built accessible components via Radix UI primitives - Copy-paste distribution model (components live in your codebase) - TypeScript-first with full type safety - Composable primitives for complex UIs - CLI-based installation and management ### Styling Layer: Tailwind CSS - Utility-first CSS framework - Build-ti

What's inside
Steps it walks through
  1. Reference
  2. When to Use This Skill
  3. Core Stack
  4. Component Layer: shadcn/ui
  5. Styling Layer: Tailwind CSS
  6. Visual Design Layer: Canvas
  7. Quick Start
  8. Component + Styling Setup
  9. Alternative: Tailwind-Only Setup
  10. Component Library Guide
  11. Theme & Customization
  12. Accessibility Patterns
  13. Tailwind Utilities
  14. Responsive Design
Ships with 24 files
  • canvas-fonts/ArsenalSC-OFL.txt
  • canvas-fonts/ArsenalSC-Regular.ttf
  • canvas-fonts/BigShoulders-Bold.ttf
  • canvas-fonts/BigShoulders-OFL.txt
  • canvas-fonts/BigShoulders-Regular.ttf
  • canvas-fonts/Boldonse-OFL.txt
  • canvas-fonts/Boldonse-Regular.ttf
  • canvas-fonts/BricolageGrotesque-Bold.ttf
  • canvas-fonts/BricolageGrotesque-OFL.txt
  • canvas-fonts/BricolageGrotesque-Regular.ttf
  • canvas-fonts/CrimsonPro-Bold.ttf
  • canvas-fonts/CrimsonPro-Italic.ttf
  • canvas-fonts/CrimsonPro-OFL.txt
  • canvas-fonts/CrimsonPro-Regular.ttf
  • canvas-fonts/DMMono-OFL.txt
  • canvas-fonts/DMMono-Regular.ttf
  • canvas-fonts/EricaOne-OFL.txt
  • canvas-fonts/EricaOne-Regular.ttf
  • canvas-fonts/GeistMono-Bold.ttf
  • canvas-fonts/GeistMono-OFL.txt
  • canvas-fonts/GeistMono-Regular.ttf
  • canvas-fonts/Gloock-OFL.txt
  • canvas-fonts/Gloock-Regular.ttf
  • canvas-fonts/IBMPlexMono-Bold.ttf
first 24 of 96
Commands it runs
npx shadcn@latest init
npx shadcn@latest add button card dialog form
npm install -D tailwindcss @tailwindcss/vite
python scripts/shadcn_add.py button card dialog
python scripts/tailwind_config_gen.py --colors brand:blue --fonts display:Inter
More from dev-gtm-claude-skills
All skills →
About this skill
What does the ui-styling skill do?

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill ui-styling --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going