bylaravel· 3 skills
Selectively pull upstream improvements from a Laravel starter kit (laravel/vue-starter-kit, laravel/react-starter-kit, laravel/svelte-starter-kit, laravel/livewire-starter-kit) into a project bootstrapped from one. Use when the user wants to update, sync, or migrate features from their starter kit. Applies one feature at a time on a dedicated branch; never auto-merges customized files.
$npx -y skills add laravel/agent-skills --skill starter-kit-upgradeInstalls into the current project.
Run `npx skills use "https://github.com/laravel/agent-skills" --skill "laravel/agent-skills/starter-kit-upgrade"` 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/laravel/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/laravel/agent-skills"` and select the relevant skills, then follow their instructions.