RocketSim - iOS Simulator power tools with agent CLI
30+ tools that extend Xcode's iOS Simulator: testing, debugging, network monitoring, captures, accessibility, and a CLI that lets AI agents drive simulator actions. Used by 80k+ iOS developers.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
sfsym - export Apple SF Symbols as SVG/PDF/PNG
CLI that exports SF Symbols as true vector SVG, PDF, or PNG by walking macOS's private symbol renderer. Designed so an agent can fetch icon assets autonomously during design sessions.
imsg - CLI for Apple Messages so agents can text
Swift CLI that lets your agent read and send iMessages and SMS through Apple's Messages.app. Useful for routing notifications or two-factor codes back into a coding session.
axe - single-purpose AI agents from TOML
Lightweight Go CLI for defining focused AI agents in TOML and triggering them from pipes, git hooks, cron, or the terminal. No framework, just unix.
tui-use - drive interactive REPLs from agents
Lets agents interact with programs that expect a human at the keyboard - REPLs, debuggers, TUI apps - things bash pipes cannot reach. Fills the gap between shell and full computer-use.