From context-engine
React and frontend patterns - components, hooks, state management, performance. Auto-loaded when working with React/JSX/TSX files or frontend directories.
npx claudepluginhub littlelingo/context-engine --plugin context-engineThis skill uses the workspace's default tool permissions.
- One component per file, file name matches component name
Guides 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.
Share bugs, ideas, or general feedback.
useState) for component-specific dataReact.memo only when profiler confirms unnecessary re-rendersuseMemo/useCallback for expensive computations and stable referencesReact.lazy + Suspense)