Move agent skill to Laravel Boost convention - #3550
Conversation
|
Heya @pushpak1300, thanks a lot for the PR. We split the over-arching skill and Boost-specific guidelines (there is a Boost-specific guideline file present in Is it a valid thought that we could suggest using the root-level skill in the |
|
Thanks for the move. I looked into whether we should also keep a top-level Ecosystem audit. GitHub code search for |
|
The skill is correctly listed on https://www.skills.sh/mongodb/laravel-mongodb/laravel-mongodb, but does not appear in the search results on https://skills.laravel.cloud/?search=mongodb. @pushpak1300 Do you have any idea why our skill isn't showing up? |
Currently Laravel Boost cannot discover the package skill because it is stored outside the third-party package skill path. This moves the unchanged skill and references to
resources/boost/skills/laravel-mongodb, following Laravel's package skill convention.No tests, file relocation only.