Remix
Official@remix-run
Full-stack web framework engineering for building server-rendered applications with integrated routing, middleware, and standardized monorepo package management.
Agent Skills by Remix
Showing 22 vetted skills indexed across 1 GitHub repositories.
write-guides
Write, rewrite, and audit Remix guide chapters in Markdown documentation.
make-tracking-issue
Creates or revises GitHub tracking issues with structured plans and acceptance gates.
make-decision-doc
Create numbered architectural decision documents under a decisions directory.
author-ui-components
Guides authoring of Remix packages/ui components including primitives, styled wrappers, and style mixins.
typescript-expert
Write and review TypeScript code with strict, precise types following Remix repo conventions.
make-changes
Create and update Remix package change files following repository changelog conventions.
remix
Build and review Remix 3 applications using subpath imports, controllers, middleware, and components.
expert-typescript-programmer
Refactor TypeScript files to enforce strict types and eliminate 'any'.
supersede-pr
Close an old GitHub pull request and validate the replacement PR state.
author-ui-modules
Build idiomatic Remix UI modules with provider/context and role mixins.
make-pr
Draft and open GitHub pull requests with concise descriptions via gh CLI.
write-tests
Write, refactor, or review tests with minimal fixtures in Remix packages.
make-change-file
Create or update Remix repo change files under packages/*/.changes.
review-pr
Review Remix pull requests from a local checkout for correctness and security.
make-demo
Create or revise Remix demos under demos/<name>/ with standard app structure.
publish-placeholder-package
Publish a minimal placeholder npm package at version 0.0.0 to reserve the package name.
add-package
Scaffold and standardize Remix packages to match monorepo conventions.
update-pr
Update a GitHub pull request's title and body to reflect its current diff.
write-ui-module-readme
Generate module READMEs for UI primitives under packages/ui/src/lib.
write-readme
Draft Remix-style package READMEs from API surfaces and usage patterns.
write-api-docs
Add JSDoc to public exports in Remix packages using package.json exports.
remix
Build and review Remix 3 applications with routing, middleware, and validation.
Frequently Asked Questions About Remix
FAQPage SchemaWhat specific tasks can developers perform using these capabilities?▼
Developers can build server-rendered web applications, scaffold standardized monorepo packages, enforce strict TypeScript typing, and generate technical documentation. These capabilities also support managing GitHub pull requests, reviewing code changes, and creating consistent UI modules with provider and context patterns.
Which personas benefit most from these engineering capabilities?▼
Full-stack web engineers, maintainers of large-scale monorepos, and technical documentation specialists benefit most. These capabilities are designed for developers focused on high-performance web architecture, strict type safety, and maintaining clean, well-documented package ecosystems within a unified repository structure.
What are the prerequisites for implementing these framework capabilities?▼
Implementation requires a Node.js environment and familiarity with TypeScript. Developers must have an existing repository structure that follows standard monorepo conventions, specifically utilizing packages/ directories for UI modules and demos, alongside access to GitHub for pull request management.