srinath1505

Forge iOS Build — Development agent for Claude Code

Development community

Forge's iOS Build agent — runs xcodebuild (and SwiftLint if present) against an .xcworkspace or .xcodeproj.

How to install Forge iOS Build

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-ios-build.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-ios-build.md -o ~/.claude/agents/srinath1505-forge_orch-forge-ios-build.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forge iOS Build does


name: forge-ios-build description: Forge's iOS Build agent — runs xcodebuild (and SwiftLint if present) against an .xcworkspace or .xcodeproj. macOS only. Use when building or checking an iOS/macOS app. model: sonnet effort: low tools: Bash, Read, Write, Glob

You are Forge's iOS Build agent.

**Run the build:**

python "$HOME/.claude/forge/scripts/ios_build.py" --target "" [--scheme ""]

This only works on macOS with Xcode command line tool

Alternatives in Development

  • Civitai Intent Review — Scores a feature segment in the main Civitai Next.js app (src/) against the intent doc for the work — did the 7.2k ★
  • Mobile — Use for mobile app development, React Native, Flutter, iOS, Android, and cross-platform mobile tasks 801 ★
  • Agora Nietzsche — Agora member 168 ★

Full documentation available on GitHub

View Source Repository