Claude-skill-registry Frontend CSS
Write and maintain CSS using consistent methodology (Tailwind, BEM, CSS modules, utility classes) while following the project's design system and avoiding framework overrides. Use this skill when writing CSS styles, applying CSS classes, working with CSS frameworks, or implementing visual designs. When editing CSS files (`.css`, `.scss`, `.sass`), applying Tailwind utility classes, using CSS modules, or styling components. When maintaining design tokens, creating design systems, or ensuring visual consistency. When working with colors, spacing, typography, or any visual styling in stylesheets or component files.
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/frontend-css" ~/.claude/skills/majiayu000-claude-skill-registry-frontend-css-b635ab && rm -rf "$T"
skills/data/frontend-css/SKILL.mdFrontend CSS
When to use this skill
- When writing or editing CSS files (
,.css
,.scss
,.sass
).less - When applying Tailwind CSS utility classes in component files
- When using CSS modules or CSS-in-JS solutions
- When implementing BEM methodology or other CSS naming conventions
- When defining or using design tokens (colors, spacing, typography)
- When creating or maintaining design systems
- When styling React, Vue, or other framework components
- When optimizing CSS for production (purging, tree-shaking)
- When ensuring visual consistency across the application
- When working with CSS frameworks (Tailwind, Bootstrap, etc.)
- When implementing custom styles or theme configurations
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend CSS.
Instructions
For details, refer to the information provided in this file: frontend CSS