在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用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