Help us improve
Share bugs, ideas, or general feedback.
From all-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.
npx claudepluginhub vinnie357/claude-skills --plugin qaHow this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills: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.
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.