microsoft/hve-core

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

1,446

stars

860

commits

Python

primary language

Sep 11, 2026

updated

README


title: HVE Core description: Hypervelocity Engineering prompt library for GitHub Copilot with convention-driven AI workflows and validated artifacts author: Microsoft ms.date: 2026-08-13 ms.topic: overview keywords:

  • hypervelocity engineering
  • prompt engineering
  • github copilot
  • ai workflows
  • custom agents
  • copilot instructions
  • rpi methodology estimated_reading_time: 3

Hypervelocity Engineering (HVE) Core

CI Status CodeQL OpenSSF Scorecard OpenSSF Best Practices License Documentation

HVE Core helps teams ship faster with GitHub Copilot by combining specialized agents, reusable prompts, coding instructions, and validated skills into one workflow system.

Use HVE Core when you want AI-assisted work to be repeatable, standards-aligned, and scalable across individuals and teams. HVE Core provides structured AI workflow building blocks:

  • Agents for specialized tasks such as research, planning, implementation, and review
  • Prompts for repeatable workflow entry points
  • Instructions that apply coding standards automatically
  • Skills that add reusable tool capabilities

[!CAUTION] HVE Core is a highly opinionated, rapidly evolving agentic SDLC framework. It is best treated as a source of patterns and learning rather than a stable platform, foundation, or production dependency. Workflows, interfaces, architecture, and recommended practices may change substantially, including in ways that are not backward compatible, as the technology landscape evolves. Evaluate all materials for your own requirements and risk tolerance. The HVE Builder skill (use with /hve-builder) and GitHub Copilot can help you adapt or copy relevant patterns into an agentic SDLC that you own and maintain independently. To build an independent implementation, start with Forking and Extending HVE Core and review the HVE Core documentation before adopting any component.

Where to Start

Install HVE Core

  1. Install the HVE Core extension from the VS Code Marketplace.
  2. Open any project and launch GitHub Copilot Chat (Ctrl+Alt+I).
  3. Select RPI Agent from the agent picker or run /rpi, then describe the task you want to complete.

[!TIP] Using GitHub Copilot CLI? Choose a marketplace source:

  • Ref-less current main: microsoft/hve-core
  • Moving reviewed channels: microsoft/hve-core#release/prerelease and microsoft/hve-core#release/stable
  • Immutable exact releases: microsoft/hve-core#prerelease-v<version> and microsoft/hve-core#v<version>

For example, register the development tip and install the HVE Core plugin:

copilot plugin marketplace add microsoft/hve-core
copilot plugin install hve-core@hve-core

Reviewed source moves from main to release/prerelease to release/stable. Behavior when switching or duplicating same-name marketplace registrations has not been observed. See CLI Plugins for details.

Choose Your Path

  • New to HVE-Core: Start with Start Here to complete your first workflow quickly.
  • Leading a team: Use the Team Adoption Guide to roll out standards and onboarding.
  • Contributing to this repo: Follow the Contributing Guide to add or improve agents, prompts, instructions, and skills.
GoalGo here
Getting Starteddocs/getting-started/README.md
Understand all setup optionsdocs/getting-started/install.md
Learn the core methodologydocs/rpi/README.md
Browse docs by topicdocs/README.md
Explore agents.github/CUSTOM-AGENTS.md
Explore instructions.github/instructions/README.md
Explore prompts.github/prompts/README.md
Explore skills.github/skills/

Documentation

Full documentation is available at https://microsoft.github.io/hve-core/.

GuideDescription
Getting StartedSetup and first workflow tutorial
HVE Core IdentityDistribution channels and lifecycle disclosure
Plugin InventoryOne-plugin identity and included capabilities
Package MigrationMove from retired distribution identities
RPI WorkflowDeep dive into Research, Plan, Implement, Review
ContributingCreate custom agents, instructions, and prompts
Agents ReferenceAll available agents
Instructions ReferenceAll coding instructions
AI Artifacts ArchitecturePrompt engineering framework and artifact types
Validation StandardsCI/CD validation pipeline and quality gates

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.

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.

This project is licensed under the MIT License.

Licensing

Most content in this repository is covered by the MIT License. Certain skill content derived from OWASP Foundation publications is licensed under CC BY-SA 4.0. Each affected skill identifies its license in frontmatter and includes a Third-Party Attribution section. See THIRD-PARTY-NOTICES for full details.

See SECURITY.md for the security policy and vulnerability reporting.

See GOVERNANCE.md for the project governance model.

See TRANSPARENCY-NOTE.md for the Responsible AI Transparency Note covering intended uses, limitations, and the responsibility boundary between HVE Core and the host platform.

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.

Contributors

(top 30 of 78)

WilliamBerryiii

332 commits

dependabot[bot]

97 commits

agreaves-ms

45 commits

chaosdinosaur

44 commits

microsoft/hve-core

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

