Skip to main content
Run any Skill in Manus
with one click

utoo

Stars1
Forks0
UpdatedFebruary 2, 2026 at 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 命令。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly