wayfinder-development — community wayfinder-development, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Full Stack Agents needing unified analytics and route management for Laravel applications. A personal vision and productivity hub: track todos, wishlist ideas, saved links, and vision boards with a unified analytics dashboard

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

Agent Capability Analysis

The wayfinder-development skill by Manuel-kl is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Full Stack Agents needing unified analytics and route management for Laravel applications.

Core Value

Empowers agents to streamline backend route management with Laravel, utilizing php artisan wayfinder:generate for efficient route updates and TypeScript/JavaScript integration for seamless frontend interactions.

Capabilities Granted for wayfinder-development

Generating routes for Laravel applications
Creating links and navigation to backend endpoints
Tracking todos, wishlist ideas, and vision boards with unified analytics

! Prerequisites & Limits

  • Requires Laravel setup
  • Needs Vite plugin for automated route updates
  • Limited to TypeScript/JavaScript and PHP interactions
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

wayfinder-development

Install wayfinder-development, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is wayfinder-development?

Perfect for Full Stack Agents needing unified analytics and route management for Laravel applications. A personal vision and productivity hub: track todos, wishlist ideas, saved links, and vision boards with a unified analytics dashboard

How do I install wayfinder-development?

Run the command: npx killer-skills add Manuel-kl/Hazon/wayfinder-development. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for wayfinder-development?

Key use cases include: Generating routes for Laravel applications, Creating links and navigation to backend endpoints, Tracking todos, wishlist ideas, and vision boards with unified analytics.

Which IDEs are compatible with wayfinder-development?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for wayfinder-development?

Requires Laravel setup. Needs Vite plugin for automated route updates. Limited to TypeScript/JavaScript and PHP interactions.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Manuel-kl/Hazon/wayfinder-development. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use wayfinder-development immediately in the current project.

Related Skills

Looking for an alternative to wayfinder-development or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

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
AI

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
AI