Create and manage lifecycle hooks that vixd fires automatically on agent-loop events (a tool about to run, a prompt submitted, a session starting, a turn finishing). Use when the user wants to enforce a rule, block or rewrite a tool call, validate prompts, auto-format, notify, or react to what the agent does.
$npx -y skills add get-vix/vix --skill hooksInstalls into the current project.
Run `npx skills use "https://github.com/get-vix/vix" --skill "get-vix/vix/hooks"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/get-vix/vix" that are relevant to the current task. Run `npx skills add "https://github.com/get-vix/vix"` and select the relevant skills, then follow their instructions.