livewire-v3-syntax

Validate Livewire component syntax against v3 standards.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill livewire-v3-syntax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: livewire-v3-syntax
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/livewire-v3-syntax
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill livewire-v3-syntax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers maintain consistency and adherence to Livewire v3 syntax, preventing common pitfalls between v2 and v3.

Core Features & Use Cases

  • Syntax Checking: Identifies and highlights syntax differences between Livewire v2 and v3.
  • Component Validation: Ensures that components use the correct v3 tags and directives.
  • Use Case: When migrating from Livewire v2 to v3, this Skill can be used to quickly identify and correct syntax issues in your components.

Quick Start

Use the livewire-v3-syntax skill to check the syntax of your Livewire component 'ExampleComponent.blade.php'.

Frequently Asked Questions about livewire-v3-syntax

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Livewire components for v3 syntax compliance during migration?

To check Livewire components for v3 syntax compliance, validate your blade files against v3 standards to identify discrepancies with v2 syntax. This quickly highlights syntax differences, ensuring components use the correct v3 tags and directives.

What Livewire v2 to v3 syntax differences do I need to look for?

Common Livewire v2 to v3 syntax differences include changes to component tags and directives. Running a syntax check identifies these specific discrepancies, preventing common pitfalls and maintaining consistency with the latest Livewire version standards.

Why is my Livewire component not working after migrating to v3?

Your Livewire component is not working after migrating to v3 likely due to lingering v2 syntax. Validate the component's blade file to identify and correct outdated tags and directives, ensuring full compliance with v3 standards.

Does Livewire v3 syntax checking work on individual blade.php component files?

Yes, Livewire v3 syntax checking works on individual component files like ExampleComponent.blade.php. You validate the syntax of your Livewire component by checking the blade file directly against v3 standards to find v2 discrepancies.

What is the best way to validate Livewire v3 tags and directives?

The best way to validate Livewire v3 tags and directives is to run a component validation check. This identifies and highlights syntax differences between v2 and v3, ensuring your components use the correct v3 tags and directives.

When do I need to validate Livewire component syntax?

You need to validate Livewire component syntax when migrating from v2 to v3. This ensures compliance with the latest Livewire version by identifying and correcting syntax issues in your components before they cause runtime errors.