Skip to main content

이 저장소의 skills

soden46/syarif-laravel-ai-skills - 2페이지

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

원문 언어: 영어

업데이트
수집된 skill 72개 중 32개를 표시합니다.