What problem does it solve?
This Skill eliminates the guesswork of debugging plugin failures in Kollab by providing a structured, step-by-step process to trace every stage of a plugin's lifecycle, from initial discovery to final shutdown. It helps you quickly identify why plugins fail to load, initialize incorrectly, have missing hooks, or cause startup and shutdown errors.
Core Features & Use Cases
- Full Lifecycle Tracing: Covers every stage of plugin operation: discovery, loading, instantiation, initialization, hook registration, and shutdown.
- Targeted Failure Diagnosis: Includes specific checks and troubleshooting steps for common plugin issues like missing files, import errors, invalid class structures, and misconfigured hooks.
- Use Case: If you've developed a custom Kollab plugin that doesn't appear in the plugin list, this Skill guides you through verifying file naming, checking security validation logs, and confirming the plugin class meets all requirements to resolve the issue.
Quick Start
Use the analyze-plugin-lifecycle skill to diagnose why your custom Kollab plugin is failing to load during application startup.