Skip to content

Move agent skill to Laravel Boost convention - #3550

Merged
GromNaN merged 1 commit into
mongodb:5.xfrom
pushpak1300:move-skill-to-boost-convention
Jul 27, 2026
Merged

Move agent skill to Laravel Boost convention#3550
GromNaN merged 1 commit into
mongodb:5.xfrom
pushpak1300:move-skill-to-boost-convention

Conversation

@pushpak1300

@pushpak1300 pushpak1300 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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.

Screenshot 2026-07-21 at 3 48 05 PM

@pushpak1300
pushpak1300 marked this pull request as ready for review July 21, 2026 10:18
@pushpak1300
pushpak1300 requested a review from a team as a code owner July 21, 2026 10:18
@pushpak1300
pushpak1300 requested a review from GromNaN July 21, 2026 10:18
@paulinevos

Copy link
Copy Markdown
Contributor

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 resources/boost/guidelines/core.blade.php), because we wanted to avoid that users that don't use Boost wouldn't be able to discover the skill 🤔

Is it a valid thought that we could suggest using the root-level skill in the resources/boost guidelines file instead of moving the entire skill? Or would that not work?

@GromNaN

GromNaN commented Jul 27, 2026

Copy link
Copy Markdown
Member

Thanks for the move. I looked into whether we should also keep a top-level skills/ directory (via symlink, CI mirror, or a .claude-plugin/plugin.json manifest) so the skill stays discoverable by skills.sh in addition to Laravel Boost. Findings below in case they save the next reviewer the same detour.

Ecosystem audit. GitHub code search for path:resources/boost/skills SKILL.md returns ~17 Laravel packages that ship a Boost skill (lorisleiva/laravel-actions, serversideup/spin, achyutkneupane/laravel-seo, wotzebra/laravel-boost-kit, and others). None of them keep a duplicate skills/ directory at the repo root. All publish only to resources/boost/skills/, matching what this PR does.

@GromNaN
GromNaN merged commit b5e4442 into mongodb:5.x Jul 27, 2026
31 checks passed
@GromNaN GromNaN added the fixed label Jul 27, 2026
@GromNaN

GromNaN commented Aug 10, 2026

Copy link
Copy Markdown
Member

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?

@pushpak1300
pushpak1300 deleted the move-skill-to-boost-convention branch August 10, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants