skills/performance-optimization/SKILL.md
Agent and model performance (Haiku/Sonnet/Opus selection, context window, build troubleshooting). For code performance use vercel-react-best-practices and granular performance skills.
npx skillsauth add ihj04982/my-cursor-settings performance-optimizationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill covers AI agent and model performance (which model to use, context management, build fixes). For application/code performance (React, Next.js, bundles, rendering) use vercel-react-best-practices and the granular performance skills (e.g. cache-property-access-in-loops, dynamic-imports-for-heavy-components).
Haiku 4.5 (90% of Sonnet capability, 3x cost savings):
Sonnet 4.5 (Best coding model):
Opus 4.5 (Deepest reasoning):
Avoid last 20% of context window for:
Lower context sensitivity tasks:
For complex tasks requiring deep reasoning:
ultrathink for enhanced thinkingIf build fails:
development
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
research
Generate high-entropy research (자료조사) and ideas (아이디어) using Verbalized Sampling to avoid mode collapse and maximize creativity and novelty.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
documentation
Sync documentation from source-of-truth (package.json, .env.example). Generates CONTRIB.md, RUNBOOK.md. Use when updating project docs or after adding scripts/env vars.