web-css
Web CSS Skill
Version: 1.0 Stack: Vanilla CSS with CSS Variables
Clean, maintainable CSS without preprocessors or utility frameworks. Design tokens via CSS variables.
The Problem
AI-generated CSS drifts. Without memory between sessions, similar components end up with slightly different padding, colors, spacing, and border radii — not by design, but by independence. The drift itself isn't the problem. The problem is that every future edit becomes a partial fix: you change .card's background, but .panel uses #fff, .info-box uses white, and .content-block uses rgb(255,255,255) — same color, different formats, so only one gets updated. These standards centralize values into tokens so one edit propagates everywhere.
Consumption
- Builders: Read
## Builder Checklistbefore writing any CSS. Every value must use a token; every file must follow the 5-file architecture. - Refactorers: Use
## Enforced Rulesto find hardcoded values and structural violations. Read narrative sections for token naming and file organization guidance. - Both: Narrative sections are the authoritative standard. Checklist and rules table are compressed views of the same content.
More from alexanderstephenthompson/claude-hub
unity-csharp
C# patterns for Unity - MonoBehaviour, async, architecture, and VR/mobile performance optimization
50design
Design and UI standards for accessibility, semantic HTML, and responsive layouts
36architecture
Architecture principles, module boundaries, folder structure, and project type profiles
34vrc-udon
VRChat Udon and UdonSharp patterns - networking, sync, interactions
33data-python
Python patterns for data processing - pandas, polars, pyspark
33web-performance
Performance patterns for Apollo caching, Redis, and CloudFront optimization
33