strategy-framework-conventions

Installation
SKILL.md

Strategy — Follow Framework Conventions

When to use

  • The user asks to add a feature inside an existing Laravel, Symfony, or similar framework app and expects it to follow the framework's conventions.
  • The user explicitly asks for idiomatic, conventional, or "the framework way" code rather than a custom or hand-rolled approach.
  • The task requires deciding where a new controller, migration, command, or service belongs within the framework's directory structure.

When NOT to use

Installs
1
GitHub Stars
3
First Seen
Jul 3, 2026
strategy-framework-conventions — anyorgname/php-skills