Set up Husky pre-commit hooks with lint-staged (Prettier or Biome), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, add commit-time formatting/typechecking/testing, or says "add pre-commit", "setup hooks for this repo", "wire up husky". Triggers on pre-commit, husky, lint-staged, prettier hook, biome hook, commit hook, setup hooks, format on commit.
$npx -y skills add ariegoldkin/claude-forge --skill setup-pre-commitInstalls into the current project.
Run `npx skills use "https://github.com/ariegoldkin/claude-forge" --skill "ariegoldkin/claude-forge/setup-pre-commit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ariegoldkin/claude-forge" that are relevant to the current task. Run `npx skills add "https://github.com/ariegoldkin/claude-forge"` and select the relevant skills, then follow their instructions.