AbilityKit 会话协调器(com.abilitykit.coordinator)——位于 Host/World(下层)与 View/Network(上层)之间的会话层编排器。覆盖 SessionCoordinator 生命周期状态机、ISessionCoordinatorHost/ILogicWorldDriverBridge 应用端口、三种 SyncAdapter(Lockstep/SnapshotAuthority+StateSync/Hybrid)、IRemoteBattleSyncTransport、IViewEventSink、ViewTimeline、ISessionSubFeature 扩展点、CoordinatorInputSubmitBridge 异步输入桥。触发场景:会话初始化/启动/停止/销毁、SyncMode 选择、ExistingWorld 接管、moba/shooter 接入 coordinator、PlayerInput 提交、视图事件下沉、子功能挂接。
$npx -y skills add hobobo/abilitykit --skill coordinatorInstalls into the current project.
Run `npx skills use "https://github.com/hobobo/abilitykit" --skill "hobobo/abilitykit/coordinator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hobobo/abilitykit" that are relevant to the current task. Run `npx skills add "https://github.com/hobobo/abilitykit"` and select the relevant skills, then follow their instructions.