wayfinder-conventions

Installation
SKILL.md

Wayfinder Conventions

When to Activate This Skill

Activate this skill alongside the wayfinder-development skill whenever:

  • Working with routing in frontend components
  • Creating links, navigation, or form submissions
  • Importing from @/actions/ or @/routes/
  • Making decisions about which routing pattern to use

Project Preference: Actions Over Routes

In this project, strongly prefer using actions (invokable controllers) over named routes whenever possible.

Why Actions Are Better for This Project

Installs
16
First Seen
Jul 5, 2026
wayfinder-conventions — ceilidhboy/skills