routing▌
12 indexed skills · max 10 per page
physicsnemo-discover
nvidia/skills · accelerated-computing
Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting, downscaling, physics-informed, inverse, generative). Points at existing files via live repo search; never writes code. Do NOT use for installation or environment setup, training-loop or other code authoring/scaffolding, contributor/CI/packaging questions, repo-specific questions in physicsnemo-sym/-cfd/-curator, or general (non-physics) ML/PyTorch.
cuopt-routing-formulation
nvidia/skills · cuopt
Vehicle routing (VRP, TSP, PDP) — problem types and data requirements. Domain concepts; no API or interface.
cuopt-routing-api-python
nvidia/skills · cuopt
Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python.
create-visitor-routing-skill
saintjavelin.com/create-visitor-routing-skill-ukomyn · commerce
Route every saintjavelin.com visitor to the best next action — buy, gift, support Made-in-Ukraine production, learn impact, donate to vetted partners, subscribe, share, or wait for a drop — optimizing trust, repeat purchase, and mission credibility over single-session conversion. Prefers the site's published agents.md + UCP MCP over scripted browsing.
plan-route
mvg.de/plan-route-tn9m0v · transportation
Plan a public-transport route between two stops in the Munich (MVV) network — returns leg-by-leg lines, departure/arrival times, real-time delays, intermediate stops, walking transfers, and ticketing-zone info. Read-only; never books.
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