Use this skill when the user wants to lint HTML files for best practices, accessibility issues, deprecated tags, and structural problems.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-2c0413aa)More formats (shields.io, HTML) on the badges page.
---
name: htmlhint
description: Use this skill when the user wants to lint HTML files for best practices, accessibility issues, deprecated tags, and structural problems.
---
# 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
```bash
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!