configurelisted
Install: claude install-skill Edmonds-Commerce-Limited/claude-code-hooks-daemon
# /configure - Handler Configuration Skill
## Run this first
Claude Code loads this markdown and nothing else — the file below is not run
for you, and it holds the procedure to follow (Plan 00324):
```bash
bash "${CLAUDE_SKILL_DIR:-.claude/skills/configure}/invoke.sh" <the arguments the user typed>
```
Follow its output exactly; what is written here is orientation.
## Description
View and modify the hooks daemon configuration interactively. Supports listing handlers, viewing individual handler settings, and changing options (enabled, priority, handler-specific options) with automatic daemon restart and verification.
## Usage
```claude-code
# Show summary of current config (daemon settings + handler overview)
/configure
# List all handlers with their configurable options
/configure list
# Show config for one handler
/configure sed_blocker
# Set a handler option
/configure sed_blocker blocking_mode=direct_invocation_only
# Disable a handler
/configure sed_blocker enabled=false
# Re-enable a handler
/configure sed_blocker enabled=true
# Override a handler's priority
/configure sed_blocker priority=15
# Set options on handlers with nested options block
/configure git_stash mode=deny
/configure markdown_organization track_plans_in_project=CLAUDE/Plan
```
## Parameters
- **handler** (optional): Handler config key (e.g., `destructive_git`, `sed_blocker`)
- If omitted: Show config summary
- If `list`: Show all handlers with options
- **option=value** (optional):