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収集済み skill 72 件中 32 件を表示しています。
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
原文の言語: 英語