CtrlK
BlogDocsLog inGet started
Tessl Logo

setup-build-tools

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-tools
What are skills?

71

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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 "$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

Repository
aaddrick/claude-desktop-debian
Last updated
Created

Is this your skill?

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.