wayfinder-development

Generate Wayfinder route helpers and import patterns for Laravel TypeScript frontends.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Daiking07/free --skill wayfinder-development-daiking07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayfinder-development
Source: https://github.com/Daiking07/free/tree/main/free-subject/.github/skills/wayfinder-development
Command: npx skills add https://github.com/Daiking07/free --skill wayfinder-development-daiking07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Activates whenever referencing backend routes in frontend components and streamlines working with Wayfinder route functions in a Laravel + TypeScript context.

Core Features & Use Cases

  • Activate when referencing backend routes in frontend components using Wayfinder patterns.
  • Generate route helpers, import patterns, and form helpers for route integration with frontend.
  • Use with Inertia and Vue forms to bind route data to UI components.

Quick Start

Install and run the generator to sync routes after changes.

Frequently Asked Questions about wayfinder-development

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

FAQPage Schema
How do I generate TypeScript route helpers for Laravel Inertia frontend components?

You generate TypeScript route helpers for Laravel Inertia by running the Wayfinder generator to sync backend routes. This creates consistent import patterns from @/routes and @/actions for use in frontend components.

What is the best way to reference backend Laravel routes in a Vue or TypeScript frontend?

The best way to reference backend Laravel routes in a Vue or TypeScript frontend is by using Wayfinder to map import patterns and form helpers, ensuring frontend components bind directly to backend route data without manual path typing.

How does Wayfinder integrate with Inertia forms to bind route data to UI components?

Wayfinder integrates with Inertia forms by generating form helpers that map directly to backend Laravel routes. This allows Vue or TypeScript UI components to submit and bind data using typed route functions imported from @/actions.

Can I use Wayfinder to map @/actions and @/routes imports in my Laravel TypeScript project?

Yes, you can use Wayfinder to map @/actions and @/routes imports in a Laravel TypeScript project. It provides consistent import pattern mapping and route generation specifically designed for frontend-backend coordination.

How often should I run the Wayfinder route generator when developing a Laravel application?

You should run the Wayfinder route generator after making changes to backend Laravel routes. This syncs the generated TypeScript route helpers, ensuring your frontend imports from @/routes and @/actions remain accurate.

Why do my frontend TypeScript components fail to find newly added Laravel backend routes?

Frontend TypeScript components fail to find newly added Laravel backend routes when the Wayfinder generator has not been run. Running the generator syncs the backend route definitions into frontend route helpers and import patterns.