From tailwindplus
Search, list, and retrieve code from TailwindPlus UI library's 657+ components for Marketing, Application UI, and eCommerce in HTML, React, or Vue with Tailwind CSS v3/v4.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tailwindplus:tailwindplusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides access to the TailwindPlus UI component library with 657+ professional components.
This skill provides access to the TailwindPlus UI component library with 657+ professional components.
Before using this skill, you need to specify the location of your TailwindPlus JSON data file.
Tell Claude the path to your tailwindplus-components-*.json file and Claude will use it in the commands.
Example: "My TailwindPlus data is at ~/data/tailwindplus-components-2026-01-08.json"
All commands require the JSON data file path as the first argument.
./info.sh <json_file>
Returns metadata about the TailwindPlus data file.
./list_components.sh <json_file>
Returns all component names organized by category.
./search_components.sh <json_file> "hero"
./search_components.sh <json_file> "pricing table"
Search for components by keyword (case-insensitive, supports multi-word).
./get_component.sh <json_file> "Application UI.Forms.Input Groups.Simple" -f html -v 4 -m light
./get_component.sh <json_file> "Ecommerce.Components.Product Overviews.With image gallery and expandable details" -f react -v 4 -m none
Required Parameters:
json_file: Path to the TailwindPlus JSON data filefull_name: The complete dotted path (e.g., "Application UI.Forms.Input Groups.Simple")-f, --framework: html, react, or vue-v, --version: 3 or 4 (Tailwind CSS version)-m, --mode: Theme modeMode Requirements (CRITICAL):
light, dark, or systemnone onlyhtml - Pure HTML with Tailwind CSS classesreact - React/JSX componentsvue - Vue.js componentsWhen user asks for a component:
Example workflow for finding a button component:
# Step 1: Search
./search_components.sh <json_file> "button"
# Step 2: Get the component
./get_component.sh <json_file> "Application UI.Elements.Buttons.Primary" -f react -v 4 -m light
npx claudepluginhub legacybridge-tech/claude-plugins --plugin tailwindplusBuilds scalable Tailwind CSS design systems using design tokens, component variants, responsive patterns, and accessibility. Use for component libraries, theming, UI standardization, and dark mode setup.
Generates multiple production-ready UI component variations using Magic by 21st.dev, compares options, and integrates selected code. For new components like pricing tables, hero sections in Next.js, Tailwind, TypeScript projects.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->