wayfinder-development — wayfinder-development install wayfinder-development, track-my-task, community, wayfinder-development install, ide skills, wayfinder-development and TypeScript, wayfinder-development and JavaScript, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Full Stack Agents needing seamless backend route management for frontend components in Laravel and TypeScript/JavaScript applications wayfinder-development is a technical skill for managing backend routes in frontend components, utilizing Laravel and TypeScript/JavaScript

Features

Generates routes using the php artisan wayfinder:generate command
Supports integration with Laravel routes and TypeScript/JavaScript applications
Enables creation of links and navigation to backend endpoints
Utilizes Vite plugin for automated route generation
Provides detailed documentation via search-docs

# Core Topics

classferreiracode classferreiracode
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The wayfinder-development skill by classferreiracode 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. Optimized for wayfinder-development install, wayfinder-development and TypeScript, wayfinder-development and JavaScript.

Ideal Agent Persona

Perfect for Full Stack Agents needing seamless backend route management for frontend components in Laravel and TypeScript/JavaScript applications

Core Value

Empowers agents to efficiently manage backend routes with Laravel routes and TypeScript/JavaScript applications, utilizing Vite plugin for automated route generation and facilitating seamless integration with frontend components via @/actions/ or @/routes/ imports

Capabilities Granted for wayfinder-development

Automating route updates in TypeScript/JavaScript applications
Generating links or navigation to backend endpoints in Laravel
Debugging route issues between frontend and backend components

! Prerequisites & Limits

  • Requires Laravel and TypeScript/JavaScript environment
  • Vite plugin installation necessary for automated route generation
  • Manual route generation via php artisan wayfinder:generate command required if Vite plugin isn't installed
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 seamless backend route management for frontend components in Laravel and TypeScript/JavaScript applications wayfinder-development is a technical skill for managing backend routes in frontend components, utilizing Laravel and TypeScript/JavaScript

How do I install wayfinder-development?

Run the command: npx killer-skills add classferreiracode/track-my-task/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: Automating route updates in TypeScript/JavaScript applications, Generating links or navigation to backend endpoints in Laravel, Debugging route issues between frontend and backend components.

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 and TypeScript/JavaScript environment. Vite plugin installation necessary for automated route generation. Manual route generation via php artisan wayfinder:generate command required if Vite plugin isn't installed.

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 classferreiracode/track-my-task/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