Install build and extraction tools needed for building Claude Desktop Debian packages
Install with Tessl CLI
npx tessl i github:aaddrick/claude-desktop-debian --skill setup-build-tools71
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Install 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
c31329e
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.