ios-app

Automate iOS app setup, build, and maintenance within a turborepo.

22|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/joelhooks/atproto-agent-network --skill ios-app-joelhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-app
Source: https://github.com/joelhooks/atproto-agent-network/tree/main/.agents/skills/ios-app
Command: npx skills add https://github.com/joelhooks/atproto-agent-network --skill ios-app-joelhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and stabilizes the development workflow for the native iOS client inside the turborepo, ensuring consistent builds and up-to-date tooling (XcodeGen, SwiftUI, WebSocket feed).

Core Features & Use Cases

  • Native iOS app located at apps/ios built with XcodeGen and SwiftUI
  • Reproducible workflow for generating and updating the project
  • WebSocket feed integration and related real-time data handling
  • Documentation of iOS workflows and Turbo task wiring

Quick Start

Generate the iOS project workflow by running pnpm gen inside apps/ios.

Frequently Asked Questions about ios-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain a native iOS app inside a turborepo?

To maintain a native iOS app inside a turborepo, use XcodeGen to specify project files and SwiftUI for the interface, running pnpm gen to generate and update the project workflow reproducibly.

What is the best way to set up XcodeGen for an iOS client in a monorepo?

The best way to set up XcodeGen for an iOS client involves defining required project files and sources within apps/ios, then executing pnpm gen to establish a reproducible workflow for generating and updating the native project.

Does the turbo task workflow support WebSocket feeds for SwiftUI apps?

Yes, the turbo task workflow supports WebSocket feeds for SwiftUI apps by defining real-time data handling and integration within the native iOS client located at apps/ios.

How do I wire turbo tasks for an iOS app using XcodeGen?

To wire turbo tasks for an iOS app, document iOS workflows and configure turbo task connections within the apps/ios directory, using XcodeGen to manage the project specifications and reproducible generation scripts.

Why use XcodeGen instead of manual Xcode project files for turborepo iOS clients?

Use XcodeGen instead of manual Xcode project files for turborepo iOS clients to stabilize the development workflow and ensure consistent builds by specifying project files and sources reproducibly via pnpm gen.