vibeflow-install

Install, configure, and remove VibeFlow modules across account, project, and local scopes.

9|Updated May 24, 2026
One-click install
npx skills add https://github.com/picmakpro/vibeflow-os --skill vibeflow-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibeflow-install
Source: https://github.com/picmakpro/vibeflow-os/tree/main/plugin/installer
Command: npx skills add https://github.com/picmakpro/vibeflow-os --skill vibeflow-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, git, python3, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a reliable, guided way to install, configure, reconfigure, and uninstall VibeFlow modules without duplicating the plugin's dependency resolution, scope handling, or governance logic.

Core Features & Use Cases

  • Environment Preflight: Checks required tools and reports actionable installation guidance before any changes are made.
  • Scope-Aware Installation: Detects the working environment, helps select the account, project, or local scope, and applies one consistent scope across all components.
  • Governed Module Management: Installs mandatory baseline modules, supports development or custom lab setup, resolves transitive dependencies, and delegates removal to the update engine.
  • Use Case: A new user can initialize a VibeFlow development lab in a Git repository, receive the required governance baseline automatically, and install its dependencies with a clear final summary.

Quick Start

Ask the AI to install VibeFlow, configure the modules for this project, and summarize the selected scope and dependencies before proceeding.

Frequently Asked Questions about vibeflow-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install VibeFlow modules and resolve transitive dependencies?

To install VibeFlow modules, the Skill uses jq-based catalog resolution to handle transitive dependencies automatically. It applies a consistent scope across all components, ensuring mandatory baseline modules are installed with a clear final summary of dependencies.

What is scope-aware module configuration and how does it work?

Scope-aware module configuration detects your working environment and applies one consistent scope—account, project, or local—across all installed VibeFlow components. This ensures governance logic is uniformly applied without manual scope conflicts.

Do I need jq and python3 to set up a VibeFlow development lab?

Yes, you need jq, python3, and git installed to set up a VibeFlow development lab. The Skill performs a preflight validation check on your environment first, reporting actionable installation guidance for any missing required tools before making changes.

Can I reconfigure or completely uninstall VibeFlow modules after initial setup?

Yes, you can reconfigure or completely uninstall VibeFlow modules after initial setup. The Skill delegates removal to the VibeFlow update engine, ensuring clean uninstallation that respects the established account, project, or local scope governance.

What's the best way to initialize a VibeFlow development lab in a Git repository?

The best way to initialize a VibeFlow development lab in a Git repository is to request the AI to install VibeFlow. The Skill runs preflight validation, selects the project scope, applies the governance baseline, and bootstraps dependencies.

Why does preflight validation fail when configuring VibeFlow modules?

Preflight validation fails when configuring VibeFlow modules if required tools like jq, git, or python3 are missing from your environment. The Skill checks for these dependencies beforehand and reports actionable installation guidance to resolve the missing tools.