What problem does it solve?
Solves inconsistent ReScript code quality by offering expert, policy-driven guidance.
Core Features & Use Cases
- Guided Onboarding: Establishes a consistent ReScript project structure, tooling, and templates for new repositories.
- Code Quality Enforcement: Promotes exhaustive pattern matching, explicit types, and safe JavaScript interop practices across codebases.
- API Design & Review: Provides standards for module boundaries, dependency injection, and clean abstractions to improve maintainability.
- Use Case: When starting a new ReScript project or conducting code reviews, apply the skill to align with best practices and reduce runtime errors.
Quick Start
Create a new ReScript project using the recommended configs, then set up the local tooling with the justfile templates and references provided in this skill. Initialize the project with mise/node for consistent runtimes, copy over references/rescript-template.json and references/gitignore, and verify with just check.