# IOS Sync

> Refresh GStack iOS debug bridge artifacts against upstream templates or local app state.

- Skill: `mphaxise/ios-sync` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mphaxise/ios-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mphaxise/ios-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mphaxise (https://skillmd.com/u/mphaxise)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mphaxise/ios-sync

---


# iOS Sync

Use this skill when the user asks to regenerate or refresh iOS QA/debug bridge support.

## Workflow

1. Identify existing debug bridge files and package references.
2. Compare them against upstream templates or current app structure.
3. Regenerate or update only bridge-owned files:
   - StateServer
   - DebugOverlay
   - package wiring
   - generated state accessors
4. Build the app and verify that bridge support still launches.
5. Report any app code that needs manual annotation or accessors.

## Guardrails

- Do not overwrite hand-written app code with generated bridge code.
- Do not leave debug bridge hooks enabled for production builds.
- Preserve signing and deployment settings.

