Bootstrap, configure, extend, and operate ObjectStack runtimes. Covers project setup (defineStack, drivers, adapters, scaffolding), plugin and service development (PluginContext, DI, kernel hooks like kernel:ready), and operations (CLI commands, migrations, deployment, test harnesses via LiteKernel). Use when the user is writing objectstack.config.ts, building a plugin or driver, wiring a framework adapter, running os CLI commands, or planning deployment. Do not use for data schema design (see objectstack-data) or query patterns (see objectstack-query); data lifecycle hooks (beforeInsert / afterUpdate) belong in objectstack-data — only kernel / service-level events live here.
$npx -y skills add objectstack-ai/objectstack --skill objectstack-platformInstalls into the current project.
Run `npx skills use "https://github.com/objectstack-ai/objectstack" --skill "objectstack-ai/objectstack/objectstack-platform"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/objectstack-ai/objectstack" that are relevant to the current task. Run `npx skills add "https://github.com/objectstack-ai/objectstack"` and select the relevant skills, then follow their instructions.