What problem does it solve? Choosing the right Laravel package is risky: packages may be abandoned, incompatible with your Laravel or PHP version, or come from untrusted vendors. This Skill connects to the LaraPlugins.io MCP server so you can search, filter, and assess packages by health score and version compatibility before adding them to a project. ## Core Features & Use Cases - Package Search: Find Laravel packages by keyword with filters for health score, vendor, Laravel version (5-13), and PHP version (7.4-8.5) using SearchPluginTool. - Package Evaluation: Fetch detailed metrics, readme content, version history, and vendor risk scores for any Composer package using GetPluginDetailsTool. - Compatibility Checks: Verify that a package supports your target Laravel or PHP version before installation. - Use Case: You need an admin panel for a Laravel 12 app. Search with the keyword "admin panel" filtered to Laravel 12 and Healthy status, then pull details on top candidates like spatie packages to confirm maintenance activity. ## Quick Start Ask the assistant to find healthy Laravel packages for authentication that are compatible with Laravel 12.