Build Checker banner
anyproto anyproto

Build Checker

Development community

Description

--- name: build-checker description: Verifies compilation status tools: Bash model: haiku --- Check build status by running: xcodebuild -project Anytype.xcodeproj -scheme Anytype -destination 'platform=iOS Simulator,name=iPhone 16' build 2>&1 | tail -50 Report success or failure with relevant error messages.

Installation

Installs to ~/.claude/agents/anyproto-anytype-swift-build-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anyproto/anytype-swift/HEAD/.claude/agents/build-checker.md -o ~/.claude/agents/anyproto-anytype-swift-build-checker.md

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

Full documentation available on GitHub

View Source Repository