Skip to main content

soden46/syarif-laravel-ai-skills

SkillsMP は soden46/syarif-laravel-ai-skills から 72 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
72
GitHub スター
4
GitHub フォーク
2

このリポジトリの skills

収集済み skill 72 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Read first in Laravel repositories to detect the stack and select the smallest relevant Syarif standards skills for implementation, review, testing, and audits.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Recall, checkpoint, and audit durable Laravel project knowledge across sessions when prior context materially affects the current task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel implementation, review, or refactor with minimization discipline - YAGNI, reuse, smallest safe diff, behavior preservation, and overengineering guardrails.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply Laravel-native architecture decisions without forcing unnecessary repositories, interfaces, DTOs, or custom layers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use Laravel Form Requests for non-trivial validation and authorization while keeping controllers thin and testable.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use Actions and Services as deliberate Laravel application boundaries for use cases, integrations, and reusable workflows.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Keep Laravel controllers focused on HTTP orchestration by moving validation, authorization, and business workflows outward.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Keep Laravel writes atomic and consistent with transactions, locks, retries, idempotency, side-effect boundaries, and after-commit dispatch.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to keep Eloquent models explicit, query shapes intentional, relationship loading visible, and production data access bounded.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Coordinate full Laravel feature work across models, APIs, auth, queues, Livewire, tests, and quality checks by routing to focused skills.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Laravel guidance to apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Choose focused Laravel tests and quality checks that prove behavior without mirroring implementation details.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to compose UIs with Blade components, slots, and layouts; keep templates pure and testable

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Laravel E2E testing with official Playwright patterns for locators, auth state, seeds, traces, screenshots, CI, and cross-browser workflows.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build, refactor, secure, optimize, and test Laravel Livewire v2-v4 components, including state, forms, events, uploads, pagination, Alpine, and v4 formats.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Audit Laravel responsive UI with Playwright across mobile, tablet, desktop, Livewire states, overflow, clipping, forms, tables, modals, and navigation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build and refine Laravel UI/UX/frontends with stack-aware implementation, backend contract alignment, Playwright handoff, and agent-browser inspection.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build Laravel projects with one menu or page per module, using small controllers, per-page views, shared layouts/components, and dynamic DB-backed data.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Integrate WhatsApp through a secure Baileys sidecar with Laravel, including tests and reusable local Windows and Linux VPS setup documentation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize Laravel database work across N+1 queries, indexes, selective columns, caching, pagination, large data, locks, and migrations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design and operate Laravel queues, jobs, workers, and Horizon with retry safety, idempotency, failure handling, tests, and production visibility.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Bootstrap Laravel projects by detecting Sail or host tooling, verifying dependencies and services, and choosing consistent PHP, Composer, Node, and test commands.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build AI features with the first-party Laravel AI SDK (Laravel 13+); agents, embeddings, images, audio, and tool calling with provider-agnostic APIs

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Request effective code reviews-specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to portable storage configuration across S3/R2/MinIO with optional CDN-env toggles, path-style endpoints, and URL generation

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Laravel guidance to write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to create and register small, pure helper functions when they improve clarity; keep them organized and tested

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to create effective debugging prompts-include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to remove unneeded Composer packages and assets to improve boot time, memory, and security surface

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Provide comprehensive context in prompts-files, errors, Laravel version, dependencies, and monorepo details-for accurate AI responses

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Laravel guidance to define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely

原文の言語: 英語

更新
収集済み skill 72 件中 40 件を表示しています。