css-workflow

Installation
SKILL.md

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

CSS Workflow

Tool Grid

Task Tool Command
Lint Stylelint npx stylelint "**/*.css"
Format Prettier npx prettier --write "**/*.css"
Dead code PurgeCSS npx purgecss --css *.css --content *.html

Tailwind CSS

RECOMMENDED over custom CSS for consistency and maintainability.

Installs
8
GitHub Stars
8
First Seen
Jan 23, 2026
css-workflow — ilude/claude-code-config