Remix avatar

Remix

Official

@remix-run

0Followers
|
40Public Repos
|
22Published Skills

Full-stack web framework engineering for building server-rendered applications with integrated routing, middleware, and standardized monorepo package management.

Skills Distribution
DomainDeveloper To...Web Framework Arch.. (40%)Monorepo Maintenance (30%)Documentation Engi.. (20%)Quality Assurance (10%)

Agent Skills by Remix

Showing 22 vetted skills indexed across 1 GitHub repositories.

remix-runremix-run
33.3k

write-guides

Write, rewrite, and audit Remix guide chapters in Markdown documentation.

Official
Intermediate
remix-runremix-run
33.3k

make-tracking-issue

Creates or revises GitHub tracking issues with structured plans and acceptance gates.

Official
Intermediate
remix-runremix-run
33.3k

make-decision-doc

Create numbered architectural decision documents under a decisions directory.

Official
Basic
remix-runremix-run
33.3k

author-ui-components

Guides authoring of Remix packages/ui components including primitives, styled wrappers, and style mixins.

Official
Advanced
remix-runremix-run
33.3k

typescript-expert

Write and review TypeScript code with strict, precise types following Remix repo conventions.

Official
Intermediate
remix-runremix-run
33.3k

make-changes

Create and update Remix package change files following repository changelog conventions.

Official
Intermediate
remix-runremix-run
33.3k

remix

Build and review Remix 3 applications using subpath imports, controllers, middleware, and components.

Official
Advanced
remix-runremix-run
33.3k

expert-typescript-programmer

Refactor TypeScript files to enforce strict types and eliminate 'any'.

Official
Advanced
remix-runremix-run
33.3k

supersede-pr

Close an old GitHub pull request and validate the replacement PR state.

Official
Advanced
remix-runremix-run
33.3k

author-ui-modules

Build idiomatic Remix UI modules with provider/context and role mixins.

Official
Intermediate
remix-runremix-run
33.3k

make-pr

Draft and open GitHub pull requests with concise descriptions via gh CLI.

Official
Intermediate
remix-runremix-run
33.3k

write-tests

Write, refactor, or review tests with minimal fixtures in Remix packages.

Official
Intermediate
remix-runremix-run
33.3k

make-change-file

Create or update Remix repo change files under packages/*/.changes.

Official
Intermediate
remix-runremix-run
33.3k

review-pr

Review Remix pull requests from a local checkout for correctness and security.

Official
Intermediate
remix-runremix-run
33.3k

make-demo

Create or revise Remix demos under demos/<name>/ with standard app structure.

Official
Advanced
remix-runremix-run
33.3k

publish-placeholder-package

Publish a minimal placeholder npm package at version 0.0.0 to reserve the package name.

Official
Intermediate
remix-runremix-run
33.3k

add-package

Scaffold and standardize Remix packages to match monorepo conventions.

Official
Intermediate
remix-runremix-run
33.3k

update-pr

Update a GitHub pull request's title and body to reflect its current diff.

Official
Intermediate
remix-runremix-run
33.3k

write-ui-module-readme

Generate module READMEs for UI primitives under packages/ui/src/lib.

Official
Intermediate
remix-runremix-run
33.3k

write-readme

Draft Remix-style package READMEs from API surfaces and usage patterns.

Official
Intermediate
remix-runremix-run
33.3k

write-api-docs

Add JSDoc to public exports in Remix packages using package.json exports.

Official
Intermediate
remix-runremix-run
33.3k

remix

Build and review Remix 3 applications with routing, middleware, and validation.

Official
Intermediate

Frequently Asked Questions About Remix

FAQPage Schema
What 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.