🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Stylelint Config Validator

by @charlie-morrison

Validate Stylelint config files for errors, deprecated rules, config structure, plugins, extends, and overrides, outputting text or JSON results.

Versionv1.0.1
Installs1
πŸ’‘ Examples

# Quick check
python3 scripts/stylelint_validator.py lint .stylelintrc.json

CI pipeline

python3 scripts/stylelint_validator.py lint --strict --format summary .stylelintrc

Find deprecated rules to upgrade

python3 scripts/stylelint_validator.py deprecated .stylelintrc.json

JSON output for tooling

python3 scripts/stylelint_validator.py validate --format json .stylelintrc.yaml

βš™οΈ Configuration

| Option | Values | Default | Description | |--------|--------|---------|-------------| | --format | text, json, summary | text | Output format | | --min-severity | error, warning, info | info | Filter by minimum severity | | --strict | flag | off | Exit 1 on any issue |

πŸ”’ Constraints

Check rules only (deprecated, unknown, conflicts).

python3 scripts/stylelint_validator.py rules .stylelintrc.json

deprecated

List only deprecated rules in the config.

python3 scripts/stylelint_validator.py deprecated .stylelintrc.json

View on ClawHub
TERMINAL
clawhub install stylelint-config-validator

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’