cloudwerk-routing

Installation
SKILL.md

Cloudwerk Routing

File-based routing conventions for Cloudwerk. The app/ directory structure maps directly to URL patterns, with special filenames determining behavior.

When to Apply

Reference these guidelines when:

  • Creating new pages or API routes in a Cloudwerk app
  • Adding layouts that wrap multiple pages
  • Implementing middleware for auth, rate limiting, or request processing
  • Using dynamic route segments ([id], [...slug])
  • Loading data with loader() or handling mutations with action()
  • Adding error or not-found boundaries

Rule Categories by Priority

Related skills
Installs
6
First Seen
Feb 22, 2026