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