
from agent-skills-standard509
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.
Guidelines-only skill for writing performant Eloquent queries in Laravel — covers eager loading, scopes, strict lazy-loading prevention, and chunk/cursor patterns. No bundled scripts. Well-organized SKILL.md with frontmatter triggers and external references, though code examples are deferred to a separate file rather than shown inline.
Pure guideline skill with no executable content. Clean security profile. Useful for Laravel developers but not unique — similar patterns are widely documented elsewhere.
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.
Flutter BLoC State Management
Guidelines and verification checklist for implementing predictable, testable BLoC/Cubit state management in Flutter apps, with recommended patterns and anti-pat
Documentation Standards (Intent‑First)
Guidelines and templates for intent‑first code comments, READMEs, ADRs and API docs to produce clear, maintainable technical documentation.