objectstack-quickstart
Installation
SKILL.md
Quickstart — ObjectStack Project Bootstrap
Expert instructions for creating, configuring, and bootstrapping ObjectStack
projects. Covers project scaffolding, defineStack() configuration, driver
selection, adapter integration, and the runtime boot sequence.
When to Use This Skill
- Creating a new ObjectStack project from scratch.
- Choosing the right project template (minimal-api, full-stack, plugin).
- Writing or modifying
objectstack.config.ts(defineStack()config). - Selecting a database driver (Memory, SQL, Turso).
- Integrating with a web framework (Hono, Express, Fastify, Next.js, etc.).
- Understanding the runtime boot sequence and plugin loading order.
- Setting up multi-app composition with
composeStacks(). - Answering "how do I get started?" questions.