# Build Bin

> Build and optionally run a specific binary from the workspace. Usage - /build-bin <binary-name> [--run] Use when this capability is needed.

- Skill: `tomevault-io/build-bin` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/build-bin`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/build-bin/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/build-bin

---


Build a specific binary from the picc workspace.

Available binaries: `picc`, `axcli`, `ax_tui`, `ax_print`, `standup`, `hidden`, `claude_menubar`, `english-refiner`, `voice-correct`, `clipcopy`

Requires `sensevoice` feature: `dictation`

Usage: `$ARGUMENTS` should be the binary name, optionally followed by `--run` to also execute it.

Steps:
1. Parse `$ARGUMENTS` to get the binary name and whether to run
2. If the binary is `dictation`, add `--features sensevoice`
3. Run `cargo build --bin <name>` (with features if needed)
4. If `--run` was specified and build succeeded, run `cargo run --bin <name>`
5. Report build result

---
> Source: [andelf/picc](https://github.com/andelf/picc) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-21 -->

