microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.6

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

74lines · modepreview

---
title: Copilot CLI Plugins
description: Install HVE Core agents, prompts, and skills as Copilot CLI plugins
author: Microsoft
ms.date: 2026-02-12
ms.topic: how-to
---

Install HVE Core collections as Copilot CLI plugins for terminal-based
AI-assisted development workflows.

## Prerequisites

- GitHub Copilot CLI installed and authenticated
- Git symlink support enabled (Windows: Developer Mode +
  `git config --global core.symlinks true`)

## Register hve-core as a Plugin Marketplace

```bash
copilot plugin marketplace add microsoft/hve-core
```

## Browse Available Plugins

Type `/plugin` in a Copilot CLI chat session to browse available plugins.

## Install a Plugin

```bash
copilot plugin install rpi@hve-core
copilot plugin install hve-core-all@hve-core
```

## Available Plugins

| Plugin             | Description                                 |
|--------------------|---------------------------------------------|
| rpi                | Research, Plan, Implement, Review lifecycle |
| github             | GitHub issue management                     |
| ado                | Azure DevOps integration                    |
| prompt-engineering | Prompt analysis and building                |
| git                | Git operations                              |
| project-planning   | PRDs, BRDs, ADRs, architecture diagrams     |
| data-science       | Data specs, notebooks, dashboards           |
| security-planning  | Security and incident response              |
| hve-core-all       | Full HVE Core bundle                        |

## Plugin Contents

Each plugin includes:

- **Agents** — Custom chat agents for specialized workflows
- **Commands** — Task prompts accessible via the CLI
- **Instructions** — Coding standards and conventions
- **Skills** — Self-contained skill packages (hve-core-all only)

Artifacts are symlinked from the plugin directory to the source repository,
enabling zero-copy installation.

## Limitations

- Instructions are included but may not be natively consumed by the CLI
  plugin system
- The `copilot plugin` commands are not yet in official GitHub Copilot
  documentation
- Skills require skill-compatible agent environments

---

<!-- markdownlint-disable MD036 -->
*🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
then carefully refined by our team of discerning human reviewers.*
<!-- markdownlint-enable MD036 -->