Ashlr Hook Timings banner
ashlrai ashlrai

Ashlr Hook Timings

Development community

Description

--- name: ashlr-hook-timings description: Show per-hook latency report (p50/p95/max) from hook-timings.jsonl. argument-hint: "[--hours N] [--compare] [--flags-only]" --- Run the hook timings report and render its output to the user. ```sh bun run "${CLAUDE_PLUGIN_ROOT}/scripts/hook-timings-report.ts" $ARGUMENTS ``` Capture stdout and display it verbatim inside a fenced code block (```) so column alignment renders correctly. The report covers: - Header: total records, time window, overall med

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-hook-timings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-hook-timings && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-hook-timings.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-hook-timings/SKILL.md

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

Full documentation available on GitHub

View Source Repository