From sumik
React 19.x development guide covering internals (rendering, reconciliation, Fiber), design patterns (Container/Presenter, HOC, Render Props, Compound Components), state management (useState to Zustand/TanStack Query, nuqs/Jotai), error handling (ErrorBoundary, React 19 error APIs), accessibility (ARIA, focus management, keyboard navigation, WCAG 2.1 AA), performance optimization (react-doctor, React Compiler, memoization), UI animation patterns (CSS transitions, easing), React Testing Library (RTL queries, interactions, TDD patterns), and Storybook (CSF3, interaction testing, a11y). Use when package.json contains 'react' (without 'next'), or when working on React-specific concerns in any framework. Also covers Storybook story creation, play function interaction tests, and axe-core a11y testing. For Next.js-specific features, use developing-nextjs instead. For E2E testing, use testing-e2e-with-playwright. For general testing methodology, use testing-code.
npx claudepluginhub sumik5/sumik-claude-plugin --plugin sumikThis skill uses the workspace's default tool permissions.
詳細な手順・ガイドラインは `INSTRUCTIONS.md` を参照してください。
INSTRUCTIONS.mdreferences/ANIMATION.mdreferences/CLEAN-ARCHITECTURE.mdreferences/RD-ACCESSIBILITY.mdreferences/RD-DESIGN-PATTERNS.mdreferences/RD-ERROR-HANDLING.mdreferences/RD-MODERN-REACT.mdreferences/REACT-GUIDE.mdreferences/REACT-TDD-PATTERNS.mdreferences/RI-DATA-MANAGEMENT.mdreferences/RI-FRAMEWORKS.mdreferences/RI-PATTERNS.mdreferences/RI-PERFORMANCE.mdreferences/RI-TESTING-AND-TOOLING.mdreferences/RI-TYPESCRIPT-REACT.mdreferences/RP-AGENTS.mdreferences/RP-README.mdreferences/RP-metadata.jsonreferences/RP-rules/_sections.mdreferences/RP-rules/_template.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
詳細な手順・ガイドラインは INSTRUCTIONS.md を参照してください。