Skip to main content

Copilot CLI Plugins

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

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

copilot plugin install hve-core@hve-core
copilot plugin install hve-core-all@hve-core

Available Plugins

PluginDescription
hve-coreResearch, Plan, Implement, Review lifecycle
githubGitHub issue management
adoAzure DevOps integration
coding-standardsLanguage-specific coding guidelines
project-planningPRDs, BRDs, ADRs, architecture diagrams
data-scienceData specs, notebooks, dashboards
design-thinkingDesign thinking coaching and methodology
security-planningSecurity and incident response
installerHVE Core installation automation
experimentalExperimental and preview artifacts
hve-core-allFull HVE Core bundle

Plugin Contents

Each plugin includes:

ComponentDescription
AgentsCustom chat agents for specialized workflows
CommandsTask prompts accessible via the CLI
InstructionsCoding standards and conventions
SkillsSelf-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

🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.