Apple Text
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.
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.
Start Here
Section titled “Start Here”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-auditor the Agents page.
Front Doors
Section titled “Front Doors”These are the main entry points.
Install Fast
Section titled “Install Fast”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:
/plugin marketplace add sitapix/apple-text/plugin install apple-text@apple-textClone the repo only when you want to load Apple Text through a local checkout:
git clone https://github.com/sitapix/apple-textcd apple-textUse 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:
/plugin marketplace add sitapix/apple-text/plugin install apple-text@apple-textIf you only want a subset in another workspace, copy a focused skill instead of the whole collection:
mkdir -p /path/to/your/project/.agents/skillscp -R skills/apple-text-views /path/to/your/project/.agents/skills/Why This Exists
Section titled “Why This Exists”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.