This handles Bagisto shop theme development when you're building custom storefronts as Laravel packages. The workflow is thorough: copy the entire default shop views and assets into your package for full control, set up Vite configuration for asset compilation, publish views to the resources directory, and register everything through a service provider. The approach here is package-first, meaning you get a self-contained theme that can be distributed independently rather than just modifying files in place. It's detailed on the mechanics of theme configuration, the publish workflow, and building assets with npm, which is helpful since Bagisto's theme system has some specific conventions around hot files and build directories that aren't obvious from Laravel alone.
npx skills add https://github.com/bagisto/agent-skills --skill shop-theme-development