wayfinder-development — how to use wayfinder-development how to use wayfinder-development, wayfinder-development setup guide, wayfinder-development vs Laravel, wayfinder-development install, what is wayfinder-development, wayfinder-development alternative, wayfinder-development and TypeScript, wayfinder-development for AI agents, wayfinder-development with Vite, wayfinder-development documentation

v1.0.0
GitHub

About this Skill

Perfect for Full Stack Agents working with Laravel and TypeScript/JavaScript needing unified analytics and productivity tools. wayfinder-development is a technical skill that provides a unified analytics dashboard for tracking various development-related tasks and ideas.

Features

Generates routes using the php artisan wayfinder:generate command
Integrates with Laravel for seamless backend endpoint management
Supports importing from @/actions/ or @/routes/ in frontend components
Enables calling Laravel routes from TypeScript/JavaScript
Creates links or navigation to backend endpoints
Works with Vite plugin for efficient route generation

# Core Topics

Manuel-kl Manuel-kl
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
26
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Manuel-kl/Hazon/wayfinder-development

Agent Capability Analysis

The wayfinder-development MCP Server by Manuel-kl is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use wayfinder-development, wayfinder-development setup guide, wayfinder-development vs Laravel.

Ideal Agent Persona

Perfect for Full Stack Agents working with Laravel and TypeScript/JavaScript needing unified analytics and productivity tools.

Core Value

Empowers agents to track todos, wishlist ideas, saved links, and vision boards with a unified analytics dashboard, streamlining development workflows with Laravel routes and TypeScript/JavaScript integrations.

Capabilities Granted for wayfinder-development MCP Server

Automating route generation with php artisan wayfinder:generate
Creating links or navigation to backend endpoints with Laravel and TypeScript/JavaScript
Debugging frontend components referencing backend routes

! Prerequisites & Limits

  • Requires Laravel and TypeScript/JavaScript setup
  • Vite plugin installation recommended for automatic route updates
Project
SKILL.md
1.9 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Wayfinder Development

When to Apply

Activate whenever referencing backend routes in frontend components:

  • Importing from @/actions/ or @/routes/
  • Calling Laravel routes from TypeScript/JavaScript
  • Creating links or navigation to backend endpoints

Documentation

Use search-docs for detailed Wayfinder patterns and documentation.

Quick Reference

Generate Routes

Run after route changes if Vite plugin isn't installed:

php artisan wayfinder:generate --no-interaction

For form helpers, use --with-form flag:

php artisan wayfinder:generate --with-form --no-interaction

Import Patterns

<code-snippet name="Controller Action Imports" lang="typescript">

// Named imports for tree-shaking (preferred)... import { show, store, update } from '@/actions/App/Http/Controllers/PostController'

// Named route imports... import { show as postShow } from '@/routes/post'

</code-snippet>

Common Methods

<code-snippet name="Wayfinder Methods" lang="typescript">

// Get route object... show(1) // { url: "/posts/1", method: "get" }

// Get URL string... show.url(1) // "/posts/1"

// Specific HTTP methods... show.get(1) store.post() update.patch(1) destroy.delete(1)

// Form attributes for HTML forms... store.form() // { action: "/posts", method: "post" }

// Query parameters... show(1, { query: { page: 1 } }) // "/posts/1?page=1"

</code-snippet>

Wayfinder + Inertia

Use Wayfinder with the <Form> component: <code-snippet name="Wayfinder Form (Vue)" lang="vue">

<Form v-bind="store.form()"><input name="title" /></Form> </code-snippet>

Verification

  1. Run php artisan wayfinder:generate to regenerate routes if Vite plugin isn't installed
  2. Check TypeScript imports resolve correctly
  3. Verify route URLs match expected paths

Common Pitfalls

  • Using default imports instead of named imports (breaks tree-shaking)
  • Forgetting to regenerate after route changes
  • Not using type-safe parameter objects for route model binding

Related Skills

Looking for an alternative to wayfinder-development or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication