ui-performance-guard
Enforces Vercel-standard performance optimizations for React and Next.js applications.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Enforces Vercel-standard performance optimizations for React and Next.js applications.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | UI Performance Guard |
| description | Enforces Vercel-standard performance optimizations for React and Next.js applications. |
| version | 1.0.0 |
Enforces Vercel-standard performance optimizations for React and Next.js applications.
await until the data is actually needed in the render tree.Promise.all() for independent, concurrent data fetching.Suspense boundaries to unblock the initial paint of the shell.import { x } from "@/components"); use direct paths to ensure proper tree-shaking.next/dynamic or React.lazy) for heavy components or those below the fold.useMemo.setState (e.g., setCount(c => c + 1)) to avoid stale closure dependencies.useRef for persistence across renders.content-visibility: auto for off-screen components in long lists.npm run lint and check for performance-related warnings.Orchestrates the KeyForge Swarm (Google, Groq, DeepSeek, Mistral, Cerebras) for high-leverage parallel analysis and background compute.
Interactive architectural discussion and logic brainstorming mode. Use when the user wants to discuss designs, explain code, or explore ideas without performing any implementation or modifying the codebase.
Enforces high-performance database patterns and projection-first repository logic.
Workspace stabilization and 'mop-up' mode. Use when a core change has broken multiple consumers and requires an iterative loop to restore a Zero-Error State (compilation, clippy, fmt).
Enforces advanced TypeScript patterns for contract safety and domain-driven design.
Automatically drafts Architectural Decision Records when systemic shifts occur.