build-all

build-all is a command for Claude Code from jamditis/audiobash. It costs 0 tokens per session (679 once invoked), scanned C, original, MIT.

A build command that packages AudioBash for macOS, Windows, and Linux. It creates installers or packages for Apple Silicon Macs, Intel Macs, Windows 10/11, and Linux.

In plain words
What is it for?
Use it to clean old build files, run all four platform builds, list the generated files, check that expected packages exist, and review build errors.
Why use it?
It replaces separate manual builds with one process and reports which platforms succeeded, how large the files are, how long builds took, and what failed.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/jamditis/audiobash/build-all
Clone the repo
git clone --depth 1 https://github.com/jamditis/audiobash

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for build-all

README.md
[![agentmods](https://agentmods.dev/badge/commands/jamditis/audiobash/build-all.svg)](https://agentmods.dev/commands/jamditis/audiobash/build-all)
Your own site
<a href="https://agentmods.dev/commands/jamditis/audiobash/build-all"><img src="https://agentmods.dev/badge/commands/jamditis/audiobash/build-all.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 679 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00679
Opus 5 $0.00000 $0.00340
Sonnet 5 $0.00000 $0.00136
Haiku 4.5 $0.00000 $0.00068

Measured 4d ago against content hash c36a5e91dd3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

build-all scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf dist/
.claude/commands/build-all.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Build All Platforms

Build AudioBash for all supported platforms and report comprehensive build status.

Your Task

Execute builds for all platforms and provide a detailed report including build sizes, timing, and any errors encountered.

Build Targets

AudioBash supports these build targets:

  • macOS ARM64 (electron:build:mac:arm64) - Apple Silicon
  • macOS x64 (electron:build:mac:x64) - Intel Mac
  • Windows (electron:build:win) - Windows 10/11
  • Linux (electron:build:linux) - AppImage + deb

Execution Steps

  1. Clean previous builds

    rm -rf dist/
    
  2. Run builds sequentially (to avoid resource conflicts)

    npm run electron:build:mac:arm64
    npm run electron:build:mac:x64
    npm run electron:build:win
    npm run electron:build:linux
    
  3. Collect build artifacts

    • List all files in dist/ directory
    • Calculate file sizes in MB
    • Check for completeness (DMG, exe, AppImage, deb)

Report Format

Provide a summary in this format:

## Build Report

### macOS ARM64
✓ Success | AudioBash-1.0.0-arm64.dmg | 125.3 MB | 2m 15s

### macOS x64
✓ Success | AudioBash-1.0.0-x64.dmg | 128.7 MB | 2m 32s

### Windows
✗ Failed | Error: NSIS not found
  - Install nsis: apt-get install nsis
  - Retry build

### Linux
✓ Success | AudioBash-1.0.0.AppImage | 142.1 MB | 1m 48s
✓ Success | AudioBash-1.0.0.deb | 95.6 MB | 1m 48s

### Summary
- 4 of 5 builds succeeded
- Total build time: 8m 23s
- Total artifact size: 491.7 MB

Common Issues

Missing dependencies

  • Windows: Requires nsis for installer creation
  • macOS: Requires Xcode CLI tools (xcode-select --install)
  • Linux: Requires fakeroot and dpkg for deb packages

node-pty compilation

If builds fail due to node-pty:

rm -rf node_modules package-lock.json
npm install
npm rebuild node-pty

Disk space

Check available space before building:

df -h /home/user/audiobash

Post-Build Verification

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 97 lines · 0 tokens per session scan C c36a5e91dd3e

Subscribe to this mod's changes

build-all is a command published in the GitHub repository jamditis/audiobash (5 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 679 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.