agentsclimarketplace

Framework shadcn tailwind ui

Skill Kainiko943/beautiful-ui/framework-shadcn-tailwind-ui

Make AI coding agents design beautiful, accessible, platform-native UI.

Install
npx -y skills add Kainiko943/beautiful-ui --skill framework-shadcn-tailwind-ui

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use with beautiful-ui and platform-web-ui when the target web app uses shadcn/ui components, Tailwind CSS utilities, or a React component system built from copied component source.

SKILL.md

2.1 KB, as published. Nobody here has run it

Framework Shadcn Tailwind UI

Overview

Use this adapter after beautiful-ui and platform-web-ui when implementation should land in a shadcn/ui + Tailwind codebase. Preserve the product-specific visual direction, then express it through local components, tokens, variants, and stateful composition.

Current Setup Notes

As of April 26, 2026, shadcn/ui recommends shadcn/create or shadcn@latest init -t [framework] for supported frameworks, with existing-project setup handled through the official framework guide. Tailwind CSS v4 uses CSS-first configuration and @import "tailwindcss" in new installs. Verify official docs before giving exact setup commands in generated project work.

Official references:

Rules

  • Treat shadcn/ui as editable source, not a black-box component library.
  • Use existing local components before adding new shadcn components.
  • Define theme tokens in CSS variables or the repo's established Tailwind setup before adding one-off utility piles.
  • Prefer component variants for repeated states such as intent, density, size, loading, invalid, and selected.
  • Use data-* attributes, aria-* attributes, and visible focus styles for stateful controls.
  • Keep class strings readable; extract variants or local wrappers when repeated class combinations carry product meaning.
  • Do not turn every surface into a Card; reserve cards for repeated objects, tools, modals, and framed content.

Handoff Must Include

  • Components to add or reuse.
  • Token changes and where they belong.
  • Variant names for recurring states.
  • Tailwind layout constraints for desktop and mobile.
  • Accessibility attributes and focus behavior.
  • Verification commands and screenshot targets.

Read These References

  • references/component-patterns.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.