đŸ”Ŧ

Han Plugins

v1.1.0

Validates Han plugin structure and configuration files

Installation

Install han binary (required for hooks to work):

curl -fsSL https://han.guru/install.sh | bash

Then install this plugin:

han plugin install han-plugins

Overview

Validates Han plugin structure and configuration files.

Overview

Provides validation hooks that ensure Han plugins follow the correct structure and conventions.

Installation

bash
han plugin install han-plugins

Features

  • Validates plugin.json structure
  • Checks for required fields
  • Validates han-plugin.yml configuration
  • Ensures consistent plugin organization

Hooks

âš ī¸

Token Usage Notice

Hooks run automatically during Claude Code sessions and their output is sent to the model for processing. This may increase token usage and associated costs. Consider disabling hooks you don't need via han-config.yml.

🛑

Stop

Runs when the main Claude Code agent has finished responding. Can verify task completion, check quality gates, or ensure documentation requirements are met before the session ends.

han plugin validate