What problem does it solve?
This Skill solves how to correctly bootstrap ObjectStack projects and implement plugins so your runtime starts reliably and your extensions integrate cleanly.
Core Features & Use Cases
- Project setup with defineStack: Generate a new project, structure metadata, and configure object collections and runtime manifest in objectstack.config.ts.
- Drivers and adapters wiring: Select and configure drivers (Memory/SQL/Turso) and integrate the runtime with a target web framework via the correct adapter.
- Plugin development and kernel extension: Implement Plugin lifecycle phases, register DI services, and use hook/event wiring to extend the kernel safely.
- Runtime boot sequence & operations: Understand the plugin loading order and when to use ObjectKernel vs LiteKernel for dev, production, and testing workflows.
Quick Start
Use the objectstack-platform skill to scaffold a new full-stack runtime, edit objectstack.config.ts to define your objects via defineStack, choose a SQL/Turso driver and an adapter for your web framework, then validate compilation and confirm the plugin loading order during os dev.