Use this skill when the user wants to manage multiple Zig compiler versions.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-2d73010c)More formats (shields.io, HTML) on the badges page.
---
name: zvm
description: Use this skill when the user wants to manage multiple Zig compiler versions.
---
# zvm Plugin
A fast, dependency-free version manager for Zig written in Zig.
## Commands
- `zvm self version` — Print zvm version
- `zvm _ _` — Passthrough to zvm CLI
## Installation
```bash
cargo install zvm
```
## Examples
```bash
zvm install 0.13.0
zvm use 0.13.0
zvm list
```
## Key Features
- **Multi-version** — Install and switch between Zig versions
- **Fast** — Written in Zig, dependency-free
- **Simple** — Easy install and use
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!