Add detailed Laravel Excel Boost skill references#4379
Open
eramitgupta wants to merge 1 commit into
Open
Conversation
… and `package.md`. Includes generator commands, core concerns, configuration, queueing, and testing practices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds package-specific Boost skill references for Laravel Excel.
This change keeps
resources/boost/skills/laravel-excel/SKILL.mdfocused on the core workflow and addsreferences/package.mdfor deeper package guidance. The reference covers generator commands, export/import concerns, queueing, config, macros, testing patterns, and common failure modes so agents can load detailed context only when needed.It improves the Laravel Excel Boost skill by separating the quick-start guidance from deeper package reference material. That reduces context bloat in
SKILL.mdwhile giving agents better package-specific detail when working on imports, exports, queueing, and testing.No. This PR only adds Laravel Excel skill documentation and its related reference file.
No runtime code changed, so no package tests were added. The added files were checked for required Boost skill structure and reference linking.
No breaking changes expected. This only adds documentation files under
resources/boost/skills/laravel-excel/.