nettenetteOfficialยท13 Agent Skills Included

claude-code

Nette Framework coding guidance, validation, and style fixing

Guides PHP developers through Nette Framework architecture, forms, database, Latte templates, security, and testing best practices. Validates PHP, Latte, NEON, JSON, and JavaScript files automatically after every edit, catching syntax errors instantly. Fixes PHP code style automatically and enforces Nette contributor conventions, removing manual formatting and review cycles.
npx skills add nette/claude-code --all -g -y
Available:

Explains to the AI agent how the four Nette plugins are structured, how the validation hooks run after file edits, and how per-project configuration in .nette-claude.json controls their behavior.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
nettenette

nette-forms

Generate Nette Forms with validation and Latte rendering patterns.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

frontend-development

Configure Vite-based asset pipelines for Nette projects with SCSS and JavaScript conventions.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

nette-utils

Provide Nette Utils helpers for PHP arrays, strings, DateTime, Json, and validators.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

nette-database

Map database tables to typed Row entities in Nette Database with Explorer.

Official
Advanced
๐Ÿ“ฆ In Repo
nettenette

latte-templates

Author and validate Latte templates for Nette applications.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

nette-configuration

Configure Nette DI service definitions in Neon files before application boot.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

nette-schema

Validate and normalize PHP data structures with Nette Schema.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

nette-testing

Automate unit testing in Nette projects with Nette Tester bootstrap and assertions.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

neon-format

Parse, validate, and format NEON configuration data using the Neon API.

Official
Intermediate
๐Ÿ“ฆ In Repo
nettenette

nette-architecture

Define Nette project architecture across App, Core, Model, and Presentation layers.

Official
Advanced
๐Ÿ“ฆ In Repo
nettenette

commit-messages

Validate commit messages against a standardized format before commits.

Official
Basic
๐Ÿ“ฆ In Repo
nettenette

php-coding-standards

Enforce Nette PHP coding standards with on-save checks.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install nette/claude-code?โ–ผ

Run `npx skills add nette/claude-code --all -g -y` in your terminal to install all Nette skills globally.

What do the Nette Claude Code plugins do?โ–ผ

They give your coding assistant deep Nette Framework knowledge, covering architecture, forms, database, Latte templates, security, and testing, plus automatic file validation after every edit.

How does automatic PHP and Latte validation work?โ–ผ

The nette-lint plugin runs hooks after each file edit that check PHP syntax, Latte templates, NEON configs, JSON, and JavaScript, reporting errors straight back to the assistant.

Can it fix PHP code style automatically?โ–ผ

Yes. The optional php-fixer plugin runs nette/coding-standard on every PHP file after each edit, removing unused imports and fixing formatting without manual work.

Do I need to be a Nette expert to use these skills?โ–ผ

No. The skills activate automatically based on your questions, so even developers new to Nette get correct conventions, upgrade guidance, and working code patterns.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’