What problem does it solve?
This Skill documents and standardizes the GROWI monorepo technology stack, toolchain, and global commands to reduce onboarding friction, avoid toolchain fragmentation, and make development tasks predictable across packages.
Core Features & Use Cases
- Canonical stack: Lists core languages, runtimes, frameworks and libraries (TypeScript, Node.js, MongoDB/MySQL usage, React, Next.js, Jotai, SWR).
- Tooling & workflows: Describes package management, Turborepo orchestration, linting/formatting with Biome, testing with Vitest, and common Turborepo commands for dev, build and test.
- Use Case: A new contributor can follow the guidance to install dependencies, run workspace bootstrap, start dev servers for specific packages, and run cached CI tasks consistently across the repo.
Quick Start
Set up the repository by running pnpm install, then turbo run bootstrap, and start development with turbo run dev from the workspace root.