ios-sync

Regenerate the iOS debug bridge to match latest gstack templates.

Updated May 11, 2026
One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands --skill ios-sync-cloudofgeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-sync
Source: https://github.com/cloudofgeorge/AI-hands/tree/main/skills/gstack/ios-sync
Command: npx skills add https://github.com/cloudofgeorge/AI-hands --skill ios-sync-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Regenerate the iOS debug bridge to align with the latest gstack templates, ensuring instrumentation stays current with upstream templates.

Core Features & Use Cases

  • Regenerates the iOS debug bridge after gstack template updates to keep integrations in sync.
  • Updates the iOS instrumentation files (StateServer.swift, DebugOverlay.swift, Package.swift) and the typed @Observable state accessors.
  • Use after upgrading gstack or adding new ViewModels/properties that require updated accessors.

Quick Start

Run the ios-sync skill to regenerate the iOS bridge against the latest gstack templates.

Frequently Asked Questions about ios-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I regenerate the iOS debug bridge after updating gstack templates?

To regenerate the iOS debug bridge after updating gstack templates, run the ios-sync skill to update core integration files like StateServer.swift, DebugOverlay.swift, and Package.swift, ensuring your instrumentation stays current.

When do I need to regenerate iOS state accessors for new ViewModels?

You need to regenerate iOS state accessors when adding new ViewModels or properties that require accessor coverage. This ensures your typed @Observable state accessors accurately reflect the latest instrumentation.

What iOS instrumentation files are updated when syncing with gstack?

Syncing with gstack updates core iOS instrumentation files including StateServer.swift, DebugOverlay.swift, and Package.swift, alongside typed @Observable state accessors to align with the latest templates.

Does ios-sync work without any external dependencies to update Package.swift?

Yes, ios-sync operates without external dependencies to update Package.swift and other core iOS integration files, directly regenerating the debug bridge against the latest gstack templates.

Why are my gstack iOS integration files out of sync after an upgrade?

iOS integration files become out of sync after a gstack upgrade because upstream templates change. Regenerating the debug bridge updates StateServer.swift and DebugOverlay.swift to restore accurate instrumentation.