ios-sync

Regenerate the iOS debug bridge and update state accessors with Bash scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the regeneration of the iOS debug bridge against the latest upstream gstack templates, ensuring that your iOS development environment stays up-to-date and functional.

Core Features & Use Cases

  • Regenerate iOS Debug Bridge: Automatically updates the iOS debug bridge to the latest version.
  • Update iOS Accessors: Ensures that all @Observable state accessors are up-to-date.
  • Update GStack iOS Instrumentation: Keeps the iOS instrumentation in sync with the latest gstack updates.
  • Use Case: After upgrading gstack or adding new ViewModels/properties, use this Skill to ensure that your iOS project is fully compatible with the latest changes.

Quick Start

Run the 'ios-sync' skill to regenerate the iOS debug bridge and update accessors.

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, which uses Bash scripts to automatically synchronize your project with the latest upstream changes and update state accessors.

Why do my @Observable state accessors break after adding new ViewModels?

@Observable state accessors break after adding new ViewModels because they require synchronization with the latest gstack templates. Updating iOS accessors via an automated sync process ensures all newly added properties remain functional and compatible.

When do I need to update iOS instrumentation for gstack?

You need to update iOS instrumentation for gstack whenever you upgrade gstack or add new ViewModels and properties, ensuring your iOS development environment stays fully compatible with the latest upstream template changes.

Do I need access to the gstack repository to sync my iOS project?

Yes, you need access to the gstack repository and the necessary environment setup, because the synchronization process relies on Bash scripts to pull the latest templates and apply them to your iOS debug bridge.

What is the best way to automate iOS debug bridge updates?

The best way to automate iOS debug bridge updates is by running a dedicated synchronization skill that applies Bash scripts to regenerate the bridge and update accessors, eliminating manual configuration errors after gstack upgrades.