Setup Pre-Commit (Matt Pocock skill)

Scaffold skill that drops Husky + lint-staged + Prettier + `typecheck` and `test` scripts into the repo's `pre-commit` hook. Detects your package manager (npm, pnpm, yarn, bun), installs deps, inits Husky, writes `.husky/pre-commit`, `.lintstagedrc`, and `.prettierrc` if missing. Run once, the hook runs on every commit thereafter.

Strengths

Limitations

Best for

View on Coeurdar