From vaner
Install the Vaner CLI by invoking the canonical install.sh with the user's explicit consent. Use when the user asks to install Vaner or when the SessionStart hook reports that `vaner` is not on PATH.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vaner:installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user invokes `/vaner:install`:
When the user invokes /vaner:install:
Confirm they want to install. Explain that this will download and execute the official installer from https://vaner.ai/install.sh. The Bash tool will prompt for its own permission before running; describe what will happen first.
Run:
curl -fsSL --proto '=https' --tlsv1.2 https://vaner.ai/install.sh | bash -s -- --yes
After the install completes, verify success with command -v vaner and vaner --version.
Advise the user to restart Claude Code so the bundled Vaner MCP server is registered for new sessions.
Do not run this skill automatically. It performs a network fetch and executes the downloaded script, so it requires an explicit user request — either a direct /vaner:install invocation or a clear "install Vaner" instruction.
npx claudepluginhub borgels/vaner --plugin vanerGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.