SkillsCat
SkillsCat
Trending
Docs
utooland

utooland

@utooland Organization

GitHub
1 Skills
0 Total Stars
February 2026 Joined

Public Skills

utoo

by utooland

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 命令。

Automation 0 4mo ago
SkillsCat
SkillsCat

An open platform for discovering, sharing, and installing AI agent skills.

Discover

  • Trending
  • Recently Added
  • Top Rated
  • Categories

Resources

  • Docs
  • Claude Code Docs
  • Claude Code GitHub
  • Cursor

Legal

  • Privacy Policy
  • Terms of Service

© 2026 SkillsCat. Open source under AGPL-3.0.

Docs · Privacy · Terms