新增 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

@@ -118,3 +118,21 @@ use library /supabase/supabase for API and docs
```
👉 詳情:[context7-plugin-notes.md](./context7-plugin-notes.md)
---
## Frontend Design Plugin — 有設計感的前端
安裝:
```bash
claude plugin install frontend-design@claude-plugins-official
```
安裝後直接對 Claude 丟前端需求即可skill 會自動啟用:
> 「幫我做一個音樂串流 App 的 dashboard」
>
> 「AI 資安新創的 landing page要有記憶點」
👉 詳情:[frontend-design-plugin-notes.md](./frontend-design-plugin-notes.md)