wayfinder-development

Generate type-safe TypeScript helpers for Laravel routes and controller actions.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/o2b3k/idomarketingbot --skill wayfinder-development-o2b3k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayfinder-development
Source: https://github.com/o2b3k/idomarketingbot/tree/main/.cursor/skills/wayfinder-development
Command: npx skills add https://github.com/o2b3k/idomarketingbot --skill wayfinder-development-o2b3k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates runtime errors and broken links between your frontend and backend by providing type-safe helpers for Laravel routes and controller actions.

Core Features & Use Cases

  • Typed Route Helpers: Automatically generates TypeScript functions for all Laravel routes, ensuring your frontend always calls the correct URL.
  • Form Integration: Provides seamless integration with Inertia forms, allowing you to bind form attributes directly to backend actions.
  • Use Case: When building a new feature, use this skill to generate route helpers so that your React components can call controller actions with full IDE autocompletion and type safety.

Quick Start

Run the artisan command to generate the latest route and action helpers for your project.

Frequently Asked Questions about wayfinder-development

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

FAQPage Schema
How do I generate type-safe TypeScript helpers for Laravel routes?

Type-safe TypeScript helpers for Laravel routes are generated by running an artisan command that performs automated route discovery and creates tree-shakable import patterns for frontend components.

What is the best way to bind Inertia form attributes to Laravel controller actions?

Binding Inertia form attributes to Laravel controller actions is achieved by using generated type-safe helpers that provide reliable URL generation and query parameter handling for frontend components.

Does Wayfinder work with TypeScript and Laravel Inertia for frontend routing?

Wayfinder works with TypeScript and Laravel Inertia by bridging backend endpoints and frontend components, ensuring consistent API communication through automated route discovery and typed URL generation.

Why do my frontend components call incorrect Laravel API endpoints at runtime?

Incorrect Laravel API endpoint calls at runtime occur due to a lack of type safety between frontend and backend integration, which can be eliminated by using generated TypeScript route helpers for autocompletion.

Can I use tree-shakable imports for Laravel route generation in React components?

Tree-shakable imports for Laravel route generation are supported, allowing React components to call controller actions with full IDE autocompletion while maintaining end-to-end type safety.