Просмотр исходного кода

feat(skills): Add when_to_use trigger guidance to laravel-ops

0xDarkMatter 1 неделя назад
Родитель
Сommit
65064c20d2
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      skills/laravel-ops/SKILL.md

+ 3 - 0
skills/laravel-ops/SKILL.md

@@ -1,6 +1,7 @@
 ---
 name: laravel-ops
 description: "Laravel framework patterns, Eloquent ORM, authentication, queues, and testing. Use for: laravel, eloquent, artisan, blade, php, sanctum, livewire, inertia, pest, phpunit, forge, vapor, queue, middleware, migration, factory, seeder."
+when_to_use: "Use when building Laravel 11+ apps — e.g. 'write an Eloquent query or migration', 'set up Sanctum auth', 'configure queues and jobs', 'test with Pest or PHPUnit'. Covers artisan, Blade, Livewire/Inertia, Forge/Vapor, factories, and seeders."
 license: MIT
 allowed-tools: "Read Write Bash"
 metadata:
@@ -10,6 +11,8 @@ metadata:
 
 # Laravel Operations
 
+> Facts verified as of 2026-07.
+
 Authoritative reference for Laravel 11+ development: architecture decisions, Eloquent patterns, authentication strategies, queue configuration, and testing approaches.
 
 ---