remix
Build full-stack web apps and manage Remix contributions with AI
All Skills in This Repository (22)
Pure Emerald Level Indicatorsexpert-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.
Frequently Asked Questions
FAQPage SchemaHow to install Remix skills?โผ
Run `npx skills add remix-run/remix --all -g -y` in your terminal to install all skills in this suite globally.
How to build a Remix app with AI?โผ
The remix skill guides your agent through routes, controllers, middleware, data validation, auth, sessions, and UI components using production-quality patterns.
Can AI fix Remix GitHub issues automatically?โผ
Yes. The fix-issue skill fetches the issue, reproduces the bug with a failing test, implements the fix, and opens a pull request.
Does Remix work with Claude Code and other agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenClaw, Cursor, and Codex.
Can AI write tests and docs for Remix packages?โผ
Yes. Dedicated skills handle test writing, README drafting, API JSDoc, and release notes following the repository's exact conventions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core