For Remix
Project Spine for Remix
Loaders, actions, and nested routes — rendered into rules an agent can follow.
Project Spine reads your Remix route tree and server/client split, then compiles agent instructions that respect loaders, actions, and the data boundary.
What Spine detects in a Remix repo
- Route tree including nested and pathless routes
- Loaders and actions per route
- Server utilities (cookies, sessions)
- Deployment adapter (Node, Vercel, Cloudflare)
Get started
~ — spine inspect --repo .
$ npm install -g project-spine@next $ spine inspect --repo . ✓ detected Remix / React Router 7 $ spine compile --brief ./brief.md --repo . ✓ wrote AGENTS.md, CLAUDE.md, copilot-instructions.md
Templates that fit Remix
- app-dashboardAuthenticated app with nested dashboards.
- saas-marketingRemix-flavored marketing site.
Guardrails Spine compiles for Remix
- Server-vs-client contract on every shared module
- Session + cookie rules surfaced
- Form action patterns as agent rules
- Error boundary coverage