Set this to the host root that contains skills/vibe-upgrade/SKILL.md.
Upgrade the local Vibe-Skills installation to the latest official default-branch state.
MCP get_skill({ skillId: "set-this-to-the-host-root-that-contains-skills-vibe-upgrade-skill-md-8fe72eb5" })Use this skill with your agent
Create a free account and connect via MCP
This is an upgrade operation, not a normal staged `vibe` task. Do not run the router for this entry. Do not relaunch this request as `entry_id = vibe`. Do not freeze a requirement document or execution plan for this entry. Do not invoke TDD, specialist dispatch, or delivery-acceptance gates unless the upgrade backend itself reports a verification failure. Run the shared upgrade backend for the current host installation, then verify and report the before/after install state. Use the installed runtime root as `--repo-root`; the backend will resolve or prepare the official default-branch source checkout when needed. Bash execution shape (preferred when the host tool surface is Bash-like): ```bash # Set this to the host root that contains skills/vibe-upgrade/SKILL.md. TARGET_ROOT='<host-root>' REPO_ROOT="$TARGET_ROOT/skills/vibe" PYTHONPATH="$REPO_ROOT/apps/vgo-cli/src" py -3 -m vgo_cli.main upgrade --repo-root "$REPO_ROOT" --host <host-id> --target-root "$TARGET_ROOT" --frontend powershell --profile full ``` PowerShell execution shape: ```powershell # Set this to the host root that contains skills\vibe-upgrade\SKILL.md. $targetRoot = '<host-root>' $repoRoot = Join-Path $targetRoot 'skills\vibe' $env:PYTHONPATH = Join-Path $repoRoot 'apps\vgo-cli\src' py -3 -m vgo_cli.main upgrade --repo-root $repoRoot --host <host-id> --target-root $targetRoot --frontend powershell --profile full ``` If the request is empty, default to upgrading the current host installation through shared `vgo-cli upgrade` and verify the result. If the backend fails, report the exact backend error and do not fall back to ordinary `vibe` routing. Request: $ARGUMENTS
Related Skills
More skills in Design, Media & Creative
Ableton Lom
Ableton Live Object Model (LOM) API reference for Python Remote Scripts and control surface development.
Accessibility Compliance
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
Adobe Illustrator Scripting
Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
🎬 AI Cinema Director Skill
Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai
AI Clipping
Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.
AI Workflow Builder
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.
Explore Other Categories
Skills from other categories with shared topics
/math - Unified Math Capabilities
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
Biopython: Computational Molecular Biology in Python
Primary retained Python toolkit for molecular biology sequence work. Preferred for sequence manipulation, FASTA/FASTQ/GenBank parsing, Bio.Entrez, BLAST workflows, alignments, structures, and phylogenetics. For biological database evidence lookup, use bio-database-evidence. For single-cell workflows use scanpy. For direct literature REST API, use pubmed-database.
cancel-ralph
Codex-compatible cancel command for Ralph loop state, preserving the original command name.