Skill Crossroads laravel-api-developer
rubric v1.2 · deterministic
A− 90.5/100 overall
Correctness & Structure 100 pass
Triggering & Discoverability 85 1 warn
Clarity & Instructions 100 pass
Token & Context Cost 86 1 warn
Safety & Security 79 2 warn
Verifiability & Maintainability not yet scored

Top fixes — ranked by score impact

SAFETY-03 No destructive auto-invocation
laravel-api-developer.md:30auto-invocable (no disable-model-invocation) performs a destructive action ("DELETE")
Skill appears to "DELETE" but the model can auto-invoke it — a destructive action could fire without the user asking.
DELETE
Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.
TRIGGER-03 Invocation cues in the description
laravel-api-developer.md:1description will match user requests no explicit cue ('use when …', 'triggers on …', quoted user phrases) found
Pure what-it-does prose — the model has to guess when to invoke it.
Expert in Laravel API development with focus on RESTful design, API resources…
Fix State the trigger explicitly: 'Use when the user says "…", "…", or wants to …'.
SAFETY-02 allowed-tools least-privilege
laravel-api-developer.md:1 grants unrestricted shell access
`allowed-tools` grants unrestricted `Bash` — scope it to specific commands.
Bash
Fix Replace bare `Bash` with scoped grants, e.g. `Bash(git status)`, `Bash(npm test)`.
TOKEN-01 Body under line/token budget
laravel-api-developer.md500-line guidance 644 lines
SKILL.md is 644 lines — over the ~500-line guidance. ~5,517 tokens (rough est.); ~$0.0166 per load at $3/Mtok reference rate.
Fix Move heavy reference material into supporting files and link to them (progressive disclosure), keeping SKILL.md lean.
Partial grade — some applicable rubric categories were not scored on this scan (e.g. LLM-assisted checks without a key) and are excluded from the overall.

Embed this badge

Skill Crossroads grade A− Always-fresh — it re-scans and updates on its own.
[![Skill Crossroads](https://skillcrossroads.com/api/badge/iSerter/laravel-claude-agents/agents/laravel-api-developer.md.svg)](https://skillcrossroads.com/s/iSerter/laravel-claude-agents/agents/laravel-api-developer.md)
Grade your own Claude Code skill — evidence-cited, file-and-line, free. Scan your own skill →