smithery/aaddrick

setup-build-tools

Install build and extraction tools needed for building Claude Desktop Debian packages

Installation

$ npx skills add smithery/aaddrick --skill setup-build-tools

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aaddrick.

npx skills add smithery/aaddrick

Browse all from smithery/aaddrick

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,101 B
  • docs SUMMARY.md 110 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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:

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

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