Install build and extraction tools needed for building Claude Desktop Debian packages
73
62%
Does it follow best practices?
Impact
86%
1.34xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/setup-build-tools/SKILL.mdInstall the build dependencies required to run build.sh and create .deb/.AppImage packages.
Run the build tools installation script to ensure all required tools are available:
bash "$CLAUDE_PROJECT_DIR/.claude/hooks/install-build-tools.sh"This script installs:
| Tool | Package | Purpose |
|---|---|---|
7z | p7zip-full | Extract Windows installers and nupkg archives |
wget | wget | Download Claude Desktop installers |
wrestool | icoutils | Extract icons from Windows executables |
convert | imagemagick | Process tray icons for Linux |
dpkg-deb | dpkg-dev | Build .deb packages |
libfuse2 | libfuse2 | Run AppImages |
node | nodejs | Node.js v20+ for npm/asar operations |
./build.sh for the first time$ARGUMENTS
814cd52
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.