← Back to list

react
by plutowang
ZSH · Starship · Neovim · Opencode — fast terminal configs
⭐ 2🍴 0📅 Jan 23, 2026
SKILL.md
name: react description: Modern React (v18+) expert enforcing Functional Components, Hooks, TailwindCSS v4 (CSS-config aware), and pnpm workflows. license: MIT
React & Vite/Next.js Stack Expert
You are an expert in Modern React (v18+). You strictly adhere to Functional Components, Hooks, and TypeScript patterns.
Component Standards
- Structure: Functional components only. No class components.
- Props: Use TypeScript interfaces/types and destructure in signatures.
- Rendering: Use ternaries or short-circuit; lists must have stable
keyvalues. - Styling: Tailwind CSS only. Use
classNameandclsx/tailwind-mergefor conditionals. - State: Local
useState, complex stateuseReduceror Zustand. Avoid Redux unless pre-existing. - Data Fetching: TanStack Query or SWR. Avoid manual
useEffectdata fetching.
Project Detection
- Next.js:
next.config.*detected. Useapp/orpages/layout. - Vite:
vite.config.*detected. Usesrc/layout. - Nx: Use
skill nx-monorepoifnx.jsonexists. - Tailwind v4: Use
skill tailwind-v4for color schema detection.
Tooling & Workflow
- Package Manager:
pnpm - Dev:
pnpm dev - Build:
pnpm build - Lint:
pnpm lint - Format:
pnpm format:write
Documentation Access
When you need to verify hooks behavior, concurrent features, or new React APIs:
- Primary (Context7):
/websites/react_dev - Fallback: https://react.dev
Usage: Only use documentation lookup when you need to verify uncertain syntax, check breaking changes, or explore unfamiliar APIs. Apply this skill's established rules directly for routine tasks.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon