🛠️
DevOpsTypeScript

Xcode Workflows

by conorluddy

Xcode Workflows is a DevOps skill for Claude Code, published by conorluddy in xclaude-plugin.

182 stars17 forkson conorluddy/xclaude-pluginAdded 2026/09/07Repository updated 2026/02/07
agenticagentic-workflowclaudeclaude-codeclaude-code-pluginclaude-mcpclaude-pluginsclaudecodecontext-engineeringdeveloper-toolsiosllmmcpmcp-serverpluginswifttoolingxcodexcodebuild
Install in seconds
Install Xcode Workflows
Copy Xcode Workflows into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/conorluddy/xclaude-plugin/tree/main/skills/xcode-workflows ~/.claude/skills/xcode-workflows

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/conorluddy/xclaude-plugin.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/xcode-workflows/SKILL.md in conorluddy/xclaude-plugin
Installs to
~/.claude/skills/xcode-workflows
Collection
One of 8 skills cataloged from this repository
Category
DevOps1044 skills

What Xcode Workflows does

Xcode Workflows provides guidance for building, testing, cleaning, and diagnosing iOS projects with the Xcode build system. Use it when running xcodebuild-related operations or troubleshooting build failures and schemes.

Xcode Workflows is cataloged under DevOps on DirSkills. Xcode Workflows comes from a repository tagged agentic, agentic-workflow, claude, claude-code and claude-code-plugin.

Documentation

README

Xcode Workflows

Use the execute_xcode_command MCP tool for all iOS build operations

The xclaude-plugin provides the execute_xcode_command MCP tool which consolidates all xcodebuild operations into a single, token-efficient dispatcher.

⚠️ CRITICAL: Always Use MCP Tools First

This is the most important rule: When working with iOS builds, you MUST use the execute_xcode_command MCP tool.

  • DO: Invoke execute_xcode_command for all build/test/clean operations
  • DO: If the MCP tool fails, adjust parameters and retry
  • DO: Read error messages and debug the parameters
  • NEVER: Fall back to bash xcodebuild commands
  • NEVER: Use xcodebuild directly in bash
  • NEVER: Run xcrun xcodebuild in a terminal

Why? The MCP tool provides:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Xcode Workflows

  • What else does conorluddy publish alongside Xcode Workflows?

    Xcode Workflows is one of 8 skills that DirSkills catalogs from conorluddy/xclaude-plugin, the repository it ships in. Its siblings there include Accessibility Testing, Crash Debugging and Performance Profiling. Each one is a separate skill with its own page in this directory, installs the same way Xcode Workflows does, and is maintained by conorluddy in that same repository. The rest of the collection is listed on the conorluddy/xclaude-plugin page.

  • How does Xcode Workflows compare to other DevOps skills?

    Xcode Workflows ranks #951 by stars among the 1044 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Xcode Workflows against them. Open each page to compare what they document and how they install.

More from conorluddy/xclaude-plugin

Xcode Workflows is one of 8 skills cataloged on DirSkills from conorluddy/xclaude-plugin.

See all 8 skills
2h ago

Accessibility Testing

Accessibility Testing checks iOS apps for WCAG compliance, VoiceOver compatibility, labels, contrast, and semantic structure. Use it to audit new features, debug accessibility issues, or run accessibility checks in CI.
Quality
18217
💥
2h ago

Crash Debugging

Crash Debugging analyzes iOS crash logs, symbolicates stack traces with dSYM files, and helps identify root causes. Use it when investigating app crashes, TestFlight reports, or unsymbolicated crash reports.
Quality
18217
📈
2h ago

Performance Profiling

Performance Profiling instruments iOS apps to find CPU, memory, network, and energy bottlenecks. Use it when diagnosing slow launch, leaks, scrolling issues, or other runtime performance problems.
Quality
18217
📱
2h ago

Simulator Workflows

Simulator Workflows manages iOS Simulator devices and apps through simctl via the execute_simulator_command MCP tool. Use it to boot, create, delete, install, launch, and diagnose simulator issues.
Automation
18217
🗂️
2h ago

State Management

State Management helps reduce token use with caching, progressive disclosure, and configuration patterns for plugin operations. Use it when working with large responses, cache invalidation, or consistent state across tests and workflows.
AI Engineering
18217
📱
2h ago

UI Automation Workflows

UI Automation Workflows uses IDB accessibility queries and taps to automate iOS simulator interactions. Use it to find elements, fill forms, and verify user flows before falling back to screenshots.
Automation
18217