PHPackages                             danielpetrica/laraplugins-skills - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. danielpetrica/laraplugins-skills

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

danielpetrica/laraplugins-skills
================================

This package provides instructions on how to use the Laraplugins mcp server to search and verify Laravel packages and plugins for health status before adding them to a project. The server exposses the health data for the plugin too so that agent can choose halthy packages for te project or ask user which package to choose

0.0.1(4mo ago)0282↓90.9%[8 PRs](https://github.com/danielpetrica/Laraplugins-skills/pulls)MITBladeCI passing

Since Feb 4Pushed 4d agoCompare

[ Source](https://github.com/danielpetrica/Laraplugins-skills)[ Packagist](https://packagist.org/packages/danielpetrica/laraplugins-skills)[ Docs](https://github.com/danielpetrica/Laraplugins-skills)[ RSS](/packages/danielpetrica-laraplugins-skills/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

LaraPlugins Skills
==================

[](#laraplugins-skills)

[Laravel Boost](https://github.com/laravel/boost) skill and guideline package for the [LaraPlugins](https://laraplugins.io) MCP server. Provides AI coding agents with the ability to search, verify health scores, and get curated recommendations for Laravel packages.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel Boost (`laravel/boost`) installed in your project

Installation
------------

[](#installation)

```
composer require danielpetrica/laraplugins-skills --dev
```

Then run the Boost install command:

```
php artisan boost:install
```

During installation, select `danielpetrica/laraplugins-skills` when prompted for third-party packages. Boost will automatically install both the **guideline** (always loaded) and the **skill** (on-demand).

Usage
-----

[](#usage)

### What gets installed

[](#what-gets-installed)

- **Guideline** — loaded upfront by your AI agent, tells it about LaraPlugins and when to activate the skill
- **Skill** (`package-search-laraplugins`) — activated on-demand when searching for packages, checking health, or getting recommendations

### MCP Server

[](#mcp-server)

The package registers the LaraPlugins MCP server tools:

ToolDescription**Plugin Search**Search Packagist with filters (vendor, health, Laravel/PHP version, security badge)**Plugin Details**Get health score, vendor reputation, downloads, GitHub info for a specific package**Curated Recommendations**Get tool recommendations by category (hosting, monitoring, auth, payments, etc.)If your AI agent or IDE requires manual MCP configuration, add this to your `.mcp.json`:

```
{
    "mcpServers": {
        "laraplugins": {
            "type": "streamable-http",
            "url": "https://laraplugins.io/mcp/plugins"
        }
    }
}
```

How It Works
------------

[](#how-it-works)

 ```
flowchart LR
    User[User asks for package recommendation] --> AI[AI Agent]
    AI --> Skill[Activates package-search-laraplugins skill]
    Skill --> Search[Plugin Search MCP tool]
    Skill --> Details[Plugin Details MCP tool]
    Skill --> Recommendations[Curated Recommendations MCP tool]
    Search --> Results[Healthy, compatible packages]
    Details --> DeepDive[Vendor reputation, downloads, health]
    Results --> AI
    DeepDive --> AI
    AI --> Response[AI recommends best package with reasoning]
```

      Loading Links
-----

[](#links)

- [LaraPlugins](https://laraplugins.io) — Laravel package discovery and health checks
- [Laravel Boost](https://github.com/laravel/boost) — AI-assisted Laravel development accelerator
- [Packagist](https://packagist.org/packages/danielpetrica/laraplugins-skills)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance88

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

143d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5d82612a474f480b832567911d378cef4d4029dbbfd6747f723ba1af87aa155?d=identicon)[danielpetrica](/maintainers/danielpetrica)

---

Top Contributors

[![danielpetrica](https://avatars.githubusercontent.com/u/4850686?v=4)](https://github.com/danielpetrica "danielpetrica (3 commits)")

---

Tags

laravelhealthidemcppluginsagents

### Embed Badge

![Health badge](/badges/danielpetrica-laraplugins-skills/health.svg)

```
[![Health](https://phpackages.com/badges/danielpetrica-laraplugins-skills/health.svg)](https://phpackages.com/packages/danielpetrica-laraplugins-skills)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k129.4M832](/packages/barryvdh-laravel-ide-helper)[mateffy/laravel-codebase-mcp

An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.

221.4k](/packages/mateffy-laravel-codebase-mcp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
