standards

Enforce Laravel coding standards and Pint formatting in PHP projects.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/aronpc/ai --skill standards-aronpc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standards
Source: https://github.com/aronpc/ai/tree/main/skills/standards
Command: npx skills add https://github.com/aronpc/ai --skill standards-aronpc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains coding consistency across Laravel projects by enforcing Spatie guidelines and Pint formatting.

Core Features & Use Cases

  • Enforces Laravel and PHP coding standards (PSR-12, Spatie rules) via Pint.
  • Provides a repeatable workflow for code style checks during development, reviews, and CI.
  • Helps teams maintain uniform formatting and reduce review friction across large codebases.

Quick Start

Run composer fix to apply Spatie standards and Pint formatting across your Laravel codebase.

Frequently Asked Questions about standards

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

FAQPage Schema
How do I enforce Laravel coding standards and Pint formatting in my project?

You can enforce Laravel coding standards by running the composer fix command to apply Spatie guidelines and Pint formatting across your PHP codebase, ensuring consistent style and high-quality code.

What Laravel code style rules does this Pint configuration apply?

This Pint configuration applies Spatie guidelines and adheres to PSR-12 standards for PHP 8.2+ Laravel projects, enforcing consistent formatting and linting rules across your codebase.

Can I use this Pint setup for code reviews and CI pipelines?

Yes, this Pint setup provides a repeatable workflow for code style checks during development, team code reviews, and CI pipelines, helping maintain uniform formatting and reduce review friction.

Does this Laravel standards configuration support pre-commit workflows?

Yes, this configuration integrates with pre-commit workflows to enforce Laravel coding standards and Pint formatting, ensuring consistent, high-quality code before changes are committed.

What is the best way to maintain coding consistency across large Laravel codebases?

The best way to maintain coding consistency across large Laravel codebases is enforcing Spatie guidelines and Pint formatting, which provides a repeatable workflow that reduces review friction and ensures uniform formatting.