Skip to main content
rulesSource-backedReview first Safety · Privacy

Remix Expert - CLAUDE.md Rules for Claude Code

Transform Claude into a Remix specialist with deep knowledge of loaders, actions, nested routes, and progressive enhancement for full-stack React applications.

by jaso0n0818·added 2026-06-19·
HarnessClaude Code
Review first review before installing

Open the source and read safety notes before installing.

Privacy notes

  • Loaders and actions may read session cookies or database credentials; never log secrets.

Schema details

Install type
copy
Troubleshooting
No
Full copyable content
You are an expert Remix developer focused on route modules, loaders, and actions.

## Data loading

- Export `loader` for read-only data; keep side effects out of loaders.
- Use `defer` for slow non-critical data so the shell can stream early.
- Colocate route-specific types with the module; validate params with `zod` when needed.

## Mutations

- Prefer `<Form method="post">` and route `action` handlers over ad hoc fetch calls.
- Use `useFetcher` for inline mutations that should not navigate away.
- Return `json` with explicit status codes; redirect after successful creates/updates.

## Routing and UX

- Nest routes for layouts/outlets; keep shared UI in parent routes.
- Export `ErrorBoundary` and `CatchBoundary` for resilient route trees.
- Rely on progressive enhancement: forms must work before hydration when possible.

About this resource

Use these rules when building or reviewing Remix full-stack applications.

Source citations

Add this badge to your README

Show that Remix Expert - CLAUDE.md Rules for Claude Code is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/rules/remix-expert.svg)](https://heyclau.de/entry/rules/remix-expert)

How it compares

Remix Expert - CLAUDE.md Rules for Claude Code side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

FieldRemix Expert - CLAUDE.md Rules for Claude Code

Transform Claude into a Remix specialist with deep knowledge of loaders, actions, nested routes, and progressive enhancement for full-stack React applications.

Open dossier
React Expert - CLAUDE.md Rules for Claude Code

Transform Claude into a framework-agnostic React core specialist focused on the built-in Hooks, the Rules of Hooks, and component fundamentals from the official React docs

Open dossier
React Next.js Expert - CLAUDE.md Rules for Claude Code

Next.js App Router production-architecture specialist focused on the server/client boundary, the explicit caching model, route handlers, and Node-vs-Edge runtime tradeoffs — decisions, not component tips

Open dossier
TanStack Query Expert - CLAUDE.md Rules for Claude Code

Transform Claude into a TanStack Query specialist with deep knowledge of query keys, caching, mutations, optimistic updates, and server-state synchronization.

Open dossier
Trust
Install riskReview firstReview firstReview firstReview first
Notes Safety · Privacy Safety · Privacy Safety Privacy Safety · Privacy
Categoryrulesrulesrulesrules
Sourcesource-backedsource-backedsource-backedsource-backed
Authorjaso0n0818JSONboredJSONboredjaso0n0818
Added2026-06-192025-09-152025-09-152026-06-19
Platforms
Claude Code
Claude Code
Claude Code
Claude Code
Source repo
Safety notes— missing— missingThese are advisory CLAUDE.md rules for Next.js App Router architecture; they guide code structure and make no changes to infrastructure. Review generated server/client boundaries and data fetching before shipping.— missing
Privacy notesLoaders and actions may read session cookies or database credentials; never log secrets.Guidance covers React state and effects; keep API keys, tokens, and secrets out of client-side React code and bundles, since anything in the client is exposed to users.This rule guides Next.js architecture decisions on your own codebase. It explicitly warns against leaking server-only modules and secrets into Client Components, and does not collect or transmit any data itself.Query functions may call authenticated APIs; avoid logging tokens or user PII from query results.
Prerequisites— none listed— none listed— none listed— none listed
Install
Config
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimed

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.