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
================================

Laravel Boost skill and guideline for the LaraPlugins MCP server. Provides AI agents with the ability to search, verify health scores, and get curated recommendations for Laravel packages via the LaraPlugins package discovery platform.

0.1.1(6d ago)0411↓95%[8 PRs](https://github.com/danielpetrica/Laraplugins-skills/pulls)MITBladePHP ^8.2CI passing

Since Feb 4Pushed 1mo agoCompare

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

READMEChangelogDependencies (2)Versions (11)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

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

Every ~182 days

Total

2

Last Release

6d 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

laravelhealthidemcppluginsagentsskillsboost

### 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

[spatie/guidelines-skills

Spatie's coding guidelines as AI skills for Laravel Boost and skills.sh

88110.8k4](/packages/spatie-guidelines-skills)[anilcancakir/laravel-ai-sdk-skills

A skill system for Laravel AI SDK agents. Define reusable AI capabilities with SKILL.md files.

2324.7k](/packages/anilcancakir-laravel-ai-sdk-skills)[gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.

2515.3k](/packages/gonetone-laravel-boost-windsurf-extension)

PHPackages © 2026

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