A set of AI skills and commands for managing the entire Shift process. Determine what Shift needs to be run, open a PR, and review it for additional automation all from your AI of choice.
There are multiple ways to install these skills and commands.
If you primarily use Claude Code, we recommend installing the plugin. Otherwise, you may install through Laravel Boost or npx.
Add the marketplace and install globally by running:
/plugin marketplace add laravel-shift/shift-ai
/plugin install shift@laravel-shift --scope user
The --scope user flag installs the plugin once for your entire system — no per-project setup needed.
You may also install via Laravel Boost by running:
php artisan boost:add-skill laravel-shift/shift-ai --skill shiftYou may also install via Skills by running:
npx skills add laravel-shift/shift-ai/shift:analyze— analyze your project and determine the next Shift to run/shift:run— trigger a Shift to run against your current repository/shift:review— review and process the Shift PR for additional automation/shift:refactor— run a Shift Workbench task to refactor your code
The /shift:run and /shift:refactor commands use the Shift API. As such, they require a Shift API token. You may sign into Shift to generate one.
The /shift:review command interacts with Shift changes through Git. If your repository is hosted with GitHub, the gh utility is required.