objectstack-platform
Installation
SKILL.md
Platform — ObjectStack Bootstrap & Plugin System
Expert instructions for two related concerns:
- Project setup — scaffolding new projects, writing
objectstack.config.ts, picking drivers and adapters, the runtime boot sequence (the original "quickstart" skill). - Plugin development — building plugins, registering services,
wiring kernel hook / event handlers, working with
ObjectKernelvsLiteKernel(the original "plugin" skill).
Both areas share the same defineStack() / kernel surface, which is why
they live in one skill.