laravel-general

Enforce Laravel best practices, coding standards, and architectural patterns.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sasabajic/laravel-best-practice-skills --skill laravel-general
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-general
Source: https://github.com/sasabajic/laravel-best-practice-skills/tree/main/laravel-general
Command: npx skills add https://github.com/sasabajic/laravel-best-practice-skills --skill laravel-general

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces Laravel best practices, coding standards, and architectural patterns, ensuring consistent, high-quality code across all your Laravel projects.

Core Features & Use Cases

  • Project Onboarding: Guides AI through essential first steps like checking AI memory, Laravel version, and setting up MCP servers (Laravel Boost, Herd).
  • Code Quality: Enforces strict typing, modern PHP 8.1+ features, and adherence to Laravel conventions.
  • Security: Mandates a security-first approach, flagging and fixing insecure code patterns.
  • Documentation: Ensures documentation is updated before Git operations and guides project documentation setup.

Quick Start

Onboard a new Laravel project by following the initial setup steps.

Frequently Asked Questions about laravel-general

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce Laravel coding standards and architectural patterns consistently?

Enforce Laravel coding standards by applying strict typing, modern PHP 8.1+ features, and security-first principles across all project stages from initialization to commits.

What's the best way to onboard a new Laravel project for AI-assisted development?

Onboard a new Laravel project by checking AI memory, verifying the Laravel version, and setting up MCP servers like Laravel Boost and Herd to establish a consistent development environment.

How do I integrate security mandates into my PHP development workflow?

Integrate security mandates by adopting a security-first approach that proactively flags and fixes insecure code patterns, ensuring secure coding principles are applied throughout the Laravel application lifecycle.

Does this approach require modern PHP features for Laravel code quality checks?

Yes, Laravel code quality checks require adherence to modern PHP 8.1+ features and strict typing to ensure your codebase maintains high architectural standards and conventions.

When do I need to update documentation in the Laravel development lifecycle?

You need to update documentation before performing Git operations and during project documentation setup, ensuring all code changes are properly recorded before commits are finalized.