wayfinder
✓How to work effectively with Laravel Wayfinder, always use when developing frontend features
Installation
SKILL.md
Wayfinder generates TypeScript functions and types for Laravel controllers and routes which you can import into your client side code. It provides type safety and automatic synchronization between backend routes and frontend code.
// Import controller methods (tree-shakable) import { show, store, update } from '@/actions/App/Http/Controllers/PostController'
// Get route object with URL and method... show(1) // { url: "/posts/1", method: "get" }
How to work effectively with Laravel Wayfinder, always use when developing frontend features Source: markhamsquareventures/essentials.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/markhamsquareventures/essentials --skill wayfinder- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is wayfinder?
How to work effectively with Laravel Wayfinder, always use when developing frontend features Source: markhamsquareventures/essentials.
How do I install wayfinder?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/markhamsquareventures/essentials --skill wayfinder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/markhamsquareventures/essentials
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01