Route Tauri tasks to specialists
tauri-orchestratorskillsetup L1★0
Sheshiyer/skill-clusters ↗What it does
Orchestrate multi-window Tauri app architecture with state management
Best for
When building complex multi-window Tauri apps with shared state and coordinated IPC.
Inputs
- · window layout spec
- · IPC message schema
- · state models
Outputs
- · multi-window Tauri app
- · centralized state store
- · IPC routing
Requires
- · Tauri 2.x
- · state management (Redux/Zustand)
- · type-safe IPC
Preconditions
Tauri core app structure; state schema defined
Failure modes
- · window lifecycle mismanagement
- · state sync races
- · IPC deadlocks
Trust signals
- · window event system
- · state event sourcing
- · type-safe message passing