End-to-end front→back performance debugging for the Kodus web app. Use when a screen is slow, blank, looping, or you need to trace a UI perf problem down to the API query. Drives Playwright/Chrome MCP to open + measure the screen, then reads the API use-case/repository and the DB (Postgres/Mongo indexes, explain) to find and fix the root cause, verifying live.
$npx -y skills add kodustech/kodus-ai --skill perf-debugInstalls into the current project.
Run `npx skills use "https://github.com/kodustech/kodus-ai" --skill "kodustech/kodus-ai/perf-debug"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kodustech/kodus-ai" that are relevant to the current task. Run `npx skills add "https://github.com/kodustech/kodus-ai"` and select the relevant skills, then follow their instructions.