skill
職業分類
説明
更新
modern-js
ソフトウェア開発者
Use when writing or reviewing JavaScript - prefer ES2025/ES2026 APIs (Iterator helpers, Set methods, Temporal, using, Promise.try, Error.isError, Math.sumPrecise, Map.getOrInsert) over older patterns.
2026-04-21
no-unnecessary-effects
ソフトウェア開発者
Before writing useEffect, run through a decision tree to verify it's actually needed. Prevents the most common React anti-pattern in AI-generated code.
2026-04-16
react-tips
ソフトウェア開発者
10 high-impact React patterns and anti-patterns - state management, performance, hooks, and component design. Use when writing or reviewing React components.
2026-03-25