firebase-development
v1.0.0Firebase project workflows including setup, features, debugging, and validation
CSS development workflows with Tailwind composition, semantic naming, and dark mode by default
/plugin install css-development@2389-research
Full plugin documentation and usage guide
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;
}
Get started in seconds
/plugin marketplace add 2389-research/claude-plugins
/plugin install css-development
Skills auto-trigger when relevant