This automates Lighthouse performance audits in your frontend workflow, letting you run Google's performance testing tool without leaving your development environment. It's aimed at the frontend crowd working with React, Vue, and general web accessibility. The skill triggers when you mention performance testing or Lighthouse, then helps you set up configs and interpret results. Honestly, this is one of those utilities that saves you from context switching to the browser DevTools every time you want to check your Core Web Vitals. The documentation is pretty generic, but the core idea is solid: keep performance monitoring in the same place you're writing code. Works through Claude's bash tools to run the actual Lighthouse CLI.
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill performance-lighthouse-runner