frontend▌
1,037 indexed skills · max 10 per page
vercel-react-view-transitions
vercel-labs/agent-skills · Frontend
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, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view
deploy-to-vercel
vercel-labs/agent-skills · Frontend
Deploy applications and websites to Vercel with automatic git integration and preview URLs. \n \n Supports three deployment paths: git-push (ideal for linked projects), direct CLI deployment, and no-auth fallback for sandboxed environments \n Automatically detects project state (linked via .vercel/project.json or .vercel/repo.json , git remote presence, CLI authentication) and chooses the best deployment method \n Handles team selection for multi-team accounts and uses --scope to deploy to the c
create-design-system-rules
figma/mcp-server-guide · Frontend
Custom design system rules for consistent Figma-to-code implementation across your project. \n \n Generates project-specific conventions for component organization, styling, design tokens, and asset handling that guide AI agents to produce consistent code \n Supports three rule file formats: CLAUDE.md for Claude Code, AGENTS.md for Codex CLI, and .cursor/rules/figma-design-system.mdc for Cursor \n Requires Figma MCP server connection and codebase analysis to discover existing patterns before rul
database-schema-design
secondsky/claude-skills · Frontend
Comprehensive database schema design patterns for PostgreSQL and MySQL with normalization, relationships, constraints, and error prevention.
frontend-design
jwynia/agent-skills · Frontend
Analyze existing designs and generate production-grade design systems with intentional aesthetics. \n \n Three operational modes: analyze CSS for patterns and tokens, specify design requirements in JSON, and generate color palettes, typography systems, design tokens, and framework components \n Supports React, Vue, Svelte, and vanilla HTML with multiple styling approaches (Tailwind, CSS modules, styled-components, scoped CSS) \n Includes accessibility auditing (contrast ratios, focus states, tou
nuxt-ui
onmax/nuxt-skills · Frontend
Styled UI component library for Vue 3 and Nuxt 4+ with 125+ components, form validation, and theme customization. \n \n Built on Reka UI headless primitives, Tailwind CSS v4, and Tailwind Variants for type-safe, accessible components \n Includes forms with Zod/Valibot validation, data tables with sorting, modals, toasts, drawers, and command palettes \n Semantic color system and CSS variable theming via app.config.ts for consistent design customization \n Composables like useToast, useOverlay, a
sentry-svelte-sdk
getsentry/sentry-for-ai · Frontend
sentry-svelte-sdk
ui-ux-expert
martinholovsky/claude-skills-generator · Frontend
$22
vue
onmax/nuxt-skills · Frontend
Composition API patterns, component architecture, and testing practices for Vue 3 projects. \n \n Modular reference system covering components, composables, utilities, testing, TypeScript patterns, routing, reactivity, directives, and provide/inject \n Load only task-relevant files to minimize token usage (base ~250 tokens, sub-files 500–1500 tokens each) \n Includes best practices for props/emits typing, reactive destructuring, VueUse integration, and Vitest component testing \n Covers edge cas
slack-bot-builder
davila7/claude-code-templates · Frontend
The Bolt framework is Slack's recommended approach for building apps. It handles authentication, event routing, request verification, and HTTP request processing so you can focus on app logic.