Official Claude Code plugins for Nette Framework ecosystem - conventions, best practices, and development tools for PHP developers
Provides frontend development guidelines for Nette. Use when working with Vite, SCSS, JavaScript, Nette Assets, or build configuration.
Invoke before creating or modifying .latte files. Provides Latte syntax, tags, filters, layouts, and extensions.
Invoke before creating or modifying .neon files. Provides NEON syntax and Nette configuration conventions.
Invoke before designing presenters, modules, or application structure in web applicartion.
Invoke before configuring Nette DI - services, .neon files, autowiring.
Invoke before writing database queries or working with Selection API, ActiveRow in Nette.
Invoke before creating or modifying Nette Forms. Provides form controls, validation, rendering patterns.
Provides Nette Schema for data validation and normalization. Use when validating configuration, API inputs, or any data structures with Expect class.
Invoke before writing or modifying any .phpt test files. Provides Nette Tester conventions, Assert methods, and tester commands.
Provides Nette Utils helper classes. Use when working with arrays, strings, files, images, JSON, validators, DateTime, or other utility functions.