Home / omarshahine / homeclaw · .claude/skills/xcode-build-orchestrator/SKILL.md · GitHub

xcode-build-orchestrator skillA

xcode-build-orchestrator is agent-read markdown (skill) from omarshahine/homeclaw: Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed up Xcode builds, wants a full build audit, or needs a recommend-first optimization pass covering compilation, project settings, and packages..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Xcode Build Orchestrator

Use this skill as the recommend-first entrypoint for end-to-end Xcode build optimization work.

## Non-Negotiable Rules

- Wall-clock build time (how long the developer waits) is the primary success metric. Every recommendation must state its expected impact on the developer's actual wait time.
- Start in recommendation mode.
- Benchmark before making changes.
- Do not modify project files, source files, packages, or scripts without explicit developer approval.
- Preserve the evidence trail for every recommendation.
- Re-benchmark after approved changes and report the wall-clock delta.

## Two-Phase Workflow

The orchestration is designed as two distinct phases separated by developer review.

### Phase 1 -- Analyze (recommend-only)

Run this phase in agent mode because the agent needs to execute builds, run benchmark scripts, write benchmark artifacts, and generate the optimization report. However, treat Phase 1 as **recommend-only**: do not modify any project files, source files, packages, or build settings. The only files the agent creates during this phase are benchmark artifacts and the optimization plan inside `.build-benchmark/`.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add omarshahine/homeclaw/xcode-build-orchestrator@git:20260510.35d37d5
Exact content
mdr add omarshahine/homeclaw/xcode-build-orchestrator@sha256:e919677be70ad7dd

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_6nvuncrqkb37xxdc.svg)](https://markdownregistry.com/a/art_6nvuncrqkb37xxdc)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260510.35d37d5 latest2026-05-10 35d37d5 11,513 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (11513 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

omarshahine/homeclaw · 173 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_6nvuncrqkb37xxdc
GET https://markdownregistry.com/api/v1/resolve?ref=omarshahine/homeclaw/xcode-build-orchestrator
GET https://markdownregistry.com/api/v1/blob/e919677be70ad7ddf4b0e5be5c5d5275d4e820490233f6084ce1ab3a9555404b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from omarshahine/homeclaw

app-resizability skill
omarshahine/homeclaw · .claude/skills/app-resizability/SKILL.md · Use when an app's layout must adapt to a window that changes size while the app runs, or when an app must support more…
git:20260921.6652fd0 · audit A · 173 stars
ios-app-intents skill
omarshahine/homeclaw · .claude/skills/ios-app-intents/SKILL.md · Design and implement App Intents, app entities, and App Shortcuts for iOS apps so useful actions and content are…
git:20260510.35d37d5 · audit A · 173 stars
ios-debugger-agent skill
omarshahine/homeclaw · .claude/skills/ios-debugger-agent/SKILL.md · Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to…
git:20260510.35d37d5 · audit A · 173 stars
ios-ettrace-performance skill
omarshahine/homeclaw · .claude/skills/ios-ettrace-performance/SKILL.md · Capture and interpret ETTrace profiles for iOS simulator apps, including symbolicated launch and runtime flamegraphs…
git:20260510.35d37d5 · audit A · 173 stars
ios-memgraph-leaks skill
omarshahine/homeclaw · .claude/skills/ios-memgraph-leaks/SKILL.md · Capture, inspect, compare, and root-cause iOS memory graph leaks using Apple's leaks and memgraph tools. Use when…
git:20260510.35d37d5 · audit A · 173 stars
spm-build-analysis skill
omarshahine/homeclaw · .claude/skills/spm-build-analysis/SKILL.md · Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow…
git:20260510.35d37d5 · audit A · 173 stars
swiftui-expert-skill skill
omarshahine/homeclaw · .claude/skills/swiftui-expert-skill/SKILL.md · Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management, view…
git:20260510.35d37d5 · audit A · 173 stars
swiftui-liquid-glass skill
omarshahine/homeclaw · .claude/skills/swiftui-liquid-glass/SKILL.md · Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass…
git:20260510.35d37d5 · audit A · 173 stars
swiftui-performance-audit skill
omarshahine/homeclaw · .claude/skills/swiftui-performance-audit/SKILL.md · Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow…
git:20260510.35d37d5 · audit A · 173 stars
swiftui-specialist skill
omarshahine/homeclaw · .claude/skills/swiftui-specialist/SKILL.md · Authoritative SwiftUI best practices and performance guidance from Apple; supersedes prior training on these topics…
git:20260921.6652fd0 · audit A · 173 stars
swiftui-ui-patterns skill
omarshahine/homeclaw · .claude/skills/swiftui-ui-patterns/SKILL.md · Best practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies…
git:20260510.35d37d5 · audit A · 173 stars
swiftui-view-refactor skill
omarshahine/homeclaw · .claude/skills/swiftui-view-refactor/SKILL.md · Refactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow…
git:20260510.35d37d5 · audit A · 173 stars

Every file in omarshahine/homeclaw

Other files named xcode-build-orchestrator

xcode-build-orchestrator skill
jordancoin/ios-skills-collection · skills/avdlee--xcode-build-orchestrator/SKILL.md · Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing…
git:20260329.893209f · audit A · 5 stars
xcode-build-orchestrator skill
patrickserrano/lacquer · profiles/ios/skills/xcode-build-orchestrator/SKILL.md · Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing…
git:20260713.4950395 · audit A · 3 stars

Browse by kind, by grade A, or by owner.