configurelisted
Install: claude install-skill Edmonds-Commerce-Limited/claude-code-hooks-daemon
# /configure - Handler Configuration Skill
## 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
```bash
# 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): Key-value pair to set
- `enabled=true|false` -- Enable or disable the handler
- `priority=N` -- Override handler priority (integer)
- `<option_key>=<value>` -- Set a handler-specific option
## What It Does
### Show Summary (`/configure`)
1. Reads `.claude/hooks-daemon.yaml`
2. Displays daemon settings (log_level, idle_timeout