more-io

Apple Bridges — Development skill for Claude Code

Development community intermediate

Native macOS app access — manage Apple Reminders, Calendar, Contacts, Notes, Mail, and tmux sessions via Swift CLI bridges.

How to install Apple Bridges

This entry records only its repository, not the path inside it, so there is no exact command to give. Open more-io/claude-apple-bridges and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Apple Bridges does

Swift CLI tools that give [Claude Code](https://claude.ai/claude-code) native access to Apple apps — Reminders, Calendar, Contacts, Notes, Mail, and tmux. Includes a [Claude Code skill](#skills) (`/apple-bridges`) with complete command reference for all bridges.

Alternatives in Development

  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Checkup Calendar — 复查日历生成 348 ★
  • Module 18 Calendar.En — Module 18 Lesson 4-2 — Assist Calendar (calendar_ops / gog calendar) via prompts 347 ★

README

Claude Apple Bridges

Swift CLI tools that give [Claude Code](https://claude.ai/claude-code) native access to Apple apps — Reminders, Calendar, Contacts, Notes, Mail, and tmux. Includes a [Claude Code skill](#skills) (`/apple-bridges`) with complete command reference for all bridges.

Usage Examples with Claude Code

Once set up, you can ask Claude naturally in any Claude Code session. Here are real-world examples:


Task & Project Management

*"What's on my todo list for today?"*

Claude checks your Reminders and summarizes open items with due dates and priorities.

*"I just finished the login bug fix — mark the GitHub issue and the reminder as done."*

Claude closes the GitHub issue and calls `reminders-bridge complete` in one step.

*"Add a reminder to my 'Work' list to review the PR tomorrow morning."*

Claude creates the reminder with a due date set to tomorrow at 9:00.


Calendar-Aware Scheduling

*"I want to work on the Android release tomorrow — find a free slot and set a reminder."*

Claude checks `calendar-bridge tomorrow`, finds a free window, and sets the reminder due date accordingly — no double-booking.

*"What do I have going on this week? Block some time for code review."*

Claude reads your calendar for each day, spots gaps, and adds events or reminders where they fit.

*"Schedule our next planning session for next Monday at 10am in my Work calendar."*

Claude calls `calendar-bridge add` directly without you having to open Calendar.


Contacts Lookup

*"What's Rob's phone number?"*

Claude searches your Contacts and returns the number directly — no need to open the Contacts app.

*"Add Alex to my contacts: +49 123 456789, alex@example.com"*

Claude calls `contacts-bridge add` and confirms once saved.

*"Show me all details for my contact Thomas."*

Claude returns name, phone, email, address and birthday in one view.


Development Workflow Integration

...