← All skills 2389 Research · Agent Skills
Development

css-development

v1.0.0

CSS development workflows with Tailwind composition, semantic naming, and dark mode by default

Install — npx skills · recommended
npx skills add 2389-research/css-development
Prefer Claude Code? Install via /plugin
/plugin install css-development@2389-research

CSS Development Plugin

CSS development workflows with Tailwind composition, semantic naming, and dark mode by default.

Installation

/plugin marketplace add 2389-research/claude-plugins
/plugin install css-development@2389-research

What this plugin provides

Skills for CSS development following 2389 patterns:

Patterns

This plugin enforces:

Quick example

.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;
}

Documentation

---

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