Skip to content

A refined collection of Hypervelocity Engineering components (instructions, prompts, agents) to start your project off right, or upgrade your existing projects to get the most out of all Copilots

License

Notifications You must be signed in to change notification settings

microsoft/hve-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
title description author ms.date ms.topic keywords estimated_reading_time
HVE Core
Open-source library of Hypervelocity Engineering components that accelerates Azure solution development
Microsoft
2025-11-05
overview
hypervelocity engineering
azure
github copilot
m365 copilot
conversational workflows
chat modes
copilot instructions
2

An open-source library of Hypervelocity Engineering components that accelerates Azure solution development by enabling advanced conversational workflows.

Quick Install: Automated installation via the hve-core-installer agent in VS Code (~30 seconds)

Overview

HVE Core provides a unified set of optimized GitHub Copilot and Microsoft 365 Copilot chat modes, along with curated instructions and prompt templates, to deliver intelligent, context-aware interactions for building solutions on Azure. Whether you're tackling greenfield projects or modernizing existing systems, HVE Core reduces time-to-value and simplifies complex engineering tasks.

Quick Start

VS Code Extension (Simplest)

Recommended for most users: Install HVE Core directly from the VS Code Marketplace for zero-configuration setup:

Install from Marketplace

See Extension Installation Guide for details.

Automated Custom Installation

For customization or team version control, use the hve-core-installer agent:

Install HVE Core Install in VS Code Insiders

After installing the agent:

  1. Open GitHub Copilot Chat in VS Code (Ctrl+Alt+I)
  2. Select hve-core-installer from the agent list
  3. Enter: "Install HVE Core into my project"
  4. Follow the guided installation

The installer will:

  • Clone the hve-core repository as a sibling to your workspace
  • Validate the repository structure
  • Update your VS Code settings.json with chat mode, prompt, and instruction paths
  • Make all HVE Core components immediately available

Manual Installation

For manual setup or alternative installation methods, see the Getting Started Guide which covers:

Prerequisites

  • GitHub Copilot subscription
  • VS Code with GitHub Copilot extension
  • Git installed and available in PATH
  • Node.js and npm (for development and validation)

Try the RPI Workflow

AI coding assistants are brilliant at simple tasks. Ask for a function that reverses a string, and you'll get working code in seconds. Ask for a feature that touches twelve files across three services, and you'll get something that looks right, compiles cleanly, and breaks everything it touches.

The root cause: AI can't tell the difference between investigating and implementing. When you ask for code, it writes code. It doesn't stop to verify that the patterns it chose match your existing modules. AI generally writes first and thinks never.

HVE Core's RPI (Research → Plan → Implement) framework solves this by separating concerns into distinct phases. When AI knows it cannot implement during research, it stops optimizing for "plausible code" and starts optimizing for "verified truth." The constraint changes the goal.

Get started with RPI:

What's Included

Component Description Documentation
Chat Modes Specialized AI assistants for research, planning, and implementation Chat Modes
Instructions Repository-specific coding guidelines applied automatically Instructions
Prompts Reusable templates for common tasks like commits and PRs Prompts
Scripts Validation tools for linting, security, and quality Scripts

Project Structure

.github/
├── chatmodes/       # Specialized Copilot chat assistants
├── instructions/    # Repository-specific coding guidelines
└── prompts/         # Reusable prompt templates
docs/                # Learning guides and tutorials
scripts/             # Validation and development tools

Contributing

We appreciate contributions! Whether you're fixing typos or adding new components:

  1. Read our Contributing Guide
  2. Check out open issues
  3. Join the discussion

Documentation

Guide Description
Getting Started Setup and first workflow tutorial
RPI Workflow Deep dive into Research, Plan, Implement
Contributing Create chat modes, instructions, and prompts
Chat Modes Reference All available chat modes
Instructions Reference All coding instructions

Responsible AI

Microsoft encourages customers to review its Responsible AI Standard when developing AI-enabled systems to ensure ethical, safe, and inclusive AI practices. Learn more at Microsoft's Responsible AI.

Legal

This project is licensed under the MIT License.

Security: See SECURITY.md for security policy and reporting vulnerabilities.

Trademark Notice

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.


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

About

A refined collection of Hypervelocity Engineering components (instructions, prompts, agents) to start your project off right, or upgrade your existing projects to get the most out of all Copilots

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published