Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

react-conventions

Étoiles2
Forks0
Mis à jour27 mai 2026 à 15:49

Use this skill whenever you are about to create, modify, or refactor React code in this project's `frontend/` directory — including components (.tsx files under `components/` or `views/`, plus `App.tsx`), custom hooks (.ts files under `hooks/`), or any file that imports from `react`. Enforces the project's React rules: the 50-line component limit, functional components only, `useMemo`/`useCallback` for expensive computations, and the `use` prefix for custom hooks. Trigger on any task that involves writing JSX/TSX in this repo, even when the user does not name a specific rule — phrases like "build a component", "add a view", "create a hook", "wire up this page", "refactor this React code", "fix this re-render", or "split this component" should all invoke this skill.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly