mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
fix(skills): align laravel plugin discovery docs
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
"description": "Token optimization for 95%+ context reduction via content deduplication and compression"
|
"description": "Token optimization for 95%+ context reduction via content deduplication and compression"
|
||||||
},
|
},
|
||||||
"laraplugins": {
|
"laraplugins": {
|
||||||
"type": "streamable-http",
|
"type": "http",
|
||||||
"url": "https://laraplugins.io/mcp/plugins",
|
"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."
|
"description": "Laravel plugin discovery — search packages by keyword, health score, Laravel/PHP version compatibility. Use with laravel-plugin-discovery skill."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ origin: ECC
|
|||||||
|
|
||||||
Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server.
|
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 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 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
|
```json
|
||||||
"laraplugins": {
|
"laraplugins": {
|
||||||
"type": "streamable-http",
|
"type": "http",
|
||||||
"url": "https://laraplugins.io/mcp/plugins"
|
"url": "https://laraplugins.io/mcp/plugins"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -156,11 +156,11 @@ Returns all healthy packages from vendor "spatie".
|
|||||||
|
|
||||||
| Version | Notes |
|
| Version | Notes |
|
||||||
|---------|-------|
|
|---------|-------|
|
||||||
| `12` | Latest Laravel (2025) |
|
| `13` | Latest Laravel |
|
||||||
| `11` | Current stable |
|
| `12` | Current stable |
|
||||||
| `10` | Still widely used |
|
| `11` | Still widely used |
|
||||||
| `9` | Legacy but common |
|
| `10` | Legacy but common |
|
||||||
| `5`-`8` | Deprecated |
|
| `5`-`9` | Deprecated |
|
||||||
|
|
||||||
**Recommendation**: Match the target project's Laravel version.
|
**Recommendation**: Match the target project's Laravel version.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user