css-styling-expert

Audit and modernize CSS architecture using BEM, ITCSS, or SMACSS patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hvngroup/directus_b2b_crm --skill css-styling-expert-hvngroup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: css-styling-expert
Source: https://github.com/hvngroup/directus_b2b_crm/tree/main/.agent/skills/css-expert
Command: npx skills add https://github.com/hvngroup/directus_b2b_crm --skill css-styling-expert-hvngroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams standardize and optimize CSS architecture to improve maintainability, scalability, and performance across large codebases.

Core Features & Use Cases

  • Modern CSS architecture patterns (BEM, ITCSS, SMACSS) and design tokens
  • Responsive layout strategies, container queries, and accessibility best practices
  • Performance optimization, CSS-in-JS integration patterns, and cross-browser compatibility
  • Use cases: refactoring legacy CSS, building a design system, implementing theme tokens, auditing accessibility

Quick Start

Start by auditing the project’s CSS architecture, then implement a baseline design system with tokens, responsive patterns, and accessibility considerations.

Frequently Asked Questions about css-styling-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refactor legacy CSS into a scalable architecture?▼

To refactor legacy CSS, you audit the project architecture and migrate styles into structured patterns like BEM, ITCSS, or SMACSS. This establishes a maintainable, scalable styling system baseline for modern web applications.

What is the best way to implement design tokens for theming?▼

Implementing design tokens involves defining centralized variables for colors, typography, and spacing to drive consistent theming across components. This approach ensures a scalable and maintainable design system architecture.

How do I audit CSS for cross-browser accessibility standards?▼

Auditing CSS for accessibility requires reviewing responsive layouts, contrast ratios, and interactive states. This ensures cross-browser compatibility and confirms that styling meets modern accessibility standards across all application components.

Does this approach work with CSS-in-JS integration patterns?▼

Yes, CSS-in-JS integration patterns are supported through specific architecture checks. This ensures that component-level styling maintains performance optimization and adheres to the established design token system.

Can I use container queries for responsive layout strategies?▼

Yes, container queries can be applied to build responsive layout strategies. This approach allows components to respond to their parent container dimensions, improving maintainability and performance across browsers.

When should I modernize my CSS architecture?▼

You should modernize CSS architecture when maintainability and performance decline across large codebases. Implementing structured patterns, responsive typography, and design tokens resolves scalability issues and standardizes component theming.