stylelint

Installation
SKILL.md

Stylelint for Stylesheets in .NET Repositories

Trigger On

  • the repo has stylelint.config.*, .stylelintrc*, or CSS and SCSS assets under frontend folders
  • the user asks for CSS linting, duplicate style cleanup, naming convention enforcement, or design-system guardrails
  • the repo needs a stylesheet gate beyond formatting alone

Do Not Use For

  • JavaScript or TypeScript ownership; route that to eslint or biome
  • runtime accessibility, performance, SEO, or header checks; route that to webhint
  • repos that intentionally use only Biome for CSS linting and do not want a separate stylesheet linter

Inputs

Installs
23
GitHub Stars
477
First Seen
Apr 22, 2026
stylelint — managedcode/dotnet-skills