claude.symlink/skills/hook/SKILL.md
Hook control - enable, disable, and manage Claude Code hooks. Use when you need to manage, debug, or monitor Claude Code hooks for the current session.
npx skillsauth add htlin222/dotfiles hookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage Claude Code hooks for the current session.
/hook status # Show all hooks and their status
/hook list # List available hooks with descriptions
/hook disable [hook-name] # Temporarily disable a hook
/hook enable [hook-name] # Re-enable a disabled hook
/hook profile # Show hook performance metrics
/hook logs [hook-name] # View recent logs for a hook
When this command is invoked:
~/.claude/settings.json~/.claude/hooks/.disabled for disabled hooks~/.claude/hooks/ directory~/.claude/hooks/.disabled file~/.claude/hooks/.disabled file~/.claude/logs/hook_metrics.jsonl~/.claude/logs/# Check current hook status
/hook status
# Disable noisy notifications temporarily
/hook disable notification
# Re-enable when ready
/hook enable notification
# Check performance impact
/hook profile
# Debug a specific hook
/hook logs post_tool_use
~/.claude/hooks/.disabled file~/.claude/logs/hook_metrics.jsonltesting
Converts narrative medical text into Pocket Medicine bullet-style notes with proper abbreviations, then modularizes sections exceeding 20 lines into linked standalone files.
devops
Use when deploying Docker services on the local VM (hostname: vm, Pop!_OS) with Traefik reverse proxy and Homepage dashboard. Covers crane image workflow, Traefik file-provider registration, Homepage services.yaml entries, and compose templates on the traefik-proxy network.
development
Use when reviewing a data visualization or figure for clarity, checking if a graph communicates its message without additional context, or iterating on R/Python plot scripts until a naive reader can fully understand the figure.
development
Runs Vale prose linter on markdown/text files and auto-fixes issues. Use when the user asks to lint, proofread, or improve writing quality of markdown or text files.