
from agent-skills-standard509
Opinionated PHP coding standards and architecture guidance (PSR-12, SOLID, naming, structure) to improve code quality, maintainability, and testability.
This skill codifies PHP best practices for agents and developers: PSR-12 style guidance, file/class organization, naming conventions, SOLID design principles, and common anti-patterns to avoid. It helps the agent produce idiomatic, testable PHP code and review or refactor existing code to follow established standards.
Use this skill when writing new PHP classes or services, performing code reviews, refactoring legacy PHP, or enforcing repository-level style (e.g., running PHP CS Fixer). It's appropriate for feature implementations, creating services/repositories, and improving code quality prior to release.
Best suited for code-capable agents and developer assistants (Copilot-style agents, Codex, OpenClaw/Claude Code) that can edit or generate PHP source files.
A PHP coding standards and best practices skill providing PSR-12, SOLID, naming conventions, and anti-patterns guidance. No bundled scripts — purely reference/markdown content. The SKILL.md references a `references/implementation.md` file that isn't included, making the content feel incomplete. Decent as a style guide trigger for PHP files but lacks depth and actionable specificity.
Clean, no-security-concerns skill. Pure markdown guidance. Missing the referenced implementation.md file which reduces usefulness. Architecture is average — has frontmatter and sections but no scripts/ or references/ directories included. Niche audience (PHP developers following PSR standards).
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.
Laravel Eloquent: Safe & Performant Queries
Opinionated guidelines for writing performant, safe Eloquent queries in Laravel: eager loading, reusable scopes, strict lazy-loading prevention, and memory-safe
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.