BeClaude

cmux-iphone

New
25GitHub TrendingDevelopmentby lim-won

Bridge your Claude Code / Codex / cmux sessions to your iPhone & Apple Watch — approve, prompt, and mirror live terminals on the go.

First seen 6/23/2026

Summary

This skill bridges your Claude Code, Codex, or cmux sessions to your iPhone and Apple Watch, allowing you to approve prompts, send commands, and mirror live terminals from your mobile device.

  • It enhances remote development workflows by giving you real-time control and visibility into your terminal sessions on the go.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/cmux-iphone.md

3
Invoke in Claude Code
/cmux-iphone

Use Cases

Approve a long-running build or deployment prompt from your iPhone while away from your desk.
Send a quick command to a cmux session from your Apple Watch without opening your laptop.
Monitor live terminal output of a background process on your iPhone while working on another task.
Pause or cancel a running script remotely via your mobile device when you notice an error.
Receive and respond to interactive prompts from Claude Code on your Apple Watch during a meeting.
Mirror a terminal session to your iPhone to debug a server issue while commuting.

Usage Examples

1

/cmux-iphone approve last prompt

2

Send 'git push' to my cmux session from my iPhone

3

Mirror terminal session 2 to my Apple Watch

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is cmux-iphone?

This skill bridges your Claude Code, Codex, or cmux sessions to your iPhone and Apple Watch, allowing you to approve prompts, send commands, and mirror live terminals from your mobile device. It enhances remote development workflows by giving you real-time control and visibility into your terminal sessions on the go.

How to install cmux-iphone?

To install cmux-iphone: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/cmux-iphone.md. Finally, /cmux-iphone in Claude Code.

What is cmux-iphone best for?

cmux-iphone is a other categorized under Development. Created by lim-won.

What can I use cmux-iphone for?

cmux-iphone is useful for: Approve a long-running build or deployment prompt from your iPhone while away from your desk.; Send a quick command to a cmux session from your Apple Watch without opening your laptop.; Monitor live terminal output of a background process on your iPhone while working on another task.; Pause or cancel a running script remotely via your mobile device when you notice an error.; Receive and respond to interactive prompts from Claude Code on your Apple Watch during a meeting.; Mirror a terminal session to your iPhone to debug a server issue while commuting..