Skip to content

Add iOS Hello World app and build-ios-apps cloud skill#3

Draft
rbrown101010 wants to merge 3 commits into
mainfrom
cursor/hello-world-ios-skill-5255
Draft

Add iOS Hello World app and build-ios-apps cloud skill#3
rbrown101010 wants to merge 3 commits into
mainfrom
cursor/hello-world-ios-skill-5255

Conversation

@rbrown101010

@rbrown101010 rbrown101010 commented Jun 29, 2026

Copy link
Copy Markdown

Summary

  • Adds a SwiftUI iOS app (hello-world-ios/) and evolves it into an original Notes-style demo with folders, search, note rows, editable detail view, delete, and compose interactions.
  • Keeps the original requested phrase "made on cursor mobile" as the first sample note.
  • Adds the build-ios-apps Cursor cloud skill at .cursor/skills/build-ios-apps/ sourced from ios.chorus.com/skill.md, including:
    • Full skill documentation and references
    • install-cli.sh to download the ios-cli binary on first use
    • Project bootstrap template and scripts

Cloud skill usage

  1. Install CLI: bash .cursor/skills/build-ios-apps/install-cli.sh
  2. Authenticate with your Chorus API key (chorus_… from https://chorus.com/ → Account settings)
  3. Build: zip the project and run .cursor/skills/build-ios-apps/ios-cli build /tmp/source.zip
  4. Share the previewUrl from build output for instant simulator preview

Invoke in Cursor with /build-ios-apps or let the agent auto-discover it for iOS build/sign/publish tasks.

Latest Notes-style build

Test plan

  • Logged into Chorus iOS CLI with a valid Chorus API key
  • Built the original hello-world-ios through ios-cli build
  • Signed the original build for iPhone install
  • Built updated Notes-style app through Chorus
  • Signed updated Notes-style app for iPhone install
  • Confirm /build-ios-apps skill is discoverable in Cursor cloud agents after checkout
Open in Web Open in Cursor 

cursoragent and others added 3 commits June 29, 2026 20:29
- Bootstrap SwiftUI Hello World app displaying 'made on cursor mobile'
- Add build-ios-apps skill under .cursor/skills/ with Chorus iOS CLI install script
- Include skill references, templates, and documentation from ios.chorus.com

Co-authored-by: Riley Brown <rbrown101010@users.noreply.github.com>
Co-authored-by: Riley Brown <rbrown101010@users.noreply.github.com>
Co-authored-by: Riley Brown <rbrown101010@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants