ios-sync

Regenerates the iOS debug bridge and updates instrumentation from upstream gstack templates.

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

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 and updates iOS instrumentation, streamlining the development process and ensuring up-to-date tooling.

Core Features & Use Cases

  • Automated Debug Bridge Regeneration: Automatically regenerate the iOS debug bridge for the latest upstream gstack templates.
  • Instrumentation Updates: Update the iOS instrumentation to reflect changes in the gstack templates.
  • Use Case: Use this Skill after upgrading gstack or adding new ViewModels/properties that require accessor coverage. It's also useful when you're asked to "resync the iOS debug bridge", "regenerate iOS accessors", or "update the gstack iOS instrumentation".

Quick Start

Run the ios-sync skill to update the iOS debug bridge and instrumentation.

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 upgrading gstack?

To regenerate the iOS debug bridge after upgrading gstack, you run the ios-sync skill to automatically regenerate the bridge against the latest upstream gstack templates and apply the required instrumentation updates.

What does updating iOS instrumentation do when adding new ViewModels?

Updating iOS instrumentation ensures that newly added ViewModels and properties receive the required accessor coverage. This synchronization process keeps your iOS application debugging and tooling integration up to date with upstream template changes.

Do I need to manually update iOS accessors when gstack templates change?

You do not need to manually update iOS accessors when gstack templates change. The ios-sync skill automates the regeneration of the iOS debug bridge and automatically updates the instrumentation to reflect upstream template modifications.

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

You should resync the iOS debug bridge after upgrading gstack, adding new ViewModels, or adding properties that require accessor coverage. This ensures your iOS application maintains accurate debugging and tooling integration with the latest templates.

Can I automate gstack iOS instrumentation updates for new properties?

Yes, you can automate gstack iOS instrumentation updates for new properties by running the ios-sync skill. It automatically updates the iOS instrumentation to reflect accessor coverage requirements and aligns with the latest upstream gstack templates.