Agent Skills: Husky Hooks Generator

Generate Husky Git hooks for pre-commit, pre-push, and commit-msg automation. Triggers on "create husky hooks", "generate git hooks", "husky setup", "pre-commit hooks".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/husky-hooks-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/husky-hooks-generator

Skill Files

Browse the full folder contents for husky-hooks-generator.

Download Skill

Loading file tree…

husky-hooks-generator/SKILL.md

Skill Metadata

Name
husky-hooks-generator
Description
Generate Husky Git hooks for pre-commit, pre-push, and commit-msg automation. Triggers on "create husky hooks", "generate git hooks", "husky setup", "pre-commit hooks".

Husky Hooks Generator

Generate Husky Git hooks for automating code quality checks on commits.

Output Requirements

File Output: .husky/pre-commit, .husky/commit-msg, .husky/pre-push Format: Shell scripts Standards: Husky 9.x

When Invoked

Immediately generate Husky hook files for the specified automation tasks.

Example Invocations

Prompt: "Create husky hooks for lint and test" Output: Complete .husky/pre-commit with lint-staged and test commands.