Help us improve
Share bugs, ideas, or general feedback.
From zig
Guides Zig development with project setup, quick starts, key principles like explicit allocators and comptime, plus links to skills on core language, build system, allocators, testing, C interop, and troubleshooting.
npx claudepluginhub vinnie357/claude-skills --plugin zigHow this skill is triggered — by the user, by Claude, or both
Slash command
/zig:zigThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Entry point for Zig development. Provides an overview and routes to focused skills.
Provides an overview of the Zig programming language and routes to focused skills for projects, build system, memory management, testing, C interop, and troubleshooting.
Discovers Zig skills automatically when working with Zig, comptime, allocators, build.zig, safety, C interop, memory management, or systems programming.
Share bugs, ideas, or general feedback.
Entry point for Zig development. Provides an overview and routes to focused skills.
Activate when:
This plugin provides focused skills for specific Zig topics:
# Install via mise
mise use zig@0.14
# Create a new project
mkdir myproject && cd myproject
zig init
See templates/mise.toml for project task definitions.