Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Laravel プラグイン検出、パッケージ管理、依存関係解決、およびサービスプロバイダ統合。
.claude/skills/affaan-m-laravel-plugin-discovery/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 96% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 43% | 0% |
使用 LaraPlugins.io MCP 服务器查找、评估并选择健康的 Laravel 包。
必须配置 LaraPlugins MCP 服务器。将其添加到您的 ~/.claude.json mcpServers 中:
json"laraplugins": { "type": "http", "url": "https://laraplugins.io/mcp/plugins" }
无需 API 密钥——该服务器对 Laravel 社区免费开放。
LaraPlugins MCP 提供两个主要工具:
通过关键词、健康评分、供应商和版本兼容性搜索包。
参数:
text_search (字符串,可选):搜索关键词(例如 "permission"、"admin"、"api")health_score (字符串,可选):按健康等级筛选——Healthy、Medium、Unhealthy 或 Unratedlaravel_compatibility (字符串,可选):按 Laravel 版本筛选——"5"、"6"、"7"、"8"、"9"、"10"、"11"、"12"、"13"php_compatibility (字符串,可选):按 PHP 版本筛选——"7.4"、"8.0"、"8.1"、"8.2"、"8.3"、"8.4"、"8.5"vendor_filter (字符串,可选):按供应商名称筛选(例如 "spatie"、"laravel")page (数字,可选):分页页码获取特定包的详细指标、README 内容和版本历史。
参数:
package (字符串,必填):完整的 Composer 包名(例如 "spatie/laravel-permission")include_versions (布尔值,可选):是否在响应中包含版本历史当用户想为某个功能发现包时:
SearchPluginTool 并输入相关关键词当用户想评估特定包时:
GetPluginDetailsTool 并输入包名当用户需要 Laravel 或 PHP 版本兼容性信息时:
laravel_compatibility 筛选条件并设置为其版本进行搜索SearchPluginTool({
text_search: "authentication",
health_score: "Healthy"
})返回匹配 "authentication" 且状态健康的包:
SearchPluginTool({
text_search: "admin panel",
laravel_compatibility: "12"
})返回兼容 Laravel 12 的包。
GetPluginDetailsTool({
package: "spatie/laravel-permission",
include_versions: true
})返回:
SearchPluginTool({
vendor_filter: "spatie",
health_score: "Healthy"
})返回来自供应商 "spatie" 的所有健康包。
| 健康等级 | 含义 | |-------------|---------| | Healthy | 积极维护,近期有更新 | | Medium | 偶尔更新,可能需要关注 | | Unhealthy | 已废弃或维护不频繁 | | Unrated | 尚未评估 |
建议:生产环境应用优先选择 Healthy 包。
| 版本 | 备注 | |---------|-------| | 13 | 最新 Laravel | | 12 | 当前稳定版 | | 11 | 仍被广泛使用 | | 10 | 旧版但常见 | | 5-9 | 已弃用 |
建议:匹配目标项目的 Laravel 版本。
typescript// Find healthy, Laravel 12 compatible packages for permissions SearchPluginTool({ text_search: "permission", health_score: "Healthy", laravel_compatibility: "12" })
每个结果包含:
spatie/laravel-permission)详细响应包括:
| 场景 | 推荐方法 | |----------|---------------------| | "有什么用于认证的包?" | 搜索 "auth" 并应用健康筛选 | | "spatie/package 还在维护吗?" | 获取详情,检查健康评分 | | "需要 Laravel 12 的包" | 使用 laravel\_compatibility: "12" 搜索 | | "查找管理面板包" | 搜索 "admin panel",查看结果 | | "检查供应商声誉" | 按供应商搜索,查看详情 |
health_score: "Healthy"laravel_compatibility 是否与目标项目匹配laravel-patterns——Laravel 架构与模式laravel-tdd——Laravel 测试驱动开发laravel-security——Laravel 安全最佳实践documentation-lookup——通用库文档查询(Context7)| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | pass→pass | 10,348 | 9,514 | -8% | 1 | 1 | 0% | 2,213 | 3,577 | +62% | 0 | 0 | — |
case-02 | pass→pass | 7,967 | 10,325 | +30% | 1 | 1 | 0% | 1,575 | 3,713 | +136% | 0 | 0 | — |
case-03 | pass→pass | 8,631 | 5,847 | -32% | 1 | 1 | 0% | 1,675 | 2,857 | +71% | 0 | 0 | — |
case-04 | fail→fail | 15,549 | 6,631 | -57% | 1 | 1 | 0% | 2,524 | 1,969 | -22% | 0 | 0 | — |
case-05 | fail→fail | 14,668 | 4,652 | -68% | 1 | 1 | 0% | 2,234 | 1,895 | -15% | 0 | 0 | — |
case-06 | fail→fail | 14,236 | 13,102 | -8% | 1 | 1 | 0% | 2,442 | 3,800 | +56% | 0 | 0 | — |
case-07 | fail→fail | 15,781 | 6,667 | -58% | 1 | 1 | 0% | 2,608 | 2,031 | -22% | 0 | 0 | — |
case-08 | fail→pass | 9,467 | 3,513 | -63% | 1 | 1 | 0% | 1,500 | 2,310 | +54% | 0 | 0 | — |
case-09 | pass→fail | 12,310 | 2,993 | -76% | 1 | 1 | 0% | 2,111 | 1,898 | -10% | 0 | 0 | — |
case-10 | fail→fail | 12,980 | 4,598 | -65% | 1 | 1 | 0% | 1,957 | 1,858 | -5% | 0 | 0 | — |
case-11 | fail→pass | 6,760 | 2,797 | -59% | 1 | 1 | 0% | 1,078 | 2,108 | +96% | 0 | 0 | — |
case-12 | pass→fail | 18,444 | 5,450 | -70% | 1 | 1 | 0% | 2,776 | 1,882 | -32% | 0 | 0 | — |
case-13 | pass→fail | 8,715 | 6,750 | -23% | 1 | 1 | 0% | 1,535 | 2,078 | +35% | 0 | 0 | — |
case-14 | fail→fail | 10,895 | 5,058 | -54% | 1 | 1 | 0% | 1,588 | 1,854 | +17% | 0 | 0 | — |
case-15 | fail→pass | 15,628 | 3,129 | -80% | 1 | 1 | 0% | 2,495 | 2,103 | -16% | 0 | 0 | — |
case-16 | pass→fail | 15,207 | 4,770 | -69% | 1 | 1 | 0% | 2,669 | 1,867 | -30% | 0 | 0 | — |
case-17 | fail→fail | 14,697 | 4,627 | -69% | 1 | 1 | 0% | 2,318 | 1,873 | -19% | 0 | 0 | — |
case-18 | fail→pass | 10,265 | 3,498 | -66% | 1 | 1 | 0% | 1,952 | 2,199 | +13% | 0 | 0 | — |
case-19 | fail→pass | 9,680 | 3,076 | -68% | 1 | 1 | 0% | 1,448 | 2,069 | +43% | 0 | 0 | — |
case-20 | fail→fail | 9,061 | 4,945 | -45% | 1 | 1 | 0% | 1,648 | 1,846 | +12% | 0 | 0 | — |
case-21 | fail→fail | 20,284 | 8,411 | -59% | 1 | 1 | 0% | 2,392 | 2,046 | -14% | 0 | 0 | — |
case-22 | pass→fail | 24,546 | 5,285 | -78% | 1 | 1 | 0% | 2,221 | 1,840 | -17% | 0 | 0 | — |
case-23 | fail→pass | 24,363 | 3,232 | -87% | 1 | 1 | 0% | 1,597 | 2,136 | +34% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 11 counted toward the lift figure. The other 12 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +4 percentage points is the difference between those two pass rates over the 11 comparable cases. 5 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.