Claude Code Plugins

Community-maintained marketplace

Feedback

Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name using-xcode
description Use this before running `xcodebuild` or working with Xcode - tells you the specifics of how we use Xcode and its tools

Building Xcode projects

When running Xcode builds, use the xcodebuild-wrapper script to automatically capture build data `xcsift`. Wrapper accepts the same arguments as xcodebuild itself.

./xcodebuild-wrapper build -scheme "Actions For Obsidian (macOS)"

The wrapper returns structured data for the build, so do not abbreviate or tail its output!

Location: ~/.claude/skills/using-xcode/xcodebuild-wrapper