Claude skill for Laminas

Is there a Claude skill specific for Laminas? I found one for Laravel.

Else I am thinking about using php-best-practices — Agent Skill — MCP.Directory or Agent Skills for Claude Code | PHP Pro | Claude Skills . Does anyone have some experience with them?

Ask the Claude Agent itself: :wink:

No, there are no Claude skills specifically for Laminas or Mezzio among the available skills.
For Laminas/Mezzio work, Claude can still help directly without a dedicated skill — just ask about routing, middleware, modules, configuration, etc.

This highlights the advantage of Mezzio’s commitment to standards: it doesn’t resort to convoluted workarounds or try to reinvent the wheel.

1 Like

What I thought as well. Do you use Claude for it and does it work for you?

What I have found is that the quality of the code you are working with has a large impact on how accurate the agent is in respect to its baseline responses without skills or guidance files. Claude 4.6 Sonnet is on average fairly useful even without skills etc when working with Laminas/Mezzio because of the extremely high quality of the code its working with. The trick to improving it is once you have your dependencies installed. Ask it to analyze the dependencies and write guidance files. Review those files and it will “usually” give you an indication if it has gaps in understanding the code. You can then refine it and then use those to back creating targeted skills for use in that particular repo to fill any gaps in context.