Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use HTMLHint in .NET repositories that ship static HTML output or standalone frontend templates. USE FOR: static HTML files; generated frontend output; standalone templates under wwwroot, dist, or other web folders; HTML structure checks. DO NOT USE FOR: raw .cshtml or .razor source with server-side directives; JavaScript or TypeScript linting. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.
.claude/skills/managedcode-htmlhint/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -13% | 0% |
wwwroot/, dist/, or other web folders.cshtml or .razor source with server-side directives; lint the rendered or published output insteadeslintwebhintAGENTS.mdpackage.json.htmlhintrc or equivalent config if presentdist/package.json, for example:htmlhint "dist/**/*.html"htmlhint "wwwroot/**/*.html"rg --files -g 'package.json' -g '.htmlhintrc*' -g '*.html'rg -n '"htmlhint"' --glob 'package.json' .npm install --save-dev htmlhint.htmlhintrc only after confirming the actual target files.AGENTS.md and package.json, then verify with:npx htmlhint "dist/**/*.html"npx htmlhint https://example.comstatus: configured if HTMLHint now owns a clear static-HTML gate, or status: improved if the existing setup was tightened.status: not_applicable when the repo's HTML is primarily server-rendered templates that should be validated after rendering instead.status: not_applicable with a reason.status: complete | clean | improved | configured | not_applicable | blockedplan: concise plan and current stepactions_taken: concrete changes madeverification: commands, checks, or review evidenceremaining: unresolved items or noneOther measured skills in the registry, with their headline benchmark lift.