Skip to content

Quick Start

Fastest path from install to first good answer

Add the marketplace, install Apple Text in Claude Code, verify it, then ask one broad Apple text question.

This page is a short path from installation to a first question.

  1. Add the marketplace

    Terminal window
    /plugin marketplace add sitapix/apple-text
  2. Install the plugin

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

  3. Verify installation

    Use /plugin, then open Manage and install. Apple Text should be listed there.

  4. Ask one plain-language question

    Start with /apple-text:ask.

    Good first prompts:

    • “My UITextView fell back to TextKit 1”
    • “Which text view should I use?”
    • “How do I wrap UITextView in SwiftUI?”

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.

  • “I have an Apple text problem but I do not know the subsystem yet.” -> start with /apple-text:ask.
  • “Review this editor code for risks.” -> start with apple-text-audit.
  • “My layout is stale or TextKit fell back.” -> start with apple-text-textkit-diag.
  • “Should this use TextEditor, UITextView, or NSTextView?” -> start with apple-text-views.