ios-sync

Regenerate the iOS debug bridge and update accessor files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the regeneration of the iOS debug bridge and updates accessor files, streamlining the development process and ensuring up-to-date code coverage.

Core Features & Use Cases

  • Automated Debug Bridge Regeneration: Regenerates the iOS debug bridge against the latest upstream gstack templates.
  • Accessor Updates: Updates StateServer.swift, DebugOverlay.swift, and Package.swift with the latest accessor coverage.
  • Use Case: After upgrading gstack or adding new ViewModels/properties, use this Skill to ensure all accessors are up-to-date and the debug bridge is in sync.

Quick Start

Invoke 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 update iOS debug bridge accessors after adding new ViewModels?

To update iOS debug bridge accessors after adding new ViewModels, you can automate the regeneration of the debug bridge and apply accessor updates to StateServer.swift, DebugOverlay.swift, and Package.swift.

When do I need to regenerate the iOS debug bridge?

You need to regenerate the iOS debug bridge after upgrading gstack templates or adding new properties and ViewModels to ensure all accessor files maintain up-to-date code coverage and sync.

How do I sync StateServer.swift and Package.swift with upstream gstack templates?

To sync StateServer.swift and Package.swift with upstream gstack templates, run an automated regeneration process that updates these accessor files with the latest coverage from the new templates.

Can I automate accessor updates for DebugOverlay.swift without manual editing?

Yes, you can automate accessor updates for DebugOverlay.swift by using a script that regenerates the iOS debug bridge and applies the latest accessor coverage directly to the file.

What's the best way to ensure iOS debug bridge code coverage is up-to-date?

The best way to ensure iOS debug bridge code coverage is up-to-date is to automate the regeneration process against the latest gstack templates and update all relevant accessor files simultaneously.

Why are my iOS debug bridge accessors out of sync after a gstack upgrade?

iOS debug bridge accessors fall out of sync after a gstack upgrade because the upstream templates change, requiring automated regeneration to update StateServer.swift, DebugOverlay.swift, and Package.swift.