| 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
- Start Windows host services first.
- Verify shim/pose/MCP listeners on Windows.
- Verify WSL auxiliary endpoints are reachable from Windows.
- Keep strict hardware checks in Windows lane only.
Scope Boundary
Use this skill only for cross-host topology and connectivity behavior between Windows host services and WSL helpers.
Do not use this skill for:
- Control Center startup UX and endpoint-surface debugging.
- Agent Bridge policy or task-safety gating.
- PR gate execution and documentation synchronization.
Commands
Start host services:
python tools/restart_local_apps.py
netstat -ano | findstr ":9000 :8787 :9550"
Check auxiliary endpoints:
curl http://127.0.0.1:8188/system_stats
curl http://127.0.0.1:9000/v1/models
curl http://127.0.0.1:2337/v1/models
python tools/hybrid_doctor.py --pretty
LM Studio note:
http://127.0.0.1:1234/v1 is a non-authoritative operator surface only; do not use it as the success gate for hybrid readiness.
Hardware strict (Windows-only):
$env:REPO_B_ONLY = "1"
$env:REPO_B_FORCE_REAL = "1"
Reference
references/hybrid-boundaries.md
Loopback
If this lane is unresolved, blocked, or ambiguous:
- Capture current evidence and failure context.
- Route back through
$skill-hub for chain recalculation.
- Resume only after the updated chain returns a deterministic next step.