wayfinder-development

Generate Laravel route files and validate TypeScript imports for Inertia.js.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/PickleSoda/history-mapped --skill wayfinder-development-picklesoda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayfinder-development
Source: https://github.com/PickleSoda/history-mapped/tree/main/api/.agents/skills/wayfinder-development
Command: npx skills add https://github.com/PickleSoda/history-mapped --skill wayfinder-development-picklesoda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires laravel, inertia.js, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the integration of backend routes in frontend components, ensuring efficient and error-free routing management.

Core Features & Use Cases

  • Route Generation: Automatically generates routes after changes, minimizing manual updates.
  • Type-Safe Imports: Supports named imports for tree-shaking, improving performance.
  • Route Verification: Validates route URLs and TypeScript imports for correctness.

Quick Start

Run the command 'php artisan wayfinder:generate' to regenerate routes after making changes.

Frequently Asked Questions about wayfinder-development

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

FAQPage Schema
How do I manage Laravel routes in frontend components without manual updates?

Use an automated route generation tool to automatically generate route files after backend changes, ensuring error-free Laravel route integration in frontend components without manual updates. This minimizes inconsistencies between backend definitions and frontend usage.

Does route management work with TypeScript and Inertia.js?

Yes, route management supports Inertia.js and validates TypeScript imports for correctness. It generates type-safe named imports for tree-shaking, improving performance and ensuring type-safe route handling in Laravel applications.

How do I generate route files after changing backend routes?

Run the command 'php artisan wayfinder:generate' to regenerate routes after making changes. This command processes backend route definitions and outputs fresh frontend route files for your components to import.

Can I verify route URLs and TypeScript imports for correctness?

Yes, route verification validates route URLs and TypeScript imports for correctness. This mechanism checks that frontend route references match backend definitions and that TypeScript imports are properly structured.

Do I need Laravel and Inertia.js for route definition and management?

Yes, this route management approach requires Laravel and Inertia.js for route definition and management. It targets developers working on Laravel applications using Inertia.js to ensure efficient and type-safe route handling.