laravel-plugin-discovery

laravel-plugin-discovery is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 40 tokens per session (806 once invoked), scanned A, original, Apache-2.0.

A package-discovery tool for Laravel, a PHP web framework. It searches LaraPlugins.io for packages and checks their health and compatibility with Laravel and PHP versions.

In plain words
What is it for?
Use it to find Laravel packages by keyword, vendor, health rating, or supported versions, then inspect their metrics, documentation, and version history.
Why use it?
It helps you avoid choosing packages that are poorly maintained or incompatible with your project.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to find Laravel packages by keyword, vendor, health rating, or supported versions, then inspect their metrics, documentation, and version history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/laravel-plugin-discovery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jxoesneon/Ciel --skill laravel-plugin-discovery
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for laravel-plugin-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/laravel-plugin-discovery/github.svg)](https://agentmods.dev/skills/jxoesneon/ciel/laravel-plugin-discovery)
Your own site
<a href="https://agentmods.dev/skills/jxoesneon/ciel/laravel-plugin-discovery"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/laravel-plugin-discovery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for laravel-plugin-discovery

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxoesneon/ciel/laravel-plugin-discovery"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/laravel-plugin-discovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 806 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00806
Opus 5 $0.00020 $0.00403
Sonnet 5 $0.00008 $0.00161
Haiku 4.5 $0.00004 $0.00081

Measured 4d ago against content hash 9a7af8a97a8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

laravel-plugin-discovery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/laravel-plugin-discovery/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CIEL ADAPTATION: Laravel Plugin Discovery

This skill discovers and evaluates Laravel packages via the LaraPlugins.io MCP server. While originally Laravel-specific, the discovery-plus-health-check pattern is reusable beyond Laravel — the MCP-based search, health-band filtering, and compatibility matrix approach applies to any package ecosystem with an MCP endpoint.

MCP Configuration

Add to ~/.claude.json mcpServers:

"laraplugins": {
  "type": "http",
  "url": "https://laraplugins.io/mcp/plugins"
}

No API key required — the server is free for the Laravel community.

MCP Tools

SearchPluginTool

Search packages by keyword, health score, vendor, and version compatibility.

  • text_search (string, optional): Keyword (e.g. "permission", "admin", "api")
  • health_score (string, optional): Healthy, Medium, Unhealthy, or Unrated
  • laravel_compatibility (string, optional): "5" through "13"
  • php_compatibility (string, optional): "7.4" through "8.5"
  • vendor_filter (string, optional): Vendor name (e.g. "spatie", "laravel")
  • page (number, optional): Pagination

GetPluginDetailsTool

Fetch detailed metrics, readme content, and version history.

  • package (string, required): Full Composer name (e.g. "spatie/laravel-permission")
  • include_versions (boolean, optional): Include version history

Health Bands

Band Meaning
Healthy Active maintenance, recent updates
Medium Occasional updates, may need attention
Unhealthy Abandoned or infrequently maintained
Unrated Not yet assessed

Best Practices

  • Always filter by health_score: "Healthy" for production projects.
  • Match laravel_compatibility to the target project's Laravel version.
  • Prefer packages from known vendors (spatie, laravel, etc.).
  • Use GetPluginDetailsTool for comprehensive assessment before recommending.
  • Combine filters: search by keyword + health + version for precise results.

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed 9a7af8a97a8c
  2. 8d ago First seen · 81 lines · 40 tokens per session scan A 940618bac3e1

Subscribe to this mod's changes

laravel-plugin-discovery is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 5d ago), licensed Apache-2.0. It adds 40 tokens to every session and 806 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

doc-crafter

Especialista em documentação de código e APIs. Gera e atualiza especificações (OpenAPI/Swagger), diagramas Mermaid, README e JSDoc/Docstrings. Use para "documentar este endpoint", "atualizar swagger" ou "gerar documentação da função".

rcelebrone/DotAgents · 62 tokens

backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

Kacper0199/Opencode-Ultrathinker · 31 tokens

agent-crdt-synchronizer

Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer.

ruvnet/ruflo · 25 tokens

api-debugging

Systematic approach to debugging REST APIs, HTTP errors, authentication issues, and network problems. Use when the user has API errors, status code issues, timeout problems, or needs help troubleshooting HTTP requests.

ownpilot/OwnPilot · 44 tokens

service-app-creator

Create or update the Service component of a NextClaw Mini App, choosing between Portable Rust/WASI Components and native-process MCP services. Use after nextclaw-app-creator selects a Service-backed app, or when the user explicitly asks for Service Actions, portable components, local files, external APIs, commands…

Peiiii/nextclaw · 74 tokens

neo4j-getting-started-skill

Orchestrates zero-to-running-app in 8 stages — prerequisites → context → provision → model → load → explore → query → build. Each stage reads its own reference file. Supports HITL and fully autonomous operation. Use when starting a new Neo4j project from scratch, provisioning Aura, generating synthetic data, building…

neo4j-contrib/neo4j-skills · 157 tokens