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
231 lines - Authentication
Authentication patterns in Remix using sessions, cookies, JWT, OAuth flows, and route protection
296 lines - Deployment
Deploying Remix applications to various platforms including Vercel, Fly.io, Cloudflare, and Node.js servers
272 lines - Error Handling
Error boundaries, catch boundaries, and structured error handling strategies in Remix applications
225 lines - Loaders
Server-side data loading with loader functions, useLoaderData, and type-safe data fetching in Remix
188 lines - Routing
Nested routes, dynamic segments, outlets, and file-based routing conventions in Remix
207 lines - Streaming
Streaming responses and deferred data loading with defer, Await, and Suspense in Remix
253 lines - Styling
CSS strategies in Remix including route-scoped links, Tailwind CSS, CSS Modules, and CSS-in-JS approaches
227 lines