laravel-plugin-discovery
Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.
npx skills add mturac/everything-openai-codex --skill laravel-plugin-discovery --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Laravel Plugin Discovery Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server. ## When to Use - User wants to find Laravel packages for a specific feature (e.g. "auth", "permissions", "admin panel") - User asks "what package should I use for..." or "is there a Laravel package for..." - User wants to check if a package is actively maintained - User needs to verify Laravel version compatibility - User wants to assess package health before adding to a project ## MCP Requirement LaraPlugins MCP server must be configured. Add to your `~/.codex.json` mcpServers: ```json "laraplugins": { "type": "http", "url": "https://laraplugins.io/mcp/plugins" } ``` No API key required — the server is free for the Laravel community. ## MCP Tools The LaraPlugins MCP provides two primary tools: ### SearchPluginTool Search packages by keyword, health score, vendor, and version compatibility. **Parameters:** - `text_search` (string, optional): Keyword to search (e.g. "permission", "admin", "api") - `health_score` (string, optional): Filter by health band — `Healthy`, `Medium`, `Unhealthy`, or `Unrated` - `laravel_compatibility` (string, optional): Filter by Laravel vers
- When to Use
- MCP Requirement
- MCP Tools
- SearchPluginTool
- GetPluginDetailsTool
- How It Works
- Finding Packages
- Evaluating Packages
- Checking Compatibility
- Examples
- Example: Find Authentication Packages
- Example: Find Laravel 12 Compatible Packages
- Example: Get Package Details
- Example: Find Packages by Vendor
What does the laravel-plugin-discovery skill do?
Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill laravel-plugin-discovery --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
