From ui-design-grounding
UIのパフォーマンスを最適化する。Core Web Vitals・レンダリング性能・アニメーション性能・バンドルサイズ・画像最適化を分析し改善する。パフォーマンス改善・速度向上・表示最適化を依頼されたときに使用する。
npx claudepluginhub nextscape/ns-plugins --plugin ui-design-groundingThis skill uses the workspace's default tool permissions.
ui-design-grounding スキルを呼び出し、以下のリファレンスを読み込む:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
ui-design-grounding スキルを呼び出し、以下のリファレンスを読み込む:
ui-design-grounding/reference/implementation.mdui-design-grounding/reference/motion-design.mdui-design-grounding/reference/responsive-design.mdui-design-grounding/reference/typography.md対象UIの技術スタック、既知のパフォーマンス問題、計測値(あれば)を把握する。
transform/opacity 以外のアニメーションプロパティを特定し修正will-change の不適切な先行使用を特定し除去grid-template-rows: 0fr → 1fr への変更srcset + sizes の実装loading="lazy"(ビューポート外の画像)font-display: swap の設定size-adjust、ascent-override でレイアウトシフト防止## 最適化結果
### 改善項目
| 項目 | 対象 | 改善内容 | 影響度 |
|------|------|---------|-------|
| ... | ... | ... | 高/中/低 |
### Core Web Vitals への影響
- LCP: ...
- INP: ...
- CLS: ...
### 追加で検討すべき最適化
- ...
パフォーマンス最適化後、以下のコマンドスキルの実行を検討する:
/audit-ui — 最適化後の技術品質を総合監査/adapt-ui — 最適化がモバイル等の各デバイスで有効か確認