ais-php-laravel

Codify PHP/Laravel conventions for AIS Real-Time Processing projects.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/victorhramos-dev/ais_ai --skill ais-php-laravel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ais-php-laravel
Source: https://github.com/victorhramos-dev/ais_ai/tree/main/.claude/skills/ais-php-laravel
Command: npx skills add https://github.com/victorhramos-dev/ais_ai --skill ais-php-laravel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines standard PHP/Laravel conventions for the AIS Real-Time Processing system, ensuring consistent coding practices, documentation, and project structure when creating or modifying PHP services, models, controllers, jobs, or commands.

Core Features & Use Cases

  • Coding standards: PHPDoc is mandatory for all files, with Portuguese inline comments for complex logic.
  • Project consistency: Prescribes directory structure, naming rules, and reference support to speed onboarding.
  • Use Case: A developer adds a new Laravel Job to process AIS messages, following the conventions in this Skill.

Quick Start

Adhere to the documented PHPDoc rules, implement code using Laravel patterns (Services, Models, Controllers, Jobs, Commands), and validate with project tests to ensure alignment with AIS Laravel conventions.

Frequently Asked Questions about ais-php-laravel

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

FAQPage Schema
What coding standards should I follow for PHP Laravel AIS processing projects?

PHP Laravel AIS processing projects require mandatory PHPDoc on all files, structured organization of Services, Models, Controllers, Jobs, and Commands, and Portuguese inline comments for complex logic to ensure consistent code quality.

How do I structure a Laravel Job to process AIS real-time messages?

To process AIS real-time messages, implement Laravel Jobs using prescribed directory structures and naming rules, document all logic with PHPDoc, and validate the implementation against project tests to align with AIS conventions.

Does the AIS Laravel convention support PHP 8.2 and Laravel 11.x?

Yes, the AIS Laravel coding conventions are explicitly designed for Laravel 11.x running on PHP 8.2 or higher, guiding developers to implement, document, and test code that interacts with AIS data pipelines.

Why do my Laravel AIS services need Portuguese inline comments?

Portuguese inline comments are required for complex logic within AIS Real-Time Processing systems to standardize code explanations, facilitate team comprehension, and speed up developer onboarding across Portuguese-speaking teams.

What is the best way to document PHP code in an AIS data pipeline project?

The best way to document PHP code in AIS data pipeline projects is using mandatory PHPDoc across all files, combined with Portuguese inline explanations for intricate logic to maintain project consistency and quality.

Can I use standard Laravel controllers and models for AIS data pipelines?

Yes, you can use Laravel controllers and models for AIS data pipelines by adhering to the documented PHPDoc rules, implementing code using standard Laravel patterns, and validating with project tests to ensure alignment.