dotnet-stylelint

Configure and run Stylelint validation on CSS/SCSS assets in .NET web projects.

42|10|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/managedcode/PrompterOne --skill dotnet-stylelint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-stylelint
Source: https://github.com/managedcode/PrompterOne/tree/main/.codex/skills/dotnet-stylelint
Command: npx skills add https://github.com/managedcode/PrompterOne --skill dotnet-stylelint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps maintain consistent and high-quality CSS and SCSS stylesheets within .NET repositories by integrating Stylelint checking and validation.

Core Features & Use Cases

  • Stylelint Configuration: Sets up project-specific rules for stylesheet quality and consistency.
  • Linting Automation: Runs Stylelint on CSS/SCSS assets to find errors and enforce naming conventions.
  • Use Case: A development team wants to prevent duplicate or deprecated CSS selectors across their web application, ensuring adherence to style guides and improving maintainability.

Quick Start

Use the dotnet-stylelint skill to scan your stylesheet assets and ensure they conform to established coding standards.

Frequently Asked Questions about dotnet-stylelint

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

FAQPage Schema
How do I enforce CSS and SCSS coding standards in a .NET web project?

To enforce CSS and SCSS coding standards in a .NET web project, you need a linter to validate stylesheets. This Skill adds Stylelint configuration to scan frontend assets and catch errors like duplicate or deprecated selectors early. It ensures stylesheets conform to established design-system rules automatically.

Can I use Stylelint to check stylesheets in my .NET repository?

Yes, you can use Stylelint to check stylesheets in a .NET repository. This Skill integrates Stylelint validation directly into your workflow, targeting CSS and SCSS assets found under common frontend directories to enforce naming conventions and improve stylesheet maintainability.

What is the best way to prevent deprecated CSS selectors in a web application?

The best way to prevent deprecated CSS selectors is to automate stylesheet linting during development. By applying Stylelint configuration to your CSS and SCSS files, this Skill finds errors and enforces style guide adherence, ensuring consistent and high-quality stylesheets across your web application.

Does this stylesheet validation work with both CSS and SCSS assets?

Yes, this stylesheet validation works with both CSS and SCSS assets. The Skill runs Stylelint on stylesheets located in common frontend directories within .NET projects, applying project-specific rules to validate quality, enforce consistency, and catch formatting errors before deployment.

Do I need to install Stylelint separately to lint stylesheets in .NET?

Yes, you need Stylelint and related configs installed to lint stylesheets in .NET. This Skill requires the Stylelint tool to run validation on your CSS and SCSS assets, applying the established configuration to enforce design-system rules and catch stylesheet errors.

Why should I add stylesheet linting to my .NET web development workflow?

You should add stylesheet linting to your .NET web development workflow to maintain high-quality CSS and SCSS. Integrating Stylelint prevents duplicate selectors, enforces naming conventions, and catches errors early, which significantly improves the maintainability and consistency of your design system.