objectstack-plugin
Installation
SKILL.md
Plugin Development — ObjectStack Plugin & Runtime System
Expert instructions for developing plugins, managing services, and working with the ObjectStack microkernel. Covers the Plugin interface, PluginContext API, service registry, hook/event system, bootstrap sequence, and kernel configuration.
When to Use This Skill
- You are creating a new plugin (driver, server, service, app feature)
- You need to register or consume services via the DI container
- You are using the hook/event system for inter-plugin communication
- You need to choose between ObjectKernel and LiteKernel
- You are debugging plugin loading order or dependency resolution
- You need to configure graceful shutdown, timeouts, or health checks
- You are implementing service factories with lifecycle management