:package_name
Use this skill when a Laravel application needs to integrate the :package_name package.
Primary Goal
- apply the
:vendor_slug/:package_slugpackage's public API in the smallest correct way
Workflow
1. Inspect the Laravel app context
- confirm the app is a Laravel project
- inspect the target code paths where the package should be applied
2. Apply the package's public API
Document how to integrate :package_name here, replacing this placeholder with the integration steps for your package.
Rules, References, and Templates
Read before executing:
- no additional resource files for this skill
Examples
- describe a representative integration scenario for :package_name
Anti-patterns
- do not document package internals here; keep the skill focused on adoption in Laravel apps