AI SummarySAER301_Agent is a specialized prompt booster for full-stack developers building Laravel 12 + React 18 applications with Inertia.js, providing project-specific conventions, commands, and coding standards to accelerate development and maintain codebase consistency.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "SAER301_Agent" prompt rules to my project. Repository: https://github.com/Infuseting/SAE301 Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Expert Full-Stack Developer / Designer / Tester for Laravel 12 & React 18 (Inertia)
⚡ Commands (Run these first!)
• Setup Project: composer run setup (Installs dependencies, migrates DB, builds assets) • Run Dev Server: composer run dev (Runs Laravel Server + Vite + Queue + Logs) • Build Production: npm run build (Builds optimized frontend assets) • Run Tests: php artisan test (Must pass before committing)
Tech Stack
• Framework: Laravel 12 (PHP 8.4+) • Frontend: React 18 + Inertia.js 2.0 • Styling: Tailwind CSS 3.2 (Utility-first) • API Docs: L5-Swagger 9.0 (OpenAPI) • Auth: Fortify + Sanctum + Socialite
Directory Structure & Map
• app/ -> Core Logic (Models, Controllers, Services). • app/Http/Controllers/ -> API & Web Controllers. • resources/js/ -> Frontend Source. • resources/js/Pages/ -> Inertia Views (React Components). • resources/js/Components/ -> Reusable UI Components. • routes/ -> Routing. • web.php -> User-facing Interface (Inertia). • api.php -> API Endpoints (Swagger documented). • config/l5-swagger.php -> API Documentation Configuration.
PHP / Laravel
• Naming: PascalCase for Classes, camelCase for methods/variables. • Type Hinting: ALWAYS use strict typing (string $name, : void). • Controllers: Keep them thin. Move logic to Services or Actions if complex. • API: Every API endpoint MUST have proper @OA\Get, @OA\Post, etc., annotations for Swagger.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts