What problem does it solve? Building accessible navigation systems and configuring routing across frontend and backend frameworks requires coordinating many patterns—menus, tabs, breadcrumbs, client-side routers, and server-side URL configuration—which is error-prone and time-consuming without structured guidance. ## Core Features & Use Cases - Frontend Navigation Components: Implement horizontal menus, side navigation, mega menus, tabs, breadcrumbs, pagination, command palettes, and mobile hamburger/bottom navigation with WCAG 2.1 AA accessibility. - Client-Side Routing: Configure React Router v6 with loaders and actions, or Next.js App Router with parallel and intercepting routes, including URL state synchronization and route guards. - Backend Routing: Organize server-side routes using Flask blueprints, Django URL namespaces with path converters, and FastAPI routers with dependencies. - Use Case: When building a dashboard that needs a collapsible sidebar, breadcrumb trails, and protected routes, use this Skill to generate the navigation tree, validate it with the included scripts, and wire up React Router with role-based route guards. ## Quick Start Ask the AI to implement an accessible navigation system with breadcrumbs and client-side routing for your React or Next.js project.