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.
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
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.
| Field | 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. 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 risk | Review first | Review first | Review first | Review first |
| Notes | Safety · Privacy ✓ | Safety · Privacy ✓ | Safety ✓ Privacy ✓ | Safety · Privacy ✓ |
| Category | rules | rules | rules | rules |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | jaso0n0818 | JSONbored | JSONbored | jaso0n0818 |
| Added | 2026-06-19 | 2025-09-15 | 2025-09-15 | 2026-06-19 |
| Platforms | Claude Code | Claude Code | Claude Code | Claude Code |
| Source repo | — | — | — | — |
| Safety notes | — missing | — missing | ✓These 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 notes | ✓Loaders 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 | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.