What problem does it solve?
This Skill solves the problem of keeping iOS debugging infrastructure synchronized with the latest upstream gstack templates. After upgrading gstack or adding new ViewModels and properties, developers face broken instrumentation and mismatched state accessors that require tedious manual updates across multiple Swift files.
Core Features & Use Cases
- Automated Bridge Regeneration: Updates StateServer.swift, DebugOverlay.swift, Package.swift, and typed @Observable state accessors to match the latest gstack templates.
- Upgrade-Safe Workflow: Designed to run immediately after gstack upgrades or when new ViewModels need accessor coverage, ensuring debug instrumentation stays current without manual file editing.
- Use Case: An iOS developer just upgraded their gstack dependency and finds the debug overlay broken because StateServer.swift is outdated. Running this skill automatically regenerates all affected files and restores full debugging capability.
Quick Start
Use the ios-sync skill to regenerate the iOS debug bridge and state accessors after upgrading gstack or adding new ViewModels.