ios-sync

Regenerate the iOS debug bridge against latest gstack templates.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/sobhanashine/nazarato --skill ios-sync-sobhanashine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-sync
Source: https://github.com/sobhanashine/nazarato/tree/main/.claude/skills/ios-sync
Command: npx skills add https://github.com/sobhanashine/nazarato --skill ios-sync-sobhanashine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack, and 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, saving time and ensuring up-to-date integration.

Core Features & Use Cases

  • Regenerates iOS Debug Bridge: Updates the iOS debug bridge against the latest gstack templates.
  • Automated Updates: Automatically resyncs the iOS debug bridge, regenerate iOS accessors, and update gstack iOS instrumentation.
  • Use Case: Use this Skill after upgrading gstack or adding new ViewModels/properties requiring accessor coverage.

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 regenerate the iOS debug bridge after updating gstack templates?

Regenerating the iOS debug bridge requires running ios-sync to resync against the latest upstream gstack templates. This automated process updates iOS accessors and refreshes gstack instrumentation without manual code generation.

When do I need to resync the iOS debug bridge?

You need to resync the iOS debug bridge after upgrading your gstack version or adding new ViewModels and properties that require updated accessor coverage. This ensures your iOS instrumentation remains fully aligned with the latest template changes.

Do I need gstack installed to automate iOS accessor code generation?

Yes, gstack is a required dependency for automating iOS accessor code generation. The ios-sync skill relies on gstack and its related scripts to pull the latest templates and regenerate the debug bridge correctly.

What is the best way to update gstack iOS instrumentation?

The best way to update gstack iOS instrumentation is to automate the process using the ios-sync skill. It directly resyncs the debug bridge and regenerates iOS accessors against the latest upstream templates, ensuring your integration is up to date.

Can I use scripts to automate iOS debug bridge updates with gstack?

Yes, you can use scripts to automate iOS debug bridge updates through the ios-sync skill. It leverages gstack scripts to automatically regenerate the bridge and update iOS accessors whenever upstream templates change.

Why are my iOS accessors out of date after a gstack upgrade?

Your iOS accessors are out of date because a gstack upgrade introduced new upstream templates that require a debug bridge resync. Run ios-sync to regenerate the accessors and update the gstack iOS instrumentation automatically.