AgentSkillsCN

setup-build-tools

安装构建与提取工具,以支持 Claude Desktop Debian 软件包的构建。

SKILL.md
--- frontmatter
name: setup-build-tools
description: Install build and extraction tools needed for building Claude Desktop Debian packages

Install the build dependencies required to run build.sh and create .deb/.AppImage packages.

Your Task

Run the build tools installation script to ensure all required tools are available:

bash
bash "$CLAUDE_PROJECT_DIR/.claude/hooks/install-build-tools.sh"

Tools Installed

This script installs:

ToolPackagePurpose
7zp7zip-fullExtract Windows installers and nupkg archives
wgetwgetDownload Claude Desktop installers
wrestoolicoutilsExtract icons from Windows executables
convertimagemagickProcess tray icons for Linux
dpkg-debdpkg-devBuild .deb packages
libfuse2libfuse2Run AppImages
nodenodejsNode.js v20+ for npm/asar operations

When to Use

  • Before running ./build.sh for the first time
  • After setting up a new development environment
  • When build.sh fails due to missing dependencies

Optional Guidance

$ARGUMENTS