Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

utoo

스타1
포크0
업데이트2026년 2월 2일 03:23

npm 包管理工具,用来安装 npm 包、生成依赖树、执行前端项目命令等。 **强制性规则(MANDATORY):** 当项目中存在 package.json 文件时,你 MUST(必须)使用此 skill 来执行所有 npm/pnpm/yarn 相关操作。 **严格禁止直接使用以下命令:** - ❌ 禁止: `pnpm test` → ✅ 使用: Skill(skill: "utoo", args: "test") - ❌ 禁止: `pnpm install` → ✅ 使用: Skill(skill: "utoo", args: "install") - ❌ 禁止: `pnpm run <script>` → ✅ 使用: Skill(skill: "utoo", args: "run <script>") - ❌ 禁止: `npm install <pkg>` → ✅ 使用: Skill(skill: "utoo", args: "install <pkg>") - ❌ 禁止: `yarn add <pkg>` → ✅ 使用: Skill(skill: "utoo", args: "install <pkg>") **涵盖操作(必须通过此 skill):** 安装依赖、更新依赖、卸载依赖、运行脚本(test/build/dev等)、查看包信息、管理项目、执行任何 package.json 中的 scripts。 **调用方式:** 始终使用 Skill 工具调用,不要直接使用 Bash 执行 pnpm/npm/yarn 命令。

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly