This one's for when you need to write performant, modern PHP and actually use the language's deeper features instead of treating it like it's still 2010. It pushes you toward generators for memory efficiency, SPL data structures where they matter, and PHP 8+ features like match expressions and enums. The focus is idiomatic code that uses built-in functions first and external packages sparingly. Good for high-performance applications where you're processing large datasets or need tight memory control. It's opinionated about type safety and PSR compliance, which is helpful if you want guardrails. Not much here if you're just doing basic CRUD or working in a legacy codebase.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill php-pro