Skip to content

Commit b587def

Browse files
docs(claude-assistant): expand claude.ai install steps with screenshots (#1258)
* docs(claude-assistant): expand claude.ai install steps with screenshots Rework the claude.ai marketplace steps to a single Customize > Create plugin > Add marketplace path, add the four setup screenshots, and italicize the example question. * docs(claude-assistant): inline the plugin source code link --------- Co-authored-by: Ozcan Ovunc <ozcan@appcircle.io>
1 parent ecc56f8 commit b587def

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

docs/appcircle-ai/ai-assistants/appcircle-claude-assistant.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,22 @@ Claude Code and claude.ai install the plugin differently, so follow the steps fo
4545

4646
You can install this plugin's skills in claude.ai too. MCP tools remain Claude Code-only for now.
4747

48-
1. Open **Customize**.
49-
2. Click **Add plugin**.
50-
3. Choose **Create plugin**, then **Add marketplace**.
51-
4. Enter the repository URL: `https://github.com/appcircleio/appcircle-claude-plugin`.
52-
5. Ask Claude an Appcircle question, for example "How do I set up automatic code signing for my iOS builds," and Claude will use the `doc-assistant` skill to answer.
48+
1. Click **Customize > Create plugin > Add marketplace**.
5349

54-
To access the source code of this plugin, please use the following link:
50+
<img src="https://cdn.appcircle.io/docs/assets/claude-assistant-1.png" alt="Create plugin, Add marketplace" width="480" />
5551

56-
https://github.com/appcircleio/appcircle-claude-plugin
52+
2. You will see the following screen.
53+
54+
<img src="https://cdn.appcircle.io/docs/assets/claude-assistant-2.png" alt="Add marketplace screen" width="480" />
55+
56+
3. Enter the repository URL: `https://github.com/appcircleio/appcircle-claude-plugin`
57+
58+
<img src="https://cdn.appcircle.io/docs/assets/claude-assistant-3.png" alt="Enter the repository URL" width="480" />
59+
60+
4. Click **Sync**.
61+
62+
<img src="https://cdn.appcircle.io/docs/assets/claude-assistant-4.png" alt="Click Sync" width="480" />
63+
64+
5. Ask Claude an Appcircle question, for example *How do I set up automatic code signing for my iOS builds*, and Claude will use the `doc-assistant` skill to answer.
65+
66+
To access the source code of this plugin, please use [this link](https://github.com/appcircleio/appcircle-claude-plugin).

0 commit comments

Comments
 (0)