AgentSkillsCN

repo-b-wsl-hybrid-ops

为 <PRIVATE_REPO_B> 中的 Windows 主机与 WSL 辅助分离架构进行运营与诊断。适用于验证混合服务的可达性、强化 Windows 上的硬件边界,或调试 ComfyUI 与 LM Studio 辅助工具之间的跨主机连接时使用。

SKILL.md
--- frontmatter
name: repo-b-wsl-hybrid-ops
description: Operate and diagnose the Windows-host plus WSL-auxiliary split for <PRIVATE_REPO_B>. Use when validating hybrid service reachability, enforcing hardware-on-Windows boundaries, or debugging cross-host connectivity for ComfyUI and LM Studio helpers.

REPO_B Shim WSL Hybrid Ops

Use this skill for hybrid Windows+WSL operations.

Workflow

  1. Start Windows host services first.
  2. Verify shim/pose/MCP listeners on Windows.
  3. Verify WSL auxiliary endpoints are reachable from Windows.
  4. Keep strict hardware checks in Windows lane only.

Commands

Start host services:

powershell
python tools/restart_local_apps.py
netstat -ano | findstr ":9000 :8787 :9550"

Check auxiliary endpoints:

powershell
curl http://127.0.0.1:8188/system_stats
curl http://127.0.0.1:1234/v1/models
python tools/hybrid_doctor.py --pretty

Hardware strict (Windows-only):

powershell
$env:repo_b_ONLY = "1"
$env:repo_b_FORCE_REAL = "1"

Reference

  • references/hybrid-boundaries.md