AI AGENT ADDONS

This skill runs the VS Code hygiene check on your code changes. It scans your files before you commit them. This helps you catch problems early.

The hygiene check looks for common issues like unicode characters, double quotes in the wrong places, and missing copyright headers. It also checks indentation, formatting, ESLint, and stylelint. You must pass this check or your commit will be rejected.

Always run the pre-commit hook before you finish your work. Use 'npm run precommit' on staged files. You can also check specific files with 'node --experimental-strip-types build/hygiene.ts path/to/file.ts'. This skill keeps your code clean and your commits safe.

Add Hygiene skill to your workflow

Global

mkdir -p ~/.claude/skills/hygiene

Project

mkdir -p .claude/skills/hygiene

Source Repository

Stars
186,993
Forks
40,701
Watchers
186,993
License
MIT
Last Push
1 month ago
Created
11 years ago