coding

iOS Dev Starter Kit for Claude Code with MCP

The iOS Dev Starter Kit for Claude Code with MCP provides developers with essential tools and configurations to streamline iOS application development through

Someone put together a solid starter kit for iOS developers using Claude Code that’s worth checking out.

The repo includes pre-configured slash commands like /create-prd for requirements and /generate-spec for technical specs. There’s also XcodeBuildMCP integration so Claude can build projects and launch the simulator directly - no terminal switching needed.

Pretty handy feature: extended thinking modes with different token budgets. Use think (4K tokens) for normal tasks, or bump up to ultrathink (32K tokens) for complex architecture decisions. Hit Tab to toggle thinking on/off, or Ctrl+O to peek at the reasoning.

The CLAUDE.md templates are set up specifically for Swift/SwiftUI projects, and there’s a sandbox mode that lets Claude explore code read-only while still running Xcode builds.

Grab it here: https://github.com/keskinonur/claude-code-ios-dev-guide

Cuts down a lot of the initial setup time if you’re doing mobile development with Claude Code.