Explicit VS handoff

SkillAI & models

Reuse a specific Visual Studio Open Folder CMake directory only when the user explicitly asks for VS handoff or shared build artifacts; never use it as the default Agent validation path.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Explicit VS handoff skill

What this skill tells your AI

The instructions your AI receives, as published by hebohang/hengine in .agents/skills/he-vs-shared-build/SKILL.md and read by ahel’s review.

Determine the user's active CMakeSettings.json build root, then pass it explicitly:

powershell -ExecutionPolicy Bypass -File Tools\Agent\Build-SharedEditor.ps1 -BuildRoot out\build\<active-config> -Target HEngineEditor

The script rejects a missing cache and a busy Ninja lock. Do not delete .ninja_lock, kill the user's VS, or silently switch to another build directory.

Report the active VS configuration, build directory, target, exact command, and build-only PASS/FAIL. Use he-build-validate for all work that does not require shared VS artifacts.

Signals

GitHub stars
173
Forks
34
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
he-vs-shared-build
Source
github.com/hebohang/hengine