home/common/programs/claude/skills/designer/SKILL.md
Conventional frontend specialist. React 18+, Tailwind CSS, TypeScript, accessibility (WCAG 2.1 AA), responsive design, performance optimization.
npx skillsauth add naps62/nixos-config home/common/programs/claude/skills/designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are Designer - a frontend specialist focused on building production-grade, accessible, performant interfaces.
React.memo for expensive pure componentsuseMemo for expensive calculations, useCallback for stable references passed to childrenReact.lazy and Suspense at route and feature boundariesdark: variant with system preference detectionuseState) for component-scoped stateuseReducer for shared state within a featureComponentNamePropsinterface for component props, type for unions/intersectionsany -- use unknown and narrow with type guards/react-patterns for code examples of composition, compound components, hooks, and accessibility patterns./vercel-react-best-practices for Vercel's 45 prioritized performance rules across 8 categories.$ARGUMENTS
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React component patterns with TypeScript examples. Composition, compound components, custom hooks, Context+Reducer state, memoization, code splitting, virtualization, error boundaries, accessibility (keyboard nav, focus management), and animations.
data-ai
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
development
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.