Plugin Developer Guide
Publishing
Share your plugin with others via GitHub.
1.
Push your plugin to a GitHub repository.
2.
Users install with:
kazibee install my-plugin github:org/my-plugin
3.
Kazibee uses SHA pinning for reproducible installs. The exact commit is locked at install time.
Ready to build?
Explore the official plugins for real-world examples, or dive into the runtime details to understand the sandbox.