hve-core-installer

Install the HVE-Core framework via a decision-driven installer script.

1.3k|253|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/microsoft/hve-core --skill hve-core-installer
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: hve-core-installer
Source: https://github.com/microsoft/hve-core/tree/main/.github/skills/installer/hve-core-installer
Command: npx skills add https://github.com/microsoft/hve-core --skill hve-core-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the installation of the HVE-Core framework, ensuring it's set up correctly for your specific development environment and workflow needs.

Core Features & Use Cases

  • Guided Installation: Choose between a quick VS Code extension install or a more customizable clone-based method.
  • Environment Detection: Automatically detects your setup (local, devcontainer, Codespaces) to recommend the best installation path.
  • Use Case: You're starting a new project and need to integrate HVE-Core. This Skill guides you through selecting the optimal installation method, whether you're working solo or in a team, and ensures all necessary components are configured.

Quick Start

Run the hve-core-installer skill to begin the guided installation process.

Frequently Asked Questions about hve-core-installer

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

FAQPage Schema
How do I install the HVE-Core framework in a devcontainer or Codespaces environment?β–Ό

To install the HVE-Core framework in a devcontainer or Codespaces, the installer script detects your remote environment and recommends the appropriate clone-based configuration for your setup.

What's the best way to integrate HVE-Core into an existing project using git submodules?β–Ό

Integrating HVE-Core via git submodules is directly supported by the installer script, which guides the clone-based setup and validates the installation success for your project.

Can I use the VS Code extension to quickly install HVE-Core instead of cloning the repository?β–Ό

Yes, you can use the VS Code extension for a quick HVE-Core installation, offering a faster alternative to the more customizable clone-based methods like peer clone or multi-root workspace.

Does setting up HVE-Core require manual configuration of gitignore and MCP servers afterward?β–Ό

Setting up HVE-Core requires post-installation configuration of gitignore and MCP servers, and the installer provides specific setup guidance to ensure these components are correctly initialized.

How does the HVE-Core installer decide which clone method to use for my local setup?β–Ό

The HVE-Core installer uses environment detection to evaluate your local setup, then drives a decision-driven process to recommend the best clone method, such as git-ignored or mounted configurations.