React performance optimization guidelines originally from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, performance issues, bundle optimization, re-render optimization, code-splitting, or memoization.
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, or implement directional (forward/back) navigation animations. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace.
claude plugin marketplace add amcclosky/skills
A collection of development skills and agents.
claude plugin install dev-tools@amcclosky
/commit — Commit pending changes (invokes the commit agent)/create-pr — Create a pull request with context-aware description based on conversationA collection of UI, design, and frontend best-practice skills.
claude plugin install ui-skills@amcclosky
Some skills are adapted from mattpocock/skills and vercel-labs/agent-skills.
npx claudepluginhub amcclosky/skills --plugin ui-skillsA collection of development skills and agents
Frontend development skill with design and implementation checklists
React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing/reviewing/refactoring React code for optimal performance. Covers async patterns, bundle optimization, server/client components, re-render optimization.
Production-grade frontend interfaces that avoid generic AI aesthetics. Based on Anthropic's Frontend Designer Skill with bold creative commitment.
Editorial "Web Wizard" bundle for Claude Code from Antigravity Awesome Skills.
AI-powered UI design skills based on Refactoring UI principles. Evaluate and improve interface designs with expert-validated guidance.
React, Next.js, and React Native best practices with web design guidelines.