By nette
Automatically fixes PHP coding style and removes unused imports using nette/coding-standard after every file edit or write
Install nette/coding-standard globally for PHP code style checking
CRITICAL: Read BEFORE writing or modifying any PHP file. A PostToolUse hook automatically runs nette/coding-standard (ECS) on every PHP file after each Edit or Write. The fixer removes unused `use` statements - so never add `use` statements in a separate edit before the code that references them. Always include `use` imports in the same edit as the referencing code, or add the code first then `use` statements. This skill should be used whenever creating new PHP files, editing existing PHP code, adding methods, refactoring, or fixing bugs in PHP - even for small one-line changes.
Modifies files
Hook triggers on file write and edit operations
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Coding standards and conventions for Nette Framework contributors
Conventions and best practices for Nette Framework, Latte templating engine, and NEON configuration format
npx claudepluginhub nette/claude-code --plugin php-fixerClaude Code plugin channeling Taylor Otwell's Laravel philosophy
Auto-formatting hooks for Python, JavaScript, Markdown, and Bash, plus a guard that blocks force-push and rebase.
PHP debugging and analysis tools using Xdebug. Trace execution, step debug, profile performance, and analyze code coverage.
PHP 8.x modernization patterns with type safety and PHPStan
Coding standards and conventions for Nette Framework contributors
Expert modern PHP 8.5/8.4 for non-Laravel projects — libraries, standalone Symfony components, Slim, API-first apps, and CLI tools, with PER Coding Style 3.0, PHPStan, and SOLID principles