1,446

stars

860

commits

Python

primary language

Sep 11, 2026

updated

README


title: HVE Core description: Hypervelocity Engineering prompt library for GitHub Copilot with convention-driven AI workflows and validated artifacts author: Microsoft ms.date: 2026-08-13 ms.topic: overview keywords:

  • hypervelocity engineering
  • prompt engineering
  • github copilot
  • ai workflows
  • custom agents
  • copilot instructions
  • rpi methodology estimated_reading_time: 3

Hypervelocity Engineering (HVE) Core

CI Status CodeQL OpenSSF Scorecard OpenSSF Best Practices License Documentation

HVE Core helps teams ship faster with GitHub Copilot by combining specialized agents, reusable prompts, coding instructions, and validated skills into one workflow system.

Use HVE Core when you want AI-assisted work to be repeatable, standards-aligned, and scalable across individuals and teams. HVE Core provides structured AI workflow building blocks:

  • Agents for specialized tasks such as research, planning, implementation, and review
  • Prompts for repeatable workflow entry points
  • Instructions that apply coding standards automatically
  • Skills that add reusable tool capabilities

[!CAUTION] HVE Core is a highly opinionated, rapidly evolving agentic SDLC framework. It is best treated as a source of patterns and learning rather than a stable platform, foundation, or production dependency. Workflows, interfaces, architecture, and recommended practices may change substantially, including in ways that are not backward compatible, as the technology landscape evolves. Evaluate all materials for your own requirements and risk tolerance. The HVE Builder skill (use with /hve-builder) and GitHub Copilot can help you adapt or copy relevant patterns into an agentic SDLC that you own and maintain independently. To build an independent implementation, start with Forking and Extending HVE Core and review the HVE Core documentation before adopting any component.

Where to Start

Install HVE Core

  1. Install the HVE Core extension from the VS Code Marketplace.
  2. Open any project and launch GitHub Copilot Chat (Ctrl+Alt+I).
  3. Select RPI Agent from the agent picker or run /rpi, then describe the task you want to complete.

[!TIP] Using GitHub Copilot CLI? Choose a marketplace source:

  • Ref-less current main: microsoft/hve-core
  • Moving reviewed channels: microsoft/hve-core#release/prerelease and microsoft/hve-core#release/stable
  • Immutable exact releases: microsoft/hve-core#prerelease-v<version> and microsoft/hve-core#v<version>

For example, register the development tip and install the HVE Core plugin:

copilot plugin marketplace add microsoft/hve-core
copilot plugin install hve-core@hve-core

Reviewed source moves from main to release/prerelease to release/stable. Behavior when switching or duplicating same-name marketplace registrations has not been observed. See CLI Plugins for details.

Choose Your Path

  • New to HVE-Core: Start with Start Here to complete your first workflow quickly.
  • Leading a team: Use the Team Adoption Guide to roll out standards and onboarding.
  • Contributing to this repo: Follow the Contributing Guide to add or improve agents, prompts, instructions, and skills.
GoalGo here
Getting Starteddocs/getting-started/README.md
Understand all setup optionsdocs/getting-started/install.md
Learn the core methodologydocs/rpi/README.md
Browse docs by topicdocs/README.md
Explore agents.github/CUSTOM-AGENTS.md
Explore instructions.github/instructions/README.md
Explore prompts.github/prompts/README.md
Explore skills.github/skills/

Documentation

Full documentation is available at https://microsoft.github.io/hve-core/.

GuideDescription
Getting StartedSetup and first workflow tutorial
HVE Core IdentityDistribution channels and lifecycle disclosure
Plugin InventoryOne-plugin identity and included capabilities
Package MigrationMove from retired distribution identities
RPI WorkflowDeep dive into Research, Plan, Implement, Review
ContributingCreate custom agents, instructions, and prompts
Agents ReferenceAll available agents
Instructions ReferenceAll coding instructions
AI Artifacts ArchitecturePrompt engineering framework and artifact types
Validation StandardsCI/CD validation pipeline and quality gates

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.

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.

This project is licensed under the MIT License.

Licensing

Most content in this repository is covered by the MIT License. Certain skill content derived from OWASP Foundation publications is licensed under CC BY-SA 4.0. Each affected skill identifies its license in frontmatter and includes a Third-Party Attribution section. See THIRD-PARTY-NOTICES for full details.

See SECURITY.md for the security policy and vulnerability reporting.

See GOVERNANCE.md for the project governance model.

See TRANSPARENCY-NOTE.md for the Responsible AI Transparency Note covering intended uses, limitations, and the responsibility boundary between HVE Core and the host platform.

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.

Contributors

(top 30 of 78)

WilliamBerryiii

332 commits

dependabot[bot]

97 commits

agreaves-ms

45 commits

chaosdinosaur

44 commits

Languages

Python

57.3%

PowerShell

42.4%