Laravel guidance to use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 soden46/syarif-laravel-ai-skills 中的 72 个 Skill。打开任一 Skill 可查看来源和详情。
soden46/syarif-laravel-ai-skills已展示 32 / 72 个已收集 Skill。
Laravel guidance to use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
原文语言:英语
Execute Laravel plans in small batches with checkpoints-TDD first, migrations safe, queues verified, and quality gates enforced
原文语言:英语
Audit completed Laravel projects and propose reusable updates to personal Laravel standards without importing project-specific details.
原文语言:英语
Laravel guidance to store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
原文语言:英语
Laravel guidance to operate Horizon with confidence-naming, tags, concurrency, failure handling, actionable metrics, and dashboards
原文语言:英语
Laravel guidance to use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly
原文语言:英语
Laravel guidance to use interfaces and dependency injection to decouple code; bind implementations in the container
原文语言:英语
Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management
原文语言:英语
Laravel guidance to refine AI-generated code through specific feedback-point out errors, identify gaps, show desired changes, reference style guides
原文语言:英语
Work in Laravel 11 or 12 apps with stack detection, Boost-aware docs lookup, frontend conventions, tests, and Pint formatting.
原文语言:英语
Use Laravel-specific vocabulary-Eloquent patterns, Form Requests, API resources, jobs/queues-to get idiomatic framework code
原文语言:英语
Laravel guidance to safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
原文语言:英语
Laravel guidance to consistent Nova resources-fields, actions, metrics, lenses, filters, authorization-and how to evolve resources alongside schema changes
原文语言:英语
Laravel guidance to use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
原文语言:英语
Laravel guidance to prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
原文语言:英语
Laravel guidance to select only required columns to reduce memory and transfer costs; apply to base queries and relations
原文语言:英语
Use first-party PHP attributes (Laravel 13+) for controllers, authorization, queue jobs, and models; declarative configuration colocated with code
原文语言:英语
Laravel guidance to enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
原文语言:英语
Laravel guidance to use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
原文语言:英语
Laravel guidance to structure prompts for clarity-separate concerns, prioritize requests, specify acceptance criteria, and break work into testable increments
原文语言:英语
Laravel guidance to apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
原文语言:英语
Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions
原文语言:英语
Laravel guidance to keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
原文语言:英语
Run focused Laravel security checks for authorization, request forgery, rate limits, uploads, secrets, APIs, and configuration.
原文语言:英语
Laravel guidance to define clear constraints-performance, security, testing, architecture, dependencies-so AI generates code that meets your project standards
原文语言:英语
Laravel guidance to use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
原文语言:英语
Laravel guidance to schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
原文语言:英语
Laravel guidance to stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
原文语言:英语
Upgrade an app from Laravel 12.x to 13.x safely; PHP 8.3 baseline, dependency bumps, breaking-change checklist, and verification steps
原文语言:英语
Laravel guidance to provide concrete examples-existing code patterns, style samples, input/output pairs-to guide AI toward your project's conventions
原文语言:英语
Add semantic search with native vector queries (Laravel 13+); pgvector similarity clauses, embedding workflows, and hybrid search patterns
原文语言:英语
Create an actionable Laravel implementation plan-bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points
原文语言:英语