Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기chatos-dev
Development workflow skill for the chatOS monorepo. Use when setting up, building, testing, or contributing to chatOS.
스타0
포크0
업데이트2026년 2월 25일 18:57
SKILL.md
readonly메뉴
Development workflow skill for the chatOS monorepo. Use when setting up, building, testing, or contributing to chatOS.
| name | chatos-dev |
| description | Development workflow skill for the chatOS monorepo. Use when setting up, building, testing, or contributing to chatOS. |
bun install # Install all deps
make smoke # Verify environment
turbo dev # Start all apps
turbo build # Build all packages and apps
make check # Lint (biome) + typecheck
make test # Full test suite
make web-e2e # Playwright E2E tests
packages/{name}/package.json with name @chatos/{name}packages/{name}/tsconfig.json extending @chatos/config/tsconfig/library.jsonpackages/{name}/src/index.tspackage.json dependenciesbun install from rootsrc/index.ts@chatos/types@chatos/db@chatos/uiAlways run before merge: make smoke → make check → make test