Hooks Performance
Plugin ActivePerformance Hooks - Event-driven automation hooks
To provide developers with proactive insights into system performance and context window usage, preventing task loss and optimizing LLM interactions.
Features
- Event-driven automation hooks for performance monitoring
- Context window capacity monitoring with graduated warnings
- Bash scripts for local execution and system interaction
- Customizable thresholds and environment variables
Use Cases
- Monitor remaining context window capacity to avoid task loss.
- Receive alerts on system performance degradation during LLM operations.
- Integrate proactive performance monitoring into automated workflows.
Non-Goals
- Does not perform any destructive operations.
- Does not interact with external services for telemetry or data exfiltration.
Documentation
- info:Configuration & parameter referenceThe README documents environment variables for one hook but lacks details on precedence or default values for all configurations.
Errors
- info:Error HandlingThe bash scripts provide basic error handling but could be improved with more structured error reporting and clearer remediation steps.
- info:Actionable error messagesThe bash scripts offer basic error messages but lack specific remediation steps or doc links.
Code Execution
- info:LoggingOne hook writes its status to a temporary file, but there isn't a comprehensive local audit log for all actions.
Invocation
- warning:Hook matcher tightnessThe `performance-monitor` hook uses a `*` matcher, which is overly broad and could lead to unnecessary execution.
Installation
First, add the marketplace
/plugin marketplace add davepoon/buildwithclaude/plugin install hooks-performance@buildwithclaudeQuality Score
Similar Extensions
Claude Recap
99Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.
Hooks Safety
99Essential safety hooks to prevent destructive operations in Claude Code. From cc-safe-setup (655+ hooks).
Claude Code Hooks
99Production safety hooks for autonomous Claude Code operation. Context monitoring, syntax checking, branch protection, activity logging, and more.
Dotforge
100Node.js 20+ with Express/Fastify, TypeScript, and ESM module rules for Claude Code.
Claude Hud
100Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
Shell Scripting Plugins
99Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing