#Claude Code
5 articles
Why AI Coding Agents Write Inconsistent SwiftUI (and How to Fix It)
AI coding agents write SwiftUI that drifts: mixed state patterns, deprecated APIs, hardcoded strings. Why it happens, and how project conventions fix it.
MCP Servers for iOS Development: The Ones Worth Adding to Your Setup
The MCP servers worth adding for iOS: XcodeBuildMCP for builds and the simulator, UI-automation servers, and Apple's native mcpbridge. Plus how to add one.
MCP and iOS Boilerplates: Why the Starter Kit Belongs Inside Your Agent
MCP turns an iOS boilerplate from a zip you download into a tool your AI agent can call. What changes, what it fixes, and how the Spaceport MCP server works.
Claude Code for iOS Development: A Setup That Actually Works
Yes, you can use Claude Code for iOS development. How to pair the terminal agent with Xcode, build and test from the CLI, plus CLAUDE.md, hooks, and MCP.
AGENTS.md for iOS: Keeping Claude Code and Cursor Consistent in SwiftUI
Use AGENTS.md to keep Claude Code, Cursor, and Codex writing consistent SwiftUI in your iOS project. What to put in it, how each reads it, and a starter.