Skip to content
Development
Skill

/imessage-app-and-collaboration-workflow

Build an iMessage app or collaboration feature with Messages extensions, interactive message sessions, and Shared with You without implying server-side access to personal conversations.

From plugin
socket
7200 skills5 MCP
Install
$ npx -y skills add gaelic-ghost/socket --skill imessage-app-and-collaboration-workflow --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/imessage-app-and-collaboration-workflow

Context preview

The summary Claude sees to decide when to auto-load this skill.

Build an iMessage app or collaboration feature with Messages extensions, interactive message sessions, and Shared with You without implying server-side access to personal conversations.

SKILL.md

imessage-app-and-collaboration-workflow.SKILL.md
name: imessage-app-and-collaboration-workflow
description: Build an iMessage app or collaboration feature with Messages extensions, interactive message sessions, and Shared with You without implying server-side access to personal conversations.
metadata:
  hermes:
    category: apple-development
    tags: [imessage, messages, collaboration, shared-with-you]

iMessage App And Collaboration Workflow

Purpose

Build a user-driven iMessage app or an app-owned collaboration feature. This workflow covers Messages extensions and Shared with You, not a general iMessage bot or access to a person's Messages history.

Choose The Surface

1. Use a **Messages extension** for an interactive composer experience, custom text/sticker/media insertion, or an interactive `MSMessage` in a specific conversation. 2. Use `MSSession` when participants update an app-defined interactive message; define the app's session state, merge rules, and stale-update behavior. 3. Use **Shared with You** when an app owns the shared item and its collaboration metadata; use the app's real identity and coordinator rather than creating a Messages-specific copy of collaboration state. 4. Use an app-owned iOS or macOS client when the feature needs a standalone conversation list, account system, or collaboration workspace. Do not claim that this grants access to Apple Messages conversations.

Required Boundaries

  • An iMessage app acts through a person in a Messages conversation. It does not

provide unattended server-side iMessage sending or inbox automation.

  • Keep message payloads small, versioned, and app-specific. Authenticate or

authorize any server-backed state independently of the message payload.

  • Treat iMessage app availability as iOS/iPadOS. Messages content may be viewed

on other Apple platforms, but do not claim a macOS iMessage-app extension surface.

  • Preserve participant consent, deletion behavior, collaboration membership,

and user-visible failure recovery.

Validation

Test the extension with two independent accounts or devices, including initial insert, update, re-open, stale session data, unavailable backend, and a participant who lacks the containing app's account. Test Shared with You with the app's real shared-item identity and ensure it never exposes unrelated private content.

References

  • [Messages framework](https://developer.apple.com/documentation/messages)
  • [iMessage apps and stickers](https://developer.apple.com/imessage/)
  • [Shared with You](https://developer.apple.com/documentation/sharedwithyou)
Read more
Ships withsocket

Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo

Get the whole plugin

Other skills on socket.