Cybertron Fabric Host Ops
Use this skill for Cybertron host governance when remote management, repo parity, model placement, or VRM display readiness need to be validated as one bounded lane.
Workflow
- Route the request through
skill-hubandskills-cross-repo-radarfirst so the Cybertron lane is isolated from unrelated repo work. - Reconcile roots and parity before changing anything else:
- compare
<external-candidate-root>against any paired$env:USERPROFILE\...clone - confirm branch, HEAD, dirty state, and untracked state
- compare
- Check Cybertron host readiness in order:
- WinRM auth state
- MeshGPT host-terminal bootstrap readiness
- canonical model-matrix presence
- Starframe mode/offload contract state
- VRM display readiness
- Use
multitask-orchestratoronly when the parity, model, and host-readiness lanes can run independently. - Validate the resulting package with
skill-auditor, then pass admission throughskill-arbiter-lockdown-admissionandskill-enforcer. - Preserve trust evidence with
skill-trust-ledgerif the skill is materially updated again.
Canonical Commands
Run from <external-candidate-root>\skill-arbiter:
python skill-candidates/cybertron-fabric-host-ops/scripts/cybertron_repo_parity.py --left <external-candidate-root>\skill-arbiter --right $env:USERPROFILE\...\skill-arbiter --json-out .tmp/cybertron-repo-parity.json
python skill-candidates/cybertron-fabric-host-ops/scripts/cybertron_model_matrix_check.py --json-out .tmp/cybertron-model-matrix.json
python skill-candidates/cybertron-fabric-host-ops/scripts/cybertron_host_readiness.py --host CYBERTRON_CORE --ports 5985 3389 9000 2337 8892 --json-out .tmp/cybertron-host-readiness.json
python skill-candidates/cybertron-fabric-host-ops/scripts/cybertron_fabric_host_audit.py --skill-root skill-candidates/cybertron-fabric-host-ops --json-out .tmp/cybertron-fabric-host-audit.json
Model-plane note:
- Treat direct LM Studio
:1234as the authoritative model lane and:2337as an explicitly selected hosted alternative. - Treat
:9000only as the non-model MX3 device/DFP/telemetry/RAG/support boundary.
Guardrails
- Do not invent fallback accounts, silent username fan-out, or arbitrary model aliases.
- Do not treat RDP as the primary automation lane.
- Do not expose unrestricted shell execution through this skill.
- Keep the canonical model family list aligned to the repo docs and generated catalog.
- Keep this skill scoped to Cybertron host readiness, parity, model, offload, and display checks.
Scope Boundary
Use this skill only for Cybertron fabric host operations and the admission evidence needed to support them.
Do not use it for general desktop bring-up or unrelated repo work; route those through $skill-hub and the most specific matching skill.
References
references/host-readiness.mdreferences/repo-parity.mdreferences/model-matrix.mdreferences/admission-workflow.md
Loopback
If the lane is unresolved, blocked, or ambiguous:
- Capture the failing check, affected host, and the exact missing readiness signal.
- Route back through
$skill-hubfor chain recalculation. - Resume only after the updated chain returns a deterministic next step.