If you're building Wix CLI extensions and need to add admin pages to the site owner's dashboard, this handles the scaffolding. It sets up the folder structure, generates the page.tsx file with Wix Design System components already wrapped in the provider, and creates the extensions.ts config with a UUID. The checklist is straightforward: create the folder, add your components, register it, then import into the main extensions file. With 289 installs and passing security audits, it's a working starting point. Saves you from looking up the Wix dashboard extension API docs for the tenth time when you just want to build an admin interface.
npx skills add https://github.com/wix/skills --skill wix-cli-dashboard-page