AgentSkillsCN

build-packages

构建 fe-tools 单体仓库中的各个包。当用户提出构建/编译/生成相关包,或需要验证 TypeScript 编译结果时,可使用此技能。

SKILL.md
--- frontmatter
name: build-packages
description: Build the fe-tools monorepo packages. Use when the user asks to构建/build/compile, or to verify TypeScript compilation.

Build Packages

Workflow

  1. Run the standard build command: npm run build.
  2. If build fails, identify the first error, summarize the cause, and propose minimal fixes.
  3. Re-run the build after applying fixes.