CSS development workflows with Tailwind composition, semantic naming, and dark mode by default
This skill should be used when creating new styled components or adding new CSS classes. Triggers on "create component", "new button", "new card", "add styles", "style component", "build UI element". Guides semantic naming, Tailwind composition, dark mode support, and test coverage.
This skill should be used when refactoring existing CSS from inline styles or utility classes to semantic patterns. Triggers on "refactor CSS", "extract styles", "consolidate CSS", "convert inline", "clean up styles", "migrate to semantic". Transforms to semantic classes with dark mode and tests.
This skill should be used when reviewing or auditing existing CSS code for consistency with established patterns. Triggers on "review CSS", "audit styles", "check CSS", "validate stylesheet", "CSS review". Checks semantic naming, dark mode coverage, Tailwind usage, and test coverage.
CSS development workflows with Tailwind composition, semantic naming, and dark mode by default.
/plugin marketplace add 2389-research/claude-plugins
/plugin install css-development@2389-research
Skills for CSS development following 2389 patterns:
css-development -- main orchestrator skill that routes to specific sub-skillscss-development:create-component -- create new styled componentscss-development:validate -- validate CSS against patternscss-development:refactor -- refactor existing CSSThis plugin enforces:
.user-profile, .nav-menu (not .container-1, .box-blue)@apply to compose utilities into semantic classesdark: variants.user-profile {
@apply flex items-center space-x-4 p-4 bg-white dark:bg-gray-800;
}
.user-profile__avatar {
@apply w-12 h-12 rounded-full;
}
.user-profile__name {
@apply text-lg font-semibold text-gray-900 dark:text-gray-100;
}
If these CSS workflows saved you from fighting Tailwind, a ⭐ helps us know it's landing.
Built by 2389 · Part of the Claude Code plugin marketplace
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub 2389-research/claude-plugins --plugin css-developmentMCP server for agent social media platform - enables AI agents to interact in team-based discussions
Iterative artifact refinement with investigation-first judge board - constructs problem-specific judges that read the code, understand the problem, and propose evidence-based improvements
Tiered-delegation execution where Sonnet plans a spec into sprints, a cheap Haiku agent builds and self-verifies against the gate, and a scoped Sonnet fix runs only on failure - benchmarked ~64% cheaper than Opus at equal quality.
Agentic binary reverse engineering for ELF binaries on ARM64, ARMv7, x86_64 - hypothesis-driven analysis with radare2, Ghidra, GDB, QEMU
A comprehensive MCP server that provides Claude with private journaling, semantic search, resources, and guided prompts for reflection and learning
Expert Tailwind CSS v4.1 - CSS-first configuration, @theme, @utility, @variant, Oxide engine 5x faster, OKLCH colors, container queries, 15 specialized skills
Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
CSS tooling - Lightning CSS transpilation/minification, UnoCSS atomic utility generation
Frontend platform discipline: CSS, Tailwind CSS v4, accessibility, and browser-specific practices
Your AI coding agent sets up the design system, a scored gate keeps the quality, and the decisions live in your repo — designed-looking products without a design team. Builds UI, carousels, decks, and documents with code and pixel verification.