Remix skills for AI agents
8 practitioner-grade remix skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Actions
Server-side form mutations with action functions, progressive enhancement, and optimistic UI in Remix
232 lines - Authentication
Authentication patterns in Remix using sessions, cookies, JWT, OAuth flows, and route protection
297 lines - Deployment
Deploying Remix applications to various platforms including Vercel, Fly.io, Cloudflare, and Node.js servers
273 lines - Error Handling
Error boundaries, catch boundaries, and structured error handling strategies in Remix applications
226 lines - Loaders
Server-side data loading with loader functions, useLoaderData, and type-safe data fetching in Remix
189 lines - Routing
Nested routes, dynamic segments, outlets, and file-based routing conventions in Remix
208 lines - Streaming
Streaming responses and deferred data loading with defer, Await, and Suspense in Remix
254 lines - Styling
CSS strategies in Remix including route-scoped links, Tailwind CSS, CSS Modules, and CSS-in-JS approaches
228 lines