routing▌
7 indexed skills · max 10 per page
hono-routing
jezweb/claude-skills · Productivity
Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, and Node.js. \n \n Supports routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, and security features (CSRF, secure headers) \n Type-safe context extension with c.set() and c.get() , full TypeScript inference for request/response data \n RPC pattern enables type-safe client/server communication without manual API definitions; export route types for instant IDE autocomplete \n Prevents 10 documented issu
nextjs-advanced-routing
wsimmonds/claude-nextjs-skills · Frontend
Provide comprehensive guidance for advanced Next.js App Router features including Route Handlers (API routes), Parallel Routes, Intercepting Routes, Server Actions, error handling, draft mode, and streaming with Suspense.
frontend-routing
aj-geddes/useful-ai-prompts · Frontend
Implement client-side routing with navigation, lazy loading, protected routes, and state management for multi-page single-page applications.
lead-routing
claude-office-skills/skills · Productivity
Intelligent lead assignment and routing system with AI-powered scoring, territory mapping, round-robin distribution, and workload balancing. Based on n8n's HubSpot/Salesforce automation templates.
flutter-routing-and-navigation
flutter/skills · Productivity
Navigate between screens, handle deep linking, and manage data passing in Flutter applications. \n \n Evaluates app requirements to select the optimal routing strategy: imperative Navigator for simple flows, declarative Router / go_router for deep linking and web support, or nested Navigator for independent sub-flows \n Supports data passing between routes via constructor arguments (preferred) or RouteSettings with type-safe argument extraction \n Implements named routes with MaterialApp.routes
flutter-implementing-navigation-and-routing
flutter/skills · Productivity
Imperative and declarative routing patterns for Flutter screen transitions and deep linking. \n \n Covers both Navigator (imperative, stack-based) and Router (declarative, URL-synchronized) approaches with guidance on when to use each \n Supports deep linking on iOS, Android, and Web; includes data passing via constructors, route arguments, and return values \n Implements nested navigation for multi-step flows (e.g., setup wizards) with independent sub-navigators and back-button interception \n
angular-routing
analogjs/angular-skills · Productivity
Angular v20+ routing with lazy loading, functional guards, resolvers, and signal-based route parameters. \n \n Supports lazy loading of feature modules and individual components with loadChildren and loadComponent \n Functional guards for authentication, role-based access control, and unsaved changes detection; resolvers pre-fetch data before route activation \n Route parameters and query strings bind directly to component inputs via withComponentInputBinding() , with signal-based access to Acti