kylehughes/apple-platform-build-tools-claude-code-plugin

56 stars · Last commit 2026-03-08

Build, test, and archive Swift packages and Xcode projects for Apple platforms with Claude Code.

README preview

# Apple Platform Build Tools Claude Code Plugin

[![Agent Skill](https://img.shields.io/badge/Claude_Code_Plugin-555?logo=claude)](https://code.claude.com/docs/en/plugins)
[![Latest Release](https://img.shields.io/github/v/release/kylehughes/apple-platform-build-tools-claude-code-plugin)](https://github.com/kylehughes/apple-platform-build-tools-claude-code-plugin/releases)

*Build, test, and archive Swift packages and Xcode projects for Apple platforms with Claude Code.*

## About

Apple Platform Build Tools Claude Code Plugin is a Claude Code plugin with an Agent Skill and a Subagent for building Apple platform products.

- **Agent Skill**: Reference documentation for the xcrun developer tool ecosystem — xcodebuild, swift build, simctl, devicectl, code signing, profiling, distribution, and binary tools.
- **Subagent**: Discovers schemes, manages simulators and devices, runs builds, and returns results. Uses the Agent Skill.

## Usage

Delegate build and test commands to the Subagent from your main programming agent. It reports results without exposing build logs, keeping the main agent's context window clean.

Use the Agent Skill directly when you need to understand `xcodebuild`, `swift`, `simctl`, `devicectl`, or other xcrun tool options, debug build failures, or construct commands with more control than the Subagent gives you.

View full repository on GitHub →