Install Hil banner
disler disler

Install Hil

Development community

Description

--- description: Interactive installation - asks questions before setup --- # Purpose Human-in-the-loop installation. Ask the engineer questions about their setup preferences, then execute installation accordingly. Use when context matters—new engineers, unfamiliar codebases, or non-standard environments. ## Workflow 1. Ask the user about their setup preferences using AskUserQuestion 2. Based on responses, execute the appropriate installation steps using bash commands directly (not via hook)

Installation

Installs to ~/.claude/commands/disler-install-and-maintain-install-hil.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/disler/install-and-maintain/HEAD/.claude/commands/install-hil.md -o ~/.claude/commands/disler-install-and-maintain-install-hil.md

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

Full documentation available on GitHub

View Source Repository