Agent Skills: Remix Route Generator

Generate Remix route files with loaders, actions, and meta. Triggers on "create remix route", "generate remix page", "remix loader", "remix action".

UncategorizedID: ehtbanton/ClaudeSkillsRepo/remix-route-generator

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ehtbanton/ClaudeSkillsRepo/tree/HEAD/remix-route-generator

Skill Files

Browse the full folder contents for remix-route-generator.

Download Skill

Loading file tree…

remix-route-generator/SKILL.md

Skill Metadata

Name
remix-route-generator
Description
Generate Remix route files with loaders, actions, and meta. Triggers on "create remix route", "generate remix page", "remix loader", "remix action".

Remix Route Generator

Generate Remix route files with data loading and form handling.

Output Requirements

File Output: *.tsx route files Format: Valid Remix route Standards: Remix 2.x

When Invoked

Immediately generate a complete Remix route with loader and action.

Example Invocations

Prompt: "Create Remix route for products" Output: Complete products._index.tsx with loader and action.