ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

husky-gen

Set up git hooks tailored to your project. Use when adding pre-commit hooks.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/husky-gen
Or

Husky Generator

Git hooks are powerful but setting them up is a pain. This tool analyzes your project and creates the right hooks for your workflow.

One command. Zero config. Just works.

Quick Start

npx ai-husky

What It Does

  • Installs and configures Husky
  • Creates pre-commit hooks for linting staged files
  • Sets up pre-push hooks for running tests
  • Adds commit-msg hook for conventional commits

Usage Examples

# Install git hooks
npx ai-husky

# Preview without installing
npx ai-husky --dry-run

Best Practices

  • Lint staged files only - don't lint the whole codebase
  • Run tests on push - catch issues before PR
  • Keep hooks fast - slow hooks get bypassed
  • Make them skippable - --no-verify for emergencies

When to Use This

  • Setting up a new project with git hooks
  • Adding code quality checks to existing project
  • Enforcing commit message format
  • Standardizing pre-commit workflow

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.

npx ai-husky --help

How It Works

Analyzes your package.json to determine what linters, formatters, and test runners you use. Then generates appropriate Husky hooks that run the right commands at the right times.

License

MIT. Free forever. Use it however you want.

Metadata

Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-husky-gen": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.