
from agent-skills-standard503
Opinionated guidelines for writing performant, safe Eloquent queries in Laravel: eager loading, reusable scopes, strict lazy-loading prevention, and memory-safe
Provides a compact, opinionated set of best-practice instructions for building Laravel Eloquent models and queries that avoid N+1 problems, enforce strict lazy-loading policies in development, and handle large datasets safely via chunk/cursor. Includes guidance on model $fillable/$casts, reusable scope methods, eager loading, and anti-patterns to avoid (raw SQL, select *, business logic in models).
Use this skill when defining or refactoring Eloquent models, creating query scopes, optimizing controller/query performance, or processing many records where memory or N+1 issues are a concern. Also apply during code reviews to enforce safe query patterns.
references/implementation.md is present with examples.Best used by agents that produce or review backend/framework code (Copilot-style/code-assistant agents, Cursor, Claude Code). The guidance is language/framework-specific (PHP/Laravel) and intended for agents that can edit code and run framework tests.
This skill has not been reviewed by our automated audit pipeline yet.
Common API Design Standards
Opinionated REST API design guidelines: HTTP semantics, status codes, URL design, versioning, pagination, and OpenAPI contract best-practices.
Common API Design Standards
Opinionated REST API design conventions: HTTP verbs, status codes, URL patterns, versioning, pagination, and OpenAPI requirements for reliable, versioned APIs.
React Native Navigation (v6)
Guidelines and patterns for configuring React Navigation v6: type-safe stacks, tabs, deep linking, auth flows, and anti-patterns for React Native apps.
PHP Best Practices
Opinionated PHP coding standards and architecture guidance (PSR-12, SOLID, naming, structure) to improve code quality, maintainability, and testability.