bootstrap-zig-cli

Installation
SKILL.md

Bootstrap Zig CLI

Scaffold a production-ready Zig CLI application with zero external dependencies. Produces a single static binary (~1MB) that cross-compiles to macOS, Linux, and Windows from any platform. Designed for distribution to AI coding agents via curl | sh (or install.ps1 on Windows).

Reference Implementation

The Henry CLI at /Users/tbrewer/projects/goodway/henry/cli-zig/ is the reference implementation this skill is based on. When in doubt about patterns, read those files.

Prerequisites

Verify before starting:

  1. zig version returns 0.15.x or later
  2. User has a directory for the project

Gather Input

Installs
1
GitHub Stars
1
First Seen
Jun 16, 2026
bootstrap-zig-cli — agoodway/goodskills