What problem does it solve?
This Skill eliminates the guesswork when debugging plugin hook issues in Kollab's event system, resolving problems like hooks not executing, running in the wrong order, timing out, or causing unexpected event cancellation.
Core Features & Use Cases
- Registered Hook Discovery: List all hooks registered for any event type, view their priority, status, and associated plugin.
- Event Flow Tracing: Trace how events move through pre/main/post processing phases to identify bottlenecks or broken execution paths.
- Issue Diagnosis: Step-by-step troubleshooting for common hook failures including timeouts, errors, priority conflicts, and event cancellation.
- Use Case: If your custom Kollab plugin hook that modifies user input is not triggering, use this Skill to verify the hook is registered, enabled, and assigned the correct priority for the USER_INPUT event type.
Quick Start
Use the debug-plugin-hooks skill to diagnose why your custom Kollab plugin hook is not firing when user input is submitted.