microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
plugins/installer/README.md
37lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # HVE Core Installer |
| 3 | |
| 4 | Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations |
| 5 | |
| 6 | ## Overview |
| 7 | |
| 8 | Deploy HVE Core artifacts across workspace configurations with the hve-core-installer skill. This collection provides decision-driven setup for selecting and installing collections, agents, prompts, and instructions via the VS Code extension or clone-based methods. |
| 9 | |
| 10 | ## Included Artifacts |
| 11 | |
| 12 | <!-- BEGIN AUTO-GENERATED ARTIFACTS --> |
| 13 | |
| 14 | ### Instructions |
| 15 | |
| 16 | | Name | Description | |
| 17 | |------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 18 | | **shared/hve-core-location** | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. | |
| 19 | |
| 20 | ### Skills |
| 21 | |
| 22 | | Name | Description | |
| 23 | |------------------------|--------------------------------------------------------------------------------------------------------------------------------------------| |
| 24 | | **hve-core-installer** | Decision-driven HVE-Core installer with multiple clone-based and extension install methods, environment detection, and agent customization | |
| 25 | |
| 26 | <!-- END AUTO-GENERATED ARTIFACTS --> |
| 27 | |
| 28 | ## Install |
| 29 | |
| 30 | ```bash |
| 31 | copilot plugin install installer@hve-core |
| 32 | ``` |
| 33 | |
| 34 | --- |
| 35 | |
| 36 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 37 | |
| 38 | |