frontend▌
1,025 indexed skills · max 10 per page
web-design-patterns
jezweb/claude-skills · Frontend
Principle-based design patterns for website sections that avoid AI-generated aesthetics. \n \n Covers five core section types: heroes, cards, CTAs, trust signals, and testimonials with context-specific guidance for different business types \n Teaches WHY and WHEN to use each pattern, not just templates; includes explicit anti-patterns like democratic design, perfect symmetry, and generic copy \n Provides cross-cutting principles on hierarchy, asymmetry, and restraint that apply across all patter
build-dashboard
anthropics/knowledge-work-plugins · Frontend
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
ui-skills
sickn33/antigravity-awesome-skills · Frontend
Ui Skills \n Overview \n Opinionated, evolving constraints to guide agents when building interfaces \n When to Use This Skill \n Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces. \n Instructions \n This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces. \n For more information, see the source repository .
react-patterns
sickn33/antigravity-awesome-skills · Frontend
Modern React patterns and best practices for production applications. \n \n Covers component design principles, hook extraction patterns, and state management selection across complexity levels from simple useState to global stores like Zustand and Redux Toolkit \n Includes React 19 patterns with new hooks (useActionState, useOptimistic, use) and compiler benefits for automatic memoization \n Provides composition patterns including compound components, render props vs hooks trade-offs, and highe
finance-metrics-quickref
deanpeters/product-manager-skills · Frontend
Fast lookup table for 30+ SaaS finance metrics, formulas, benchmarks, and red flags. \n \n Covers four metric families: Revenue & Growth, Unit Economics, Capital Efficiency, and Efficiency Ratios, each with formula, benchmark, and red flag \n Includes four decision frameworks for feature investment, channel scaling, pricing changes, and business health assessment by stage \n Organized for speed: scan the reference table, check red flags by category, apply the relevant framework to your deci
react-patterns
casper-studios/casper-marketplace · Frontend
Core React patterns for component design, state management, and optimization.
design-handoff
aj-geddes/useful-ai-prompts · Frontend
Design handoff bridges design and development, ensuring developers have all information needed to implement designs accurately and efficiently.
nextjs-performance
giuseppe-trisciuoglio/developer-kit · Frontend
Comprehensive Next.js performance optimization covering Core Web Vitals, modern React patterns, and production-grade techniques. \n \n Covers Core Web Vitals optimization (LCP, INP, CLS), image/font optimization with next/image and next/font , and caching strategies using unstable_cache and revalidateTag \n Guides conversion of Client Components to Server Components, implementation of Suspense streaming for progressive loading, and bundle size reduction through code splitting \n Includes Next.js
mcp-builder
jezweb/claude-skills · Frontend
Build and deploy MCP servers in Python using FastMCP with tools, resources, and prompts. \n \n Scaffolds a working Python MCP server from a description; supports tools (callable functions), resources (readable data), and prompts (reusable templates) \n Includes local testing modes (direct run, dev mode with auto-reload, HTTP transport) and MCP Inspector integration \n Deploys to FastMCP Cloud, Docker, or Cloudflare Workers; pre-deploy checklist catches common issues like missing module-level ser
auth0-nextjs
auth0/agent-skills · Frontend
Add Auth0 authentication to Next.js apps with session management, protected routes, and middleware. \n \n Supports both App Router and Pages Router with automatic OAuth callback handling via /auth/login , /auth/logout , and /auth/callback endpoints \n Provides server-side session access through auth0.getSession() for Server Components and API routes, plus client-side useUser() hook for client components \n Requires middleware configuration ( middleware.ts for Next.js 15+, or proxy.ts for Next.js