ios-app-scaffold
Installation
SKILL.md
iOS App Scaffold
Scaffold iOS apps with Tuist, Swift 6, and layered architecture.
Quick Start
Run the scaffold script:
python3 scripts/scaffold.py <AppName> <output-directory> [--bundle-id <id>] [--team-id <id>]
Example:
python3 scripts/scaffold.py MyApp /Users/me/projects --bundle-id com.mycompany.myapp --team-id ABC123
Then generate and open:
cd /Users/me/projects/MyApp
Related skills