Skip to content

Apple Text

Focused docs for Apple platform text systems.

Focused Apple text docs

Apple Text helps route Apple text questions to the right skill or guide.

It covers TextKit, UIKit and AppKit text views, attributed text, layout invalidation, editor behavior, and Writing Tools.

39 skills1 command5 agents

Status: Apple Text is still in an early phase. Some routes, docs, or packaging paths may still be incomplete or wrong. If you hit a bug or something looks off, please open an issue. Feedback is welcome too.

Choose the shortest path that matches the client you are using. Apple Text is one collection, surfaced through plugin commands, MCP, and Xcode MCP.

For findings-first review work, start with apple-text-audit or the Agents page.

These are the main entry points.

Pick the surface first, then use the matching front door:

  • Claude Code plugin -> install from the marketplace, then start with /apple-text:ask
  • Generic MCP client -> connect Apple Text MCP, then start with apple_text_route
  • Xcode Claude Agent or Codex -> connect the MCP server inside Xcode, then use the same route-first MCP flow

Claude Code plugin install is the default path:

Terminal window
/plugin marketplace add sitapix/apple-text

Use /plugin to open the plugin menu, search for apple-text, and install it.

Use /plugin, then open Manage and install, to verify that Apple Text is installed.

Clone the repo only when you want to load Apple Text through a local checkout:

Terminal window
git clone https://github.com/sitapix/apple-text
cd apple-text

Use this path when your client can discover skills from a cloned repo or workspace.

If that client exposes commands, start with /apple-text:ask for broad Apple text questions.

If it only loads direct skills, open the matching Apple Text skill or copy one focused skill into your local skills folder.

Marketplace install is also supported:

Terminal window
/plugin marketplace add sitapix/apple-text
/plugin install apple-text@apple-text-marketplace

If you only want a subset in another workspace, copy a focused skill instead of the whole collection:

Terminal window
mkdir -p /path/to/your/project/.agents/skills
cp -R skills/apple-text-views /path/to/your/project/.agents/skills/

Apple text-system work often spans several frameworks and abstractions. These docs keep TextKit, UIKit/AppKit text views, attributed text, layout invalidation, viewport rendering, and Writing Tools easy to find.