wayfinder-development

Generate type-safe Laravel route helpers for TypeScript frontend projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve backend-route references during frontend development.

Core Features & Use Cases

  • Generate and resolve route objects for frontend code
  • Provide type-safe helpers to construct URLs and HTTP methods
  • Use cases include importing from '@/actions' or '@/routes', calling Laravel routes from TypeScript, and linking to backend endpoints

Quick Start

Provide a type-safe route object for a controller action.

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 Laravel routes for a TypeScript frontend?

This skill resolves backend-route references by providing type-safe route helpers that construct URLs and HTTP methods for Laravel endpoints. It enables TypeScript frontends to import and call controller actions safely without hardcoded URLs.

What is the best way to call Laravel controller actions from a TypeScript frontend?

Calling Laravel controller actions from TypeScript is handled by generating and resolving route objects. This skill provides type-safe helpers to construct URLs and HTTP methods, bridging frontend code directly to backend endpoints via '@/routes' or '@/actions' imports.

Can I use this to link frontend navigation directly to Laravel backend endpoints?

Yes, this skill bridges frontend navigation to Laravel backend endpoints by generating type-safe route objects. It resolves backend-route references, allowing TypeScript code to import from '@/routes' and construct accurate URLs for consistent endpoint linking.

Do I need a TypeScript-heavy project to resolve Laravel routes with this approach?

Yes, resolving Laravel routes with this approach requires a TypeScript-heavy frontend project interacting with a Laravel backend. The skill generates type-safe route helpers designed specifically for TypeScript environments importing from '@/actions' or '@/routes'.

Why do my frontend API calls break when Laravel backend routes change?

Frontend API calls break when Laravel routes change because hardcoded URLs lack type safety. This skill resolves backend-route references by generating type-safe route objects, ensuring TypeScript code automatically aligns with updated Laravel endpoints.