Reviews UIKit code for modern best practices, covering deprecated APIs, Auto Layout, view controller lifecycle, accessibility, performance, concurrency, and the full iOS 26 overhaul — from iOS 13 through iOS 26.
Comprehensively reviews UIKit code for best practices on modern APIs, architecture, and performance. Use when reading, writing, or reviewing UIKit-based iOS projects, including UIViewController, UITableView, UICollectionView, Auto Layout, or programmatic UI code. Also use when migrating legacy UIKit patterns to modern…
MCP server "macos-tools" as configured in tornikegomareli/macos-tools-mcp-server. Runs /Users/tornikegomareli/Development/macos-tools-mcp/dist/index.js with node.
Rewrites or audits text so it reads plainly: answer first, no preamble, no hype adjectives, sentences short enough to read once. Applies a named ruleset plus ASD-STE100 Simplified Technical English.
Rewrites or audits text so it reads plainly: answer first, no preamble, no hype adjectives, no marketing voice, sentences short enough to read once. Applies a named ruleset plus ASD-STE100 Simplified Technical English. Use when asked to clean up, tighten, de-slop, or humanise a draft, a README, a release note, a…
Proactively use when Codex is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Claude Code through the companion runtime.
Have Claude Code implement a task or execute a previously drafted plan, with edit permissions. Supports --resume-plan, --from-plan , --plan-file, --background, --full-auto.
Check whether the local Claude Code CLI is ready, set a default Claude model, and toggle the stop-time review gate. Supports --model , --clear-model, --probe, --enable-review-gate, --disable-review-gate.
Internal helper contract for calling the claude-companion runtime from Codex. Used by the claude-rescue delegation flow; not for direct user invocation.
Delegate work to the local Claude Code CLI. Use for any @claude or Claude request: claude setup, claude review, claude adversarial-review, claude plan, claude implement, claude rescue, claude transfer, claude status, claude result, claude cancel — code reviews by Claude, implementation plans from Claude, handing bugs…