dev-pre-commit

Installation
SKILL.md

Setup Pre-Commit Hooks

Core Workflow

1. Detect package manager

Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear.

2. Install dependencies

Install as devDependencies:

husky lint-staged prettier

3. Initialize Husky

Installs
1
Repository
paulund/ai
GitHub Stars
3
First Seen
Apr 25, 2026
dev-pre-commit — paulund/ai