Htmlhint

Use this skill when the user wants to lint HTML files for best practices, accessibility issues, deprecated tags, and structural problems.

javimosch 99fdf71 790 B Updated

File contents

HTMLHint Plugin

HTMLHint checks HTML files for markup quality, accessibility, and best practices.

Usage Examples

  • "lint index.html for common issues"
  • "check all HTML files in src/ for accessibility problems"
  • "validate HTML against custom ruleset"
  • "run HTML linting with JSON output for CI"

Installation

npm install -g htmlhint

Key Features

  • HTML validation and linting
  • Accessibility rule checking
  • Deprecated tag detection
  • ID duplication checking
  • Inline style usage detection
  • Custom ruleset configuration
  • JSON output for CI integration
  • Multiple file format support

javimosch/supercli/tree/main/plugins/htmlhint/skills/quickstart commit 99fdf71f04

Frequently asked questions

npx skillmds@latest add javimosch/htmlhint