microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/getting-started/methods/cli-plugins.md

74lines · modecode

1---
2title: Copilot CLI Plugins
3description: Install HVE Core agents, prompts, and skills as Copilot CLI plugins
4author: Microsoft
5ms.date: 2026-02-12
6ms.topic: how-to
7---
8
9Install HVE Core collections as Copilot CLI plugins for terminal-based
10AI-assisted development workflows.
11
12## Prerequisites
13
14- GitHub Copilot CLI installed and authenticated
15- Git symlink support enabled (Windows: Developer Mode +
16 `git config --global core.symlinks true`)
17
18## Register hve-core as a Plugin Marketplace
19
20```bash
21copilot plugin marketplace add microsoft/hve-core
22```
23
24## Browse Available Plugins
25
26Type `/plugin` in a Copilot CLI chat session to browse available plugins.
27
28## Install a Plugin
29
30```bash
31copilot plugin install rpi@hve-core
32copilot plugin install hve-core-all@hve-core
33```
34
35## Available Plugins
36
37| Plugin | Description |
38|--------------------|---------------------------------------------|
39| rpi | Research, Plan, Implement, Review lifecycle |
40| github | GitHub issue management |
41| ado | Azure DevOps integration |
42| prompt-engineering | Prompt analysis and building |
43| git | Git operations |
44| project-planning | PRDs, BRDs, ADRs, architecture diagrams |
45| data-science | Data specs, notebooks, dashboards |
46| security-planning | Security and incident response |
47| hve-core-all | Full HVE Core bundle |
48
49## Plugin Contents
50
51Each plugin includes:
52
53- **Agents** — Custom chat agents for specialized workflows
54- **Commands** — Task prompts accessible via the CLI
55- **Instructions** — Coding standards and conventions
56- **Skills** — Self-contained skill packages (hve-core-all only)
57
58Artifacts are symlinked from the plugin directory to the source repository,
59enabling zero-copy installation.
60
61## Limitations
62
63- Instructions are included but may not be natively consumed by the CLI
64 plugin system
65- The `copilot plugin` commands are not yet in official GitHub Copilot
66 documentation
67- Skills require skill-compatible agent environments
68
69---
70
71<!-- markdownlint-disable MD036 -->
72*🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
73then carefully refined by our team of discerning human reviewers.*
74<!-- markdownlint-enable MD036 -->
75