Install Hook banner
Apupsis Apupsis

Install Hook

Development community

Description

# /install-hook - Install Generated Hook to Settings **Install a generated hook to Claude Code settings (user-level or project-level).** --- ## Usage ``` /install-hook generated-hooks/my-hook /install-hook generated-hooks/my-hook user /install-hook generated-hooks/my-hook project ``` --- ## What This Command Does Installs hook.json configuration to: - **User-level** (`~/.claude/settings.json`) - Applies to all projects - **Project-level** (`.claude/settings.json`) - Current project only

Installation

Installs to ~/.claude/commands/apupsis-claude-code-skill-factory-install-hook.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Apupsis/claude-code-skill-factory/HEAD/.claude/commands/install-hook.md -o ~/.claude/commands/apupsis-claude-code-skill-factory-install-hook.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository