Skip to content

Commit 3669bc0

Browse files
committed
README: fold claude.ai connectors (Figma, Excalidraw, Gamma) into 'What gets installed' table with Kind=claude.ai connector
1 parent bd51030 commit 3669bc0

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,20 +112,11 @@ Everything else installs with zero accounts and zero keys.
112112
| whisper-cpp | Homebrew | Local Whisper inference — no API key, runs offline |
113113
| whisper-mcp | MCP server | Claude-side interface to whisper-cpp |
114114
| ffmpeg | Homebrew | Video/audio glue (shared — prompted before uninstall) |
115+
| [Figma](https://claude.ai) | claude.ai connector | Read Figma files, inspect frames, export design tokens, convert designs to code. Paste any figma.com URL and it resolves. |
116+
| [Excalidraw](https://claude.ai) | claude.ai connector | Generate + edit Excalidraw diagrams conversationally. "Draw the architecture" → actual `.excalidraw` file. |
117+
| [Gamma](https://claude.ai) | claude.ai connector | Generate presentations, docs, and landing pages from a prompt. Pairs well with `UI/UX Pro Max` context. |
115118

116-
All targets are **idempotent**: check-and-skip if the target already exists.
117-
118-
### Also worth flipping on — claude.ai connectors
119-
120-
These live on claude.ai's hosted side (Settings → Connectors), not in this install script. Enable them there and they show up automatically in any Claude session alongside everything above. No local config, no keys, just a toggle + OAuth:
121-
122-
| Tool | What it does |
123-
|------|--------------|
124-
| [**Figma**](https://claude.ai) | Read Figma files, inspect frames, export design tokens, and convert designs to code. Paste any figma.com URL into Claude and it just resolves. Pair with `taste-skill` + `21st.dev Magic` to go from a frame to a working component in one loop. |
125-
| [**Excalidraw**](https://claude.ai) | Generate and edit Excalidraw diagrams conversationally. "Draw the architecture" → actual `.excalidraw` file. Great for system sketches, flowcharts, whiteboard sessions. |
126-
| [**Gamma**](https://claude.ai) | Generate presentations, docs, and landing pages from a prompt. Pairs well with `UI/UX Pro Max` context — Claude already knows what "looks expensive" and Gamma renders it. |
127-
128-
To enable: open [claude.ai](https://claude.ai) → click your avatar → **Settings****Connectors** → find each one → **Connect**. One OAuth click per tool. No CLI touch needed.
119+
Local tools (Claude skill / MCP server / Homebrew) are **idempotent** — the install script checks and skips if already present. The three **claude.ai connectors** live on claude.ai's hosted side: enable them once at [claude.ai](https://claude.ai) → avatar → **Settings****Connectors** → pick each → **Connect**. No CLI touch needed.
129120

130121
---
131122

0 commit comments

Comments
 (0)