$npx skillfedfor your agent

build-iphone-apps

This skill equips you to develop production-ready iOS applications using Swift and SwiftUI entirely within Claude Code, eliminating the need for Xcode setup. It provides structured workflows and meta-prompting techniques that separate planning from execution, letting you focus on building rather than configuration. Ideal for rapid prototyping and full app development cycles.

build-iphone-apps enables you to create production-ready native iOS applications using Swift and SwiftUI entirely within Claude Code, eliminating Xcode setup entirely. The skill provides structured workflows and meta-prompting techniques that separate planning from execution, letting you focus on building logic rather than IDE configuration. You can prototype rapidly and complete full app development cycles using command-line tools and Claude's code generation.

AI-generated summary based on this skill's SKILL.md

1,970 410 MITupdated by glittercowboy

Decision gist · record as of 2026-04-01

build-iphone-apps enables you to create production-ready native iOS applications using Swift and SwiftUI entirely within Claude Code, eliminating Xcode setup entirely. The skill provides structured workflows and meta-prompting techniques that separate planning from execution, letting you focus on building logic rather than IDE configuration. You can prototype rapidly and complete full app development cycles using command-line tools and Claude's code generation.

manual: git clone https://github.com/glittercowboy/taches-cc-resources → cp -r taches-cc-resources/skills/expertise/iphone-apps ~/.claude/skills/iphone-apps
skills/expertise/iphone-apps/SKILL.md · version 537eb41f

Use it when

  • Yes.
  • build-iphone-apps covers the complete iOS app lifecycle: start with structured planning and meta-prompting to separate design.

Verify before relying

Read SKILL.md below before installing (26 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

glittercowboy/taches-cc-resources/iphone-apps · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to build native iOS apps without Xcode?

build-iphone-apps enables you to create production-ready native iOS applications using Swift and SwiftUI entirely within Claude Code, eliminating Xcode setup entirely. The skill provides structured workflows and meta-prompting techniques that separate planning from execution, letting you focus on building logic rather than IDE configuration. You can prototype rapidly and complete full app development cycles using command-line tools and Claude's code generation.

Can I create an iPhone app from the command line?

Yes. build-iphone-apps supports creating iPhone apps from the command line by leveraging Swift's CLI capabilities and SwiftUI frameworks. The skill guides you through native app development workflows that work entirely in terminal environments, making it possible to build, test, debug, and optimize your app without touching Xcode's graphical interface.

What's the workflow for building, testing, and shipping iOS apps?

build-iphone-apps covers the complete iOS app lifecycle: start with structured planning and meta-prompting to separate design from implementation, build your app using Swift and SwiftUI, debug and test functionality from the command line, optimize performance, and finally ship to TestFlight or the App Store. The skill emphasizes rapid iteration and production-ready output at each stage.

How do I debug and test iPhone apps using CLI tools?

build-iphone-apps provides techniques for debugging, testing, and verifying iOS app functionality entirely from the command line. You can run automated tests for app correctness, use iOS simulator testing from terminal, and debug crashes in your Swift code—all without leaving the CLI environment that Claude Code supports.

Can I add features to an existing iPhone app with this skill?

Absolutely. build-iphone-apps helps you add features to existing iPhone apps and optimize their performance. The skill's structured workflows let you integrate new functionality into your codebase while maintaining code quality and leveraging Swift and SwiftUI best practices for professional-grade iOS development.

What license does build-iphone-apps use?

build-iphone-apps is released under the MIT license, making it freely available for both personal and commercial use with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

<essential_principles>

How We Work

The user is the product owner. Claude is the developer.

The user does not write code. The user does not read code. The user describes what they want and judges whether the result is acceptable. Claude implements, verifies, and reports outcomes.

1. Prove, Don't Promise

Never say "this should work." Prove it:

xcodebuild -destination 'platform=iOS Simulator,name=iPhone 16' build 2&gt;&amp;1 | xcsift
xcodebuild test -destination 'platform=iOS Simulator,name=iPhone 16'
xcrun simctl boot "iPhone 16" &amp;&amp; xcrun simctl launch booted com.app.bundle

If you didn't run it, you don't know it works.

2. Tests for Correctness, Eyes for Quality

Question How to Answer
Does the logic work? Write test, see it pass
Does it look right? Launch in simulator, user looks at it
Does it feel right? User uses it
Does it crash? Test + launch
Is it fast enough?

(truncated - see the full file via the links below)

File tree — 15 files
skills/expertise/iphone-apps/SKILL.md
skills/expertise/iphone-apps/references/accessibility.md
skills/expertise/iphone-apps/references/app-architecture.md
skills/expertise/iphone-apps/references/app-icons.md
skills/expertise/iphone-apps/references/app-store.md
skills/expertise/iphone-apps/references/background-tasks.md
skills/expertise/iphone-apps/references/ci-cd.md
skills/expertise/iphone-apps/references/cli-observability.md
skills/expertise/iphone-apps/references/cli-workflow.md
skills/expertise/iphone-apps/references/data-persistence.md
skills/expertise/iphone-apps/references/navigation-patterns.md
skills/expertise/iphone-apps/references/networking.md
skills/expertise/iphone-apps/references/performance.md
skills/expertise/iphone-apps/references/polish-and-ux.md
skills/expertise/iphone-apps/references/project-scaffolding.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build a new native iOS app using Swift and SwiftUI without Xcode”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

simulator-utils
by Prisma-Labs-Dev · Prisma-Labs-Dev/apple-skills

simulator-utils streamlines iOS development by automating screenshot capture and resizing within the simulator environment. Perfect for testing UI consistency across different device configurations and verifying API compatibility without manual image processing. Works seamlessly with Claude Code and other coding agents to accelerate your iOS workflow.

MITupdated Jul 2026
★ 291repo stars
qa-testing-ios
by vasilyu1983 · vasilyu1983/AI-Agents-public

This skill streamlines iOS quality assurance by automating test runs through xcodebuild and simulator environments. It handles both unit and UI testing scenarios, enabling developers to validate app behavior consistently across test suites. Integrate it into your CI/CD pipeline for repeatable, reliable test execution.

MITupdated Jul 2026
★ 69repo stars
xcode-build
by pzep1 · pzep1/xcode-build-skill

xcode-build equips your agent with direct access to Xcode's command-line utilities for iOS and macOS development. Control app builds, simulator management, and project workflows without intermediary servers—leveraging xcodebuild and xcrun simctl for native platform integration.

MITupdated Feb 2026
★ 135repo stars
Ios Simulator
by dpearson2699 · dpearson2699/swift-ios-skills

This skill enables developers to launch and evaluate iOS applications within a simulated runtime environment. Test app interactions, workflows, and UI responsiveness directly from your development setup, eliminating the need for hardware during early-stage validation cycles.

no license declared → metadata onlyupdated Jul 2026
★ 932repo stars
simulator-workflows
by conorluddy · conorluddy/xclaude-plugin

Automate iOS simulator device management directly within Claude conversations. This skill provides streamlined control over simulator lifecycle operations—launching, provisioning, and removing devices—without leaving your development environment. Designed for developers who want to integrate simulator management into their AI-assisted workflows.

MITupdated Feb 2026
★ 178repo stars
axiom-run-tests
by CharlesWiltgen · CharlesWiltgen/Axiom

axiom-run-tests equips AI coding assistants with specialized capabilities for executing and debugging Apple platform tests. It surfaces actionable diagnostics when XCUITests fail, helping you identify root causes and fix issues faster without manual investigation overhead.

MITupdated Jul 2026
★ 1,095repo stars

More skills ios-development (MIT)

Tags
cli-first-developmentxcode-alternativeswift-native-codingios-simulator-testingapp-lifecycle-managementterminal-based-workflowmobile-app-shippingperformance-profilingtest-driven-ios