epic-routing

Automate Epic Stack routing configuration with React Router and react-router-auto-routes.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/M-Kolacz/michalkolacz.com --skill epic-routing-m-kolacz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-routing
Source: https://github.com/M-Kolacz/michalkolacz.com/tree/main/docs/skills/epic-routing
Command: npx skills add https://github.com/M-Kolacz/michalkolacz.com --skill epic-routing-m-kolacz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in implementing reliable and scalable route structures in Epic Stack apps using React Router and react-router-auto-routes.

Core Features & Use Cases

  • File-based routing setup: defines routes, nested layouts, and route parameters following Epic Stack conventions.
  • Resource and loader patterns: demonstrates how to configure loaders and actions for data fetching and mutations within routes.
  • Quick project scaffolding: provides a ready-to-use routing structure for common Epic Stack apps.

Quick Start

Start by integrating epic-routing into an existing Epic Stack project and align your app routes with the recommended file structure.

Frequently Asked Questions about epic-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up file-based routing in an Epic Stack project?

File-based routing in an Epic Stack project is set up using React Router and react-router-auto-routes to define routes, nested layouts, and parameterized paths automatically based on your file structure.

How do I configure loaders and actions for data fetching in React Router?

Loaders and actions are configured within your route files to handle data fetching and mutations, aligning with Epic Stack guidelines to ensure reliable data loading and route composition.

Does Epic Stack support automatic nested layouts and route parameters?

Epic Stack supports automatic nested layouts and parameterized paths by applying react-router-auto-routes conventions, ensuring your project scaffolds adhere to scalable route structures.

What is the best way to scaffold routing for a new Epic Stack application?

The best way to scaffold routing is to integrate auto-routes into your project, providing a ready-to-use file-based routing structure that follows Epic Stack conventions for page navigation patterns.

Can I use resource routes with React Router in Epic Stack?

Resource routes are fully supported in Epic Stack by configuring React Router patterns, allowing you to handle specific data requests and mutations outside of the standard layout composition.