新增 Frontend Design Claude Code plugin 安裝筆記

安裝 frontend-design@claude-plugins-official(Anthropic 官方 skill),
用於讓 Claude 產出有美學方向的前端程式碼、避開 AI 罐頭介面。於
README、SUMMARY、QUICKSTART 建立索引。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 12:19:55 +08:00
parent 05c8cc205e
commit c33806679d
4 changed files with 152 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
| **Playwright (Python)** | 瀏覽器自動化、E2E 測試、截圖與 PDF 輸出 | [playwright-notes.md](./playwright-notes.md) |
| **Playwright Plugin (Claude Code)** | 讓 Claude 直接操作瀏覽器的官方 pluginMCP server | [playwright-plugin-notes.md](./playwright-plugin-notes.md) |
| **Context7 Plugin (Claude Code)** | Upstash 出品,即時拉取 library 官方文件餵給 Claude | [context7-plugin-notes.md](./context7-plugin-notes.md) |
| **Frontend Design Plugin (Claude Code)** | Anthropic 官方 skill讓 Claude 產出有設計感的前端而非 AI 罐頭介面 | [frontend-design-plugin-notes.md](./frontend-design-plugin-notes.md) |
## 目錄結構
@@ -25,6 +26,7 @@ tool-notes/
├── playwright-notes.md
├── playwright-plugin-notes.md
├── context7-plugin-notes.md
├── frontend-design-plugin-notes.md
└── mempalace.yaml # 本目錄的 MemPalace 設定
```