ios-sync

Regenerate the iOS debug bridge against latest gstack templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack, git, bash, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The ios-sync Skill simplifies the regeneration of the iOS debug bridge and maintains gstack iOS tools, ensuring your app's development environment remains up-to-date with the latest gstack templates and templates.

Core Features & Use Cases

  • Regeneration of iOS Debug Bridge: Automatically regenerate the iOS debug bridge for compatibility with new upstream gstack templates.
  • Maintenance of gstack iOS Tools: Keeps gstack iOS tools like @Observable state accessors in sync with updates in your gstack project.
  • Use Case: Ideal for developers who need to ensure their app's debug bridge is using the latest gstack templates after an upgrade to gstack or when adding new ViewModels/properties that need accessor coverage.

Quick Start

Run the ios-sync Skill to update StateServer.swift, DebugOverlay.swift, Package.swift, and accessors as needed.

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 against the latest gstack templates, run the ios-sync Skill to automatically update StateServer.swift, DebugOverlay.swift, Package.swift, and accessors as needed.

What is the best way to keep gstack iOS tools in sync with new ViewModels?▼

The best way to keep gstack iOS tools like @Observable state accessors in sync is running ios-sync, which updates accessor coverage when adding new ViewModels or properties to your gstack project.

When do I need to regenerate the iOS debug bridge in a CI/CD pipeline?▼

You need to regenerate the iOS debug bridge during CI/CD pipelines after upgrading gstack or adding new ViewModels and properties that require accessor coverage, ensuring your development environment stays up-to-date.

Do I need access to the gstack repository to maintain iOS instrumentation?▼

Yes, you need access to the gstack repository, gstack-specific configuration, and gstack tooling dependencies including git and bash to maintain iOS instrumentation and regenerate the debug bridge.

Can I use ios-sync to update StateServer.swift and DebugOverlay.swift simultaneously?▼

Yes, ios-sync updates StateServer.swift, DebugOverlay.swift, Package.swift, and accessors simultaneously in one run, ensuring all iOS debug bridge components match the latest gstack templates.