Skip to content

Production-ready Claude Code plugins for Tailwind CSS 3+ utility-first design, dark mode, and component systems

Notifications You must be signed in to change notification settings

rdimascio/tailwindcss-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tailwind CSS Plugin Marketplace

A comprehensive collection of production-ready Tailwind CSS plugins for modern web development.

πŸ“¦ Available Plugins

🎨 Component Plugins

Comprehensive button system with variants, sizes, states, and accessibility features.

  • 8 button variants
  • 5 size options
  • Dark mode support
  • Accessibility compliant

Advanced form controls with validation states and custom styling.

  • 9 control types
  • Validation states
  • Floating labels
  • Input groups

Flexible card components with layouts, shadows, and interactions.

  • 8 card types
  • 4 layout styles
  • Flip and expandable cards
  • Responsive grids

🎭 Theme & Styling

Enhanced dark mode implementation with theme switching and persistence.

  • Multiple themes (light, dark, dimmed, sepia)
  • Auto-detection
  • Smooth transitions
  • LocalStorage persistence

Advanced typography utilities with fluid scaling and text effects.

  • Fluid typography
  • Type scales
  • Text effects
  • Variable fonts

🎬 Animation & Effects

Rich animation utilities with keyframes, transitions, and effects.

  • 8 core animations
  • Scroll animations
  • Stagger effects
  • Particle effects

πŸ“ Layout & Structure

Modern layout patterns including grids, flexbox, and containers.

  • 7 layout patterns
  • Grid systems
  • Container queries
  • Responsive utilities

πŸ—οΈ System & Architecture

Complete design system foundation with tokens and patterns.

  • Design tokens
  • Component library
  • Brand guidelines
  • Token sync with design tools

β™Ώ Accessibility

WCAG-compliant utilities for screen readers and keyboard navigation.

  • Screen reader utilities
  • Focus management
  • ARIA patterns
  • Testing tools

⚑ Performance

Performance optimization utilities including PurgeCSS and critical CSS.

  • Tree shaking
  • Code splitting
  • Critical CSS
  • Bundle analysis

πŸš€ Quick Start

Installation

Install individual plugins:

npm install @skillstash/tailwind-button-components
npm install @skillstash/tailwind-form-controls
npm install @skillstash/tailwind-dark-mode-pro

Or install the entire collection:

npm install @skillstash/tailwindcss-plugins

Configuration

Add plugins to your tailwind.config.js:

module.exports = {
  plugins: [
    require('@skillstash/tailwind-button-components'),
    require('@skillstash/tailwind-form-controls'),
    require('@skillstash/tailwind-dark-mode-pro'),
    // Add more plugins as needed
  ]
}

πŸ“š Documentation

Each plugin includes:

  • README.md - Comprehensive documentation
  • CHANGELOG.md - Version history
  • Commands - CLI commands for code generation
  • Skills - Auto-loading development aids
  • Agents - AI-powered design assistance
  • Examples - Working HTML/CSS examples

🎯 Features

For Every Plugin

  • βœ… Production Ready - Battle-tested in real projects
  • βœ… Dark Mode Support - Full dark mode compatibility
  • βœ… Responsive Design - Mobile-first approach
  • βœ… Accessibility - WCAG 2.1 AA compliant
  • βœ… Performance - Optimized for production
  • βœ… Documentation - Comprehensive guides and examples
  • βœ… TypeScript - Full TypeScript support
  • βœ… Framework Support - React, Vue, Angular compatible

Claude Code Integration

Each plugin includes special integrations for Claude Code:

  • Slash Commands - Quick code generation commands
  • Auto-loading Skills - Context-aware development assistance
  • AI Agents - Specialized design and optimization agents

πŸ› οΈ Development

Plugin Structure

plugin-name/
β”œβ”€β”€ plugin.json           # Plugin metadata
β”œβ”€β”€ README.md            # Documentation
β”œβ”€β”€ CHANGELOG.md         # Version history
β”œβ”€β”€ .claude/
β”‚   β”œβ”€β”€ commands/        # Slash commands
β”‚   β”œβ”€β”€ skills/          # Auto-loading skills
β”‚   └── agents/          # AI agents
└── examples/            # Usage examples

Creating Custom Plugins

Use our plugin template:

npx create-tailwind-plugin my-plugin

πŸ“ˆ Performance

All plugins are optimized for:

  • Small Bundle Size - Tree-shakeable and PurgeCSS compatible
  • Fast Build Times - JIT mode support
  • Runtime Performance - GPU-accelerated animations
  • Lazy Loading - Dynamic imports for large components

🀝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

πŸ“„ License

MIT License - see individual plugin LICENSE files for details.

πŸ”— Links

πŸ’¬ Support


Made with ❀️ by the SkillStash Team

About

Production-ready Claude Code plugins for Tailwind CSS 3+ utility-first design, dark mode, and component systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages