What problem does it solve?
Duplicated or ad-hoc remix demos are hard to maintain, leaving new contributors without clear, production-grade examples. The Make Demo skill provides a structured approach to create or revise demos that teach Remix patterns with good hygiene and durable code artifacts.
Core Features & Use Cases
- Guides contributors to craft focused demos under demos/<name>/ that showcase Remix packages, patterns, and best practices.
- Enforces a consistent project structure (demos/<name>/app, server, public, and documentation) and a readable code layout that readers can adapt.
- Helps review existing demos for clarity, accessibility, and production-readiness, ensuring code hygiene and realistic edge cases.
Quick Start
Create or revise a demo under demos/<name>/ following the repository's conventions to ensure a durable, well-documented, production-ready example