Acerca de
Pasta Lunch is a specialized Claude Code skill designed to tackle "spaghetti code" in PHP applications by leveraging industry-standard PHPMD metrics. It categorizes code complexity using a unique scale from 'Piccolo' to 'Mamma Mia!' levels, allowing developers to immediately prioritize the most fragile parts of their codebase. Beyond simple detection, the skill performs deep root cause analysis on issues like high coupling and cyclomatic complexity, generating concrete, production-ready refactoring proposals such as Strategy patterns, Guard clauses, and DTO decomposition to transform tangled logic into maintainable architecture.