LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

UI Performance Guard - Enforce Vercel-standard performance optimizations for React and Next.js applications

Enforces performance optimizations for React and Next.js applications following Vercel standards

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • eliminate waterfalls
  • defer await until data needed
  • use Promise.all for concurrent fetching
  • implement Suspense boundaries
  • avoid barrel file imports
  • use dynamic imports
  • audit third-party libraries
  • extract expensive work to memoized components
  • use functional updates in setState
  • deduplicate global event listeners
  • optimize SVG precision
  • use content-visibility: auto
  • hoist static JSX elements

Inputs

  • React application
  • Next.js application
  • codebase
  • performance budget
  • npm scripts

Outputs

  • optimized code
  • performance report
  • lint warnings
  • bundle size analysis

Requirements

  • Node.js environment
  • npm or yarn
  • React project
  • Next.js project
  • performance budget definition

Source

  • Spec: SKILL.md
performance
optimization
react
nextjs
vercel
ui
frontend
eliminate waterfalls
defer await until data needed
use Promise.all for concurrent fetching
implement Suspense boundaries
React application
Next.js application
codebase
optimized code
performance report
lint warnings