
from agent-skills-standard488
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.
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.