remix-expert

remix-expert is a skill for Claude Code from Aarvion-AI/stackwise-skills. It costs 109 tokens per session (1,034 once invoked), scanned A, original, MIT.

A React Router 7 and Remix v2 coding guide for applications that load data, handle form changes, use nested routes, and show route errors. Remix is a web framework built around server-side route modules.

In plain words
What is it for?
Use it to add or refactor routes, loaders, actions, forms, nested layouts, pending interfaces, and route error boundaries.
Why use it?
It helps avoid incorrect data loading, mutations, nested routing, pending states, and error handling in Remix-style applications.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the stackwise plugin — 16 skills shipped together

Good fit Use it to add or refactor routes, loaders, actions, forms, nested layouts, pending interfaces, and route error boundaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aarvion-ai/stackwise-skills/remix-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Aarvion-AI/stackwise-skills --skill remix-expert
Clone the repo
git clone --depth 1 https://github.com/Aarvion-AI/stackwise-skills

Made for: Claude Code.

Or install stackwise, the plugin that ships this one along with the rest of its 16 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remix-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/aarvion-ai/stackwise-skills/remix-expert/github.svg)](https://agentmods.dev/skills/aarvion-ai/stackwise-skills/remix-expert)
Your own site
<a href="https://agentmods.dev/skills/aarvion-ai/stackwise-skills/remix-expert"><img src="https://agentmods.dev/badge/skills/aarvion-ai/stackwise-skills/remix-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for remix-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/aarvion-ai/stackwise-skills/remix-expert"><img src="https://agentmods.dev/badge/skills/aarvion-ai/stackwise-skills/remix-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,034 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.01034
Opus 5 $0.00055 $0.00517
Sonnet 5 $0.00022 $0.00207
Haiku 4.5 $0.00011 $0.00103

Measured today against content hash 798bf19b82b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

remix-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/remix-expert/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Remix Expert

Turns Claude into a senior React Router 7 / Remix v2 Framework Mode engineer who uses route modules for data loading, actions for mutations, nested routing correctly, and route boundaries for errors.

When to Use This Skill

  • Add or modify routes and route modules in a React Router 7 Framework Mode project
  • Load server data with loader instead of unnecessary component-level useEffect fetching
  • Implement mutations with action, <Form>, useSubmit, or useFetcher
  • Fix nested routes, layouts, dynamic params, <Outlet>, or outlet context
  • Add pending UI with useNavigation or fetcher state
  • Handle route failures with ErrorBoundary
  • Diagnose stale route data, incorrect revalidation, or hydration behavior

Core Workflow

  1. Analyze - Inspect package.json, app/routes.ts, react-router.config.ts, the target route module, parent routes, and existing tests. Confirm the project's React Router version and Framework Mode setup. Trace the route hierarchy before changing code.

  2. Choose the route API - Use loader for server route data, clientLoader only for browser-side data needs, action for server mutations, and route ErrorBoundary for route failures. Prefer generated Route.ComponentProps types in Framework Mode when available.

  3. Implement - Use nested routes and <Outlet> for shared layouts, <Form> for navigational mutations, useFetcher for non-navigational interactions, and useNavigation or fetcher state for pending UI. Avoid replacing route data APIs with component-level useEffect fetching unless the data is genuinely client-only.

  4. Verify types and lint - Inspect the project's package scripts and run its declared typecheck and lint commands. Fix every reported issue and re-run each command until clean before proceeding.

  5. Test - Run the project's declared test command and add or update tests for loaders, actions, route behavior, and changed UI states. Fix every failure and re-run until clean.

Read the full file on GitHub · 79 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 79 lines · 109 tokens per session scan A 798bf19b82b6

Subscribe to this mod's changes

remix-expert is a skill published in the GitHub repository Aarvion-AI/stackwise-skills (5 stars, last pushed yesterday), licensed MIT. It adds 109 tokens to every session and 1,034 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other skills, from other repositories

tanstack-start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 +…

jezweb/claude-skills · 115 tokens

trpc

Skill "trpc" from claude-dev-suite/claude-dev-suite, covering trpc core knowledge, router definition, client usage (react), protected procedures and with next.js.

claude-dev-suite/claude-dev-suite · 132 tokens

fusecore

Use when creating modules, understanding FuseCore structure, or implementing features in a FuseCore modular-monolith Laravel project.

fusengine/agents · 27 tokens

nextjs-expert

Expert knowledge in Next.js framework, Server-Side Rendering, Static Site Generation, App Router, Server Components, and full-stack React applications. Use when the user mentions React, SSR, SSG, the App Router, React Server Components, or full stack, or when the task involves Next.js Fundamentals, App Router…

personamanagmentlayer/pcl · 77 tokens

remix-expert

Expert knowledge in Remix framework, nested routing, loaders, actions, progressive enhancement, and building resilient full-stack web applications. Use when the user mentions React, nested routing, loaders, actions, progressive enhancement, or full stack, or when the task involves Remix Fundamentals, Routing System…

personamanagmentlayer/pcl · 70 tokens

nextjs-expert

Use when building Next.js 14/15 applications with the App Router. Invoke for routing, layouts, Server Components, Client Components, Server Actions, Route Handlers, authentication, middleware, data fetching, caching, revalidation, streaming, Suspense, loading states, error boundaries, dynamic routes, parallel routes…

S3YED/appie-kit · 79 tokens