laravel-specialist
Build Better Laravel Applications
Laravel projects need consistent patterns for models, APIs, queues, interfaces, and tests. This skill provides practical examples for implementing and checking those features.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "laravel-specialist" from https://skillstore.io/skills/jeffallan-laravel-specialist.md and its manifest at https://skillstore.io/api/skills/jeffallan-laravel-specialist/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "laravel-specialist". Need an endpoint that lists published posts with their authors and supports pagination.
Expected outcome:
Recommend versioned routes, constrained eager loading, form requests, resource serialization, authorization, and pagination tests for the published-post endpoint.
Using "laravel-specialist". A report-generation task takes several minutes and sometimes runs twice.
Expected outcome:
Use a focused queued job with bounded data, retries, backoff, idempotency protection, failure logging, and duplicate-dispatch tests.
Using "laravel-specialist". A Livewire post form needs validation, file upload feedback, and permission checks.
Expected outcome:
Use typed component state, validation, authorization, temporary upload handling, loading states, success feedback, and tests for denied and valid submissions.
Security Audit
SafeAll 96 static findings were reviewed against the cited Laravel documentation and examples. The flagged patterns are benign framework method calls, documented Artisan commands, test fixtures, example URLs, and standard environment-backed queue configuration; no prompt injection or exfiltration intent was found.
Risk Factors
โก Contains scripts (7)
๐ Env variables (2)
๐ Network access (4)
โ๏ธ External commands (22)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/jeffallan-laravel-specialist/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/jeffallan-laravel-specialist?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/jeffallan-laravel-specialist?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jeffallan-laravel-specialist/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/jeffallan-laravel-specialist.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
jeffallan. (2026). laravel-specialist security audit report (audit version 5) [Author version 1.1.0]. Skillstore. https://skillstore.io/skills/jeffallan-laravel-specialist/audits/5BibTeX citation
@techreport{jeffallan-jeffallan-laravel-specialist-2026,
author = {jeffallan},
title = {laravel-specialist security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/jeffallan-laravel-specialist/audits/5},
note = {Author version 1.1.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "laravel-specialist security audit report (audit version 5)"
version: "1.1.0"
type: report
authors:
- name: "jeffallan"
date-released: "2026-08-07"
url: "https://skillstore.io/skills/jeffallan-laravel-specialist/audits/5"
identifiers:
- type: other
value: "skillstore:jeffallan-laravel-specialist:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Plan a Laravel API
Define versioned routes, form requests, middleware, API resources, pagination, and validation for a new backend feature.
Improve Data Access
Review Eloquent relationships and queries to reduce N+1 queries, control selected columns, add indexes, and process large datasets safely.
Build Reactive Features
Create Livewire forms and lists with validation, authorization, events, loading states, pagination, and automated tests.
Try These Prompts
Design a Laravel model for [domain object]. Include the migration fields, relationships, casts, fillable attributes, validation needs, and a short test plan.
Plan a versioned Laravel API endpoint for [feature]. Provide the route, form request rules, controller responsibilities, API resource shape, authorization checks, and focused tests.
Design a Laravel queued workflow for [long-running task]. Cover job boundaries, payload safety, retries, backoff, idempotency, rate limiting, failure handling, and Horizon monitoring.
Review this Laravel feature for correctness, security, performance, and tests. Identify framework risks with file or symbol references. Propose a prioritized implementation plan: [feature details].
Best Practices
- Adapt every example to the project schema, Laravel version, authorization rules, and deployment environment.
- Validate inputs, protect sensitive data, use least-privilege credentials, and test failure paths before deployment.
- Confirm changes with focused tests and relevant Artisan checks, then review generated code before running commands.
Avoid
- Do not copy examples without checking validation, authorization, mass-assignment protection, and database constraints.
- Do not place business logic in controllers, load unbounded relationships, or run long tasks during web requests.
- Do not commit secrets, expose credentials in logs, or treat passing tests as a complete production security review.
Frequently Asked Questions
Which Laravel versions does this skill target?
Can it help with Eloquent performance?
Does it support API development?
Can it design Laravel queue workflows?
Does it generate Livewire guidance?
Can it run commands or verify my project?
Developer Details
Author
jeffallanLicense
MIT
Author version
v1.1.0
Skillstore revision
r2
Ref
1c2ebded2116f8124f45dba86a2e567f56e64d8e
Maintenance freshness
8/7/2026
Usage
5 downloads ยท 141 views
File structure
๐ references/
๐ eloquent.md
๐ livewire.md
๐ queues.md
๐ routing.md
๐ testing.md
๐ SKILL.md