mayrlabs-framework-react

Installation
SKILL.md

MayR Labs React Doctrine

Purpose

To maintain scalable and performant React applications by eliminating bloated components, prop-drilling, and unstructured side-effects.

Audience

AI Agents scaffolding structural React UI, creating components, or managing frontend state.

Core Rules & Constraints

1. Functional Components Only

  • No class components. Always use functional components and hooks.
  • Use explicit return typing (React.FC is discouraged, just type the parameters and return JSX.Element natively).
Installs
2
First Seen
Apr 8, 2026
mayrlabs-framework-react — mayr-labs/skills