What problem does it solve?
This Skill eliminates the knowledge gap for users who want to customize, extend, or troubleshoot their Kollab terminal AI workspace, which has a complex event-driven architecture, flexible configuration system, and extensive plugin ecosystem that is not immediately obvious to new users.
Core Features & Use Cases
- Full Configuration System Reference: Covers global and project-level config locations, dot-notation access patterns, the /config modal, pricing registry setup, and plugin config widgets.
- Event Bus & Hook Guidance: Documents both Python async hooks and no-code JSON hooks for intercepting lifecycle events, tool calls, permissions, and user input, with working examples for logging, blocking, modifying payloads, and context injection.
- Extension Workflow Support: Provides step-by-step guidance for building Python plugins, registering slash commands, extending the unified tool pipeline, adhering to stdout and render state rules, creating dynamic system prompts, and writing passing integration tests.
- Use Case: A developer can use this Skill to add a custom JSON hook that blocks shell commands containing
rm -rf during work hours, or build a Python plugin that injects the current git branch and status into every LLM request.
Quick Start
Use the kollabor-harness skill to add a custom hook that logs all user prompts submitted in Kollab to a local audit file for compliance tracking.