ワンクリックで
react
React code standards. Use when writing or reviewing React components, hooks, and JSX/TSX code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
React code standards. Use when writing or reviewing React components, hooks, and JSX/TSX code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | react |
| description | React code standards. Use when writing or reviewing React components, hooks, and JSX/TSX code. |
| user-invocable | false |
React.FC — type props directly: const Comp = ({ title }: CompProps) => {}setCount(prev => prev + 1)useState(() => expensiveCalc())useCallback for functions passed to list items or memoized childrenuseMemo only when computation is genuinely expensive — profile firststartTransition for non-urgent updates (search, filtering)use + verb: useAuth, useFetchUserscount > 0 && NOT count && (avoids rendering 0)<> over wrapping <div> when no DOM node needed<Button />cn() utility mandatory for conditional classes — NEVER template literalscva is the ONLY exception for extracting class variants[error, data] — NEVER throw in componentsDeep interview for a single feature or module brief that produces a final spec or implementation plan.
@nextnode-solutions/logger standards. Reference this skill when a project uses @nextnode-solutions/logger or when logger integration is being added.
Manage n8n workflows on the NextNode automation instance with the local n8n-cli tool.
NextNode brand guidelines — color palette, typography, logo system, and per-project branding rules. Use when doing UI/frontend work on a NextNode project.
NextNode ecosystem hub. Auto-load when working on any NextNode or SaaS project — covers nextnode.toml config, CI workflows, docker-compose rules, and cross-references to package skills.
Audit a NextNode/SaaS project against all NextNode standards — produces a compliance report with pass/fail/missing status for every required item.