| title | Getting Started with HVE Core | ||||
|---|---|---|---|---|---|
| description | Quick setup guide for using HVE Core Copilot customizations in your projects | ||||
| author | Microsoft | ||||
| ms.date | 2025-12-02 | ||||
| ms.topic | tutorial | ||||
| keywords |
|
||||
| estimated_reading_time | 5 |
HVE Core provides GitHub Copilot customizations (custom agents, instructions, and prompts) that enhance your development workflow. This guide helps you get started quickly.
Simplest method: Install directly from VS Code Marketplace:
- Open VS Code Extensions view (
Ctrl+Shift+X) - Search for "HVE Core"
- Click Install
Or visit: HVE Core on Marketplace
Pros: Zero configuration, automatic updates, works everywhere Cons: Cannot customize components
See Extension Installation Guide for full details.
For customization or version control, see Installing HVE-Core to choose from six installation methods.
Contributing to HVE-Core? See the Contributing Guide for development setup and contribution guidelines.
Quick start: Use the hve-core-installer agent:
- Open GitHub Copilot Chat (
Ctrl+Alt+I) - Select
hve-core-installerfrom the agent picker - Follow the guided installation
HVE-Core supports seven installation methods. See the installation guide for a decision matrix to help you choose:
| Method | Best For |
|---|---|
| VS Code Extension ⭐ | Simplest, no config needed |
| Multi-Root Workspace | Any environment, portable |
| Submodule | Teams needing version control |
| Peer Directory Clone | Local VS Code, solo |
| Git-Ignored Folder | Local devcontainer, solo |
| Mounted Directory | Advanced devcontainer sharing |
| GitHub Codespaces | Codespaces-only projects |
After installation, verify everything works:
- Open GitHub Copilot Chat (
Ctrl+Alt+I) - Click the agent picker dropdown
- Verify HVE-Core agents appear:
- task-planner
- task-researcher
- prompt-builder
- pr-review
- Select an agent and submit a test prompt
- Ensure GitHub Copilot extension is installed and active
- Reload VS Code window:
Ctrl+Shift+P→ "Developer: Reload Window" - Check that hve-core is accessible (cloned or configured correctly)
- For Multi-Root: Ensure you opened the
.code-workspacefile, not just the folder - Verify
chat.modeFilesLocationspoints to the correct path - Check the window title shows the workspace name
- Verify Git is installed: run
git --versionin terminal - Check network connectivity to github.com
- See the installation guide for method-specific troubleshooting
HVE Core includes utility scripts you may want to copy into your project:
| Script | Purpose |
|---|---|
scripts/dev-tools/Generate-PrReference.ps1 |
Generate PR reference docs for handoff to reviewers |
scripts/linting/Validate-MarkdownFrontmatter.ps1 |
Validate markdown frontmatter against JSON schemas |
scripts/linting/Invoke-PSScriptAnalyzer.ps1 |
Run PSScriptAnalyzer with project settings |
scripts/security/Test-DependencyPinning.ps1 |
Check GitHub Actions for pinned dependencies |
Copy the scripts you need to your project's scripts/ directory and adjust paths as needed.
- Try Your First Workflow for a quick start
- Learn the RPI Workflow for complex tasks
- Explore Agents for available agents
- Review Instructions for coding guidelines
- Check the README for feature overview
🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.