Modern CSS

SkillMedia

Proactively apply when creating design systems, component libraries, or any frontend application. Triggers on CSS Grid, Subgrid, Flexbox, Container Queries, :has(), @layer, @scope, CSS nesting, @property, @function, if(), oklch, color-mix, light-dark, relative color, @starting-style, scroll-driven a

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Modern CSS skill

What this skill tells your AI

The instructions your AI receives, as published by ccheney/robust-skills in skills/modern-css/SKILL.md and read by ahel’s review.

Choose native CSS features that fit the requested behavior and supported browsers. The user's explicit instructions take precedence over this skill's guidelines. Preserve the project's framework, preprocessor, tokens, and styling conventions unless changing them is part of the request.

Resolve the styling problem

Use the affected markup/styles, desired appearance or interaction, and browser targets as input. Infer targets from project configuration when available. If missing support information changes the implementation, ask for it or state a conservative fallback.

Bundled support tables are dated research snapshots, not a current compatibility guarantee. Check MDN compatibility data or Web Platform Status for the particular feature when support matters.

NeedStarting point
Rows and columns, or aligned nested tracksGrid / Subgrid
One-dimensional arrangementFlexbox
Layout based on a component's available spaceContainer queries
Cascading overrides or specificity conflictLayers, scope, selector specificity
Themes and derived colorsCustom properties, color functions, color-scheme
Motion, popovers, or scroll effectsFeature-specific reference and fallback

Keep the result usable

  • Preserve layout and interaction in supported browsers. Use progressive enhancement or feature detection where a feature is unavailable.
  • Match cascade changes to the existing origin, importance, and layer ordering; adding a layer can change precedence.
  • Respect reduced-motion preferences and preserve focus/keyboard behavior when changing interactive components.
  • Use modern CSS as an option, not a mandate to remove JavaScript or rebuild working controls. Support and equivalent behavior determine whether a replacement fits.
  • Scope resets and stylesheet reorganization to the task; a component edit does not require a global reset.

Deliver the requested style change or explanation and verify affected layout/states when implementing. State unverified browser limitations rather than treating an example as proof of support.

References

Load only the relevant area, using its contents to find specific features.

TaskReference
Layers, scope, nesting, specificityCASCADE.md
Grid, Flexbox, containers, intrinsic sizingLAYOUT.md
Relational selectors, focus, pseudo-elementsSELECTORS.md
Color spaces, palettes, dark modeCOLOR.md
Custom properties, functions, design tokensTOKENS.md
Transitions, keyframes, entry/exit, view transitionsANIMATION.md
Scroll timelines, sticky states, carouselsSCROLL.md
Dialogs, popovers, anchors, selects, field sizingCOMPONENTS.md
Rendering performance, typography, writing modesPERFORMANCE.md
Compact syntax or feature-detection lookupCHEATSHEET.md

Signals

GitHub stars
59
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
modern-css
Source
github.com/ccheney/robust-skills