write-hook

Community

Automate code quality checks with ready-to-use hooks.

Authorwayne930242
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a Hook Creator to generate Claude Code hooks for static analysis and code quality, enabling teams to enforce standards with pre-built linting, formatting, and type-checking hooks. Use when setting up project quality gates or adding pre-commit style checks.

Core Features & Use Cases

  • Hook Templates: Pre-built templates for lint, format, and type-check hooks.
  • Deterministic Execution: Hooks run synchronously and quickly to minimize dev friction.
  • Cross-Platform: Python-based wrappers for cross-platform compatibility.

Quick Start

Create a lint/format/type-check hook: python3 scripts/add_hook.py <hook-name> --type <lint|format|typecheck|custom>

Example: python3 scripts/add_hook.py pre-commit-eslint --type lint

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: write-hook
Download link: https://github.com/wayne930242/Reflexive-Claude-Code/archive/main.zip#write-hook

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository