ios-sync

Regenerate the iOS debug bridge against the latest gstack templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need to keep the iOS debug bridge up-to-date with the latest upstream gstack templates, ensuring compatibility and access to new features.

Core Features & Use Cases

  • Template Updates: Regenerates the iOS debug bridge against the latest gstack templates.
  • Version Control: Ensures that StateServer.swift, DebugOverlay.swift, and Package.swift files are in sync with the latest gstack version.
  • Accessibility: Allows developers to add new ViewModels/properties that require accessor coverage after upgrading gstack.

Quick Start

Run the ios-sync skill to regenerate the iOS debug 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 update iOS debug bridge files with the latest gstack templates?

To update the iOS debug bridge, you can use a skill that regenerates StateServer.swift, DebugOverlay.swift, and Package.swift files. This process syncs your project with the latest gstack templates for continued feature compatibility.

Why are my StateServer.swift and DebugOverlay.swift files out of sync after a gstack upgrade?

StateServer.swift and DebugOverlay.swift fall out of sync when upstream gstack templates update. Regenerating the iOS debug bridge pulls the latest template versions to restore compatibility.

Do I need git and gstack installed to regenerate the iOS debug bridge?

Yes, you need both git and gstack installed. The regeneration process relies on git and gstack to pull the latest templates and update the necessary Swift bridge files.

When should I regenerate the iOS debug bridge in my development workflow?

You should regenerate the iOS debug bridge after upgrading gstack or when adding new ViewModels and properties that require accessor coverage. This ensures your debug overlay remains compatible with upstream changes.

What is the best way to sync Package.swift with the latest gstack version?

The most direct way to sync Package.swift is by regenerating the iOS debug bridge against the latest gstack templates. This updates Package.swift alongside StateServer.swift and DebugOverlay.swift automatically.