fix(skills): align laravel plugin discovery docs

This commit is contained in:
Affaan Mustafa
2026-03-28 20:41:45 -04:00
parent 45baaa1ea5
commit eac0228f88
2 changed files with 9 additions and 9 deletions

View File

@@ -134,7 +134,7 @@
"description": "Token optimization for 95%+ context reduction via content deduplication and compression"
},
"laraplugins": {
"type": "streamable-http",
"type": "http",
"url": "https://laraplugins.io/mcp/plugins",
"description": "Laravel plugin discovery — search packages by keyword, health score, Laravel/PHP version compatibility. Use with laravel-plugin-discovery skill."
},

View File

@@ -8,7 +8,7 @@ origin: ECC
Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server.
## When to Activate
## 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..."
@@ -22,7 +22,7 @@ LaraPlugins MCP server must be configured. Add to your `~/.claude.json` mcpServe
```json
"laraplugins": {
"type": "streamable-http",
"type": "http",
"url": "https://laraplugins.io/mcp/plugins"
}
```
@@ -156,11 +156,11 @@ Returns all healthy packages from vendor "spatie".
| Version | Notes |
|---------|-------|
| `12` | Latest Laravel (2025) |
| `11` | Current stable |
| `10` | Still widely used |
| `9` | Legacy but common |
| `5`-`8` | Deprecated |
| `13` | Latest Laravel |
| `12` | Current stable |
| `11` | Still widely used |
| `10` | Legacy but common |
| `5`-`9` | Deprecated |
**Recommendation**: Match the target project's Laravel version.
@@ -226,4 +226,4 @@ The detailed response includes:
- `laravel-patterns` — Laravel architecture and patterns
- `laravel-tdd` — Test-driven development for Laravel
- `laravel-security` — Laravel security best practices
- `documentation-lookup` — General library documentation lookup (Context7)
- `documentation-lookup` — General library documentation lookup (Context7)