Tag: frontend

Type: All Skills Tools
skill ★ 77,350

Zustand State Management Patterns for LobeHub

This guide outlines best practices for structuring state in Zustand stores, advising developers to use simple arrays for list data and Maps for caching multiple detail entities. Adhering to these patterns ensures optimal performance for lis…

lobehub/lobehub zustand state-management data-structures typescript
skill ★ 4,849

Managing Baserow Integrations and Services

This skill guides the implementation of new or updated service and integration types within the Baserow platform. It requires coordinating changes across the backend (Python models, service/integration subclasses) and the frontend (React co…

baserow/baserow baserow integration service backend
skill ★ 148,520

Comprehensive Frontend Code Quality Review

This skill performs comprehensive code reviews on frontend files (.tsx, .ts, .js), checking for adherence to established conventions, performance anti-patterns, and security vulnerabilities. It supports both file-targeted and pending-change…

langflow-ai/langflow frontend code-review typescript react
skill ★ 148,520

Refactoring Complex React Components in TypeScript

Guides the systematic refactoring of high-complexity React components by extracting custom hooks, simplifying conditional logic, and decomposing monolithic JSX into smaller, manageable sub-components. This process is essential for improving…

langflow-ai/langflow react typescript refactoring frontend
skill ★ 1,010

Generates High-Fidelity UI Design Specifications

This skill guides the creation of high-fidelity, aesthetically rich user interfaces for web and mini-programs. It mandates a structured design specification, including color palettes, typography, and layout strategy, before generating any i…

TencentCloudBase/CloudBase-MCP ui-design frontend prototyping web-development
skill ★ 1,010

CloudBase Web Authentication Frontend Integration Guide

This skill guides frontend integration for Web authentication using the @cloudbase/js-sdk, offering a Supabase-compatible API for managing user sessions, registration, and protected routes. It supports multiple login methods, including emai…

TencentCloudBase/CloudBase-MCP web-auth cloudbase js-sdk authentication
skill ★ 1,010

High-Fidelity UI Design and Prototyping Skill

This skill guides the creation of high-fidelity, aesthetically rich user interfaces for web and mini-program applications. It enforces a mandatory design specification phase, ensuring the agent determines the aesthetic direction, color pale…

TencentCloudBase/CloudBase-MCP ui-design frontend prototyping web-development
skill

React and Next.js Performance Optimization Guide

This skill provides comprehensive, Vercel-maintained guidelines for optimising React and Next.js applications. It guides developers through best practices for data fetching, bundle size reduction, and component rendering to ensure optimal w…

Significant-Gravitas/Auto-GPT react nextjs performance optimization
skill ★ 141,907

React Component Refactoring Skill

Provides patterns and workflows for refactoring high-complexity React components in the Dify frontend. It enables developers to reduce complexity by extracting custom hooks, sub-components, and simplifying conditional logic.

langgenius/dify react refactoring frontend typescript
skill ★ 141,907

Generate React Frontend Tests with Vitest and RTL

This skill generates high-quality unit and integration tests for React components, hooks, and utilities using Vitest and React Testing Library. It enforces best practices, including the AAA pattern and structured testing workflows, ensuring…

langgenius/dify frontend testing vitest react-testing-library
skill ★ 141,907

Comprehensive Frontend Code Quality Review Skill

This skill performs comprehensive code reviews on frontend files (e.g., TSX, JS). It supports both reviewing staged changes and specific files, flagging violations against established checklists for quality, performance, and business logic.

langgenius/dify code-review frontend typescript javascript
skill

Comprehensive Frontend Code Quality Review

This skill performs deep code analysis on frontend files, supporting both file-targeted and pending-change reviews. It rigorously checks for security flaws, performance anti-patterns, and adherence to established component and architectural…

logspace-ai/langflow frontend code-review typescript react
skill

Writing Baserow Frontend Unit Tests

Provides comprehensive guidance on writing and updating unit tests for Baserow's Vue/Nuxt frontend components, utilities, and stores. It mandates adherence to established patterns using Vitest, TestApp, and specific mounting utilities.

bram2w/baserow vue-unit-testing vitest nuxt frontend
skill

Creating or Updating Baserow Integrations and Services

This skill guides developers through the full lifecycle of creating or updating custom Baserow service and integration types. It details the necessary backend and frontend steps, including model updates, subclassing, and registration across…

bram2w/baserow baserow integrations services backend
skill

Creating Baserow In-App Notification Patterns

This skill guides the implementation of robust in-app notifications within Baserow, covering both backend and frontend requirements. It details necessary patterns for notification lifecycle management, including target definition, event han…

bram2w/baserow baserow notification backend frontend
skill ★ 23

Create fully interactive client-side feature prototypes

This skill generates a fully interactive, client-side prototype for a specified feature unit. It uses mocked APIs and existing design system components, ensuring the resulting code is runnable and testable before full implementation.

markmhendrickson/neotoma prototype frontend client-side mocking
skill ★ 23

Integrating and managing shadcn/ui components

This skill guides developers through integrating, updating, and managing components from the shadcn/ui ecosystem, covering core, standard, and community registry components. It enforces adherence to the defined token system for consistent s…

markmhendrickson/neotoma ui component-library shadcn tailwind
skill ★ 23

Create interactive client-side feature prototypes

This skill generates a fully interactive, client-side prototype for a given feature unit, using existing specifications and configuration. It includes mocked API fixtures and components, ensuring the prototype is runnable and testable befor…

markmhendrickson/neotoma prototype frontend ui-mocking client-side
skill ★ 2

Load UI context and frontend best practices

This skill loads comprehensive context regarding the application's UI structure, navigation patterns, and critical frontend rules. It ensures adherence to established best practices for analytics, linking, and component usage.

Embassy-of-the-Free-Mind/sourcelibrary-v2 ui-context frontend best-practices navigation
skill ★ 24,025

React performance optimization guidelines and patterns

This skill provides comprehensive, prioritized guidelines for optimizing React applications. It covers critical patterns such as eliminating waterfalls, managing bundle size, and optimizing re-renders for peak performance.

mastra-ai/mastra react performance optimization best-practices
skill ★ 27,411

Vercel React and Next.js Performance Guide

This skill provides comprehensive, Vercel-maintained guidelines for optimizing React and Next.js applications. It covers critical patterns across server-side, client-side, and rendering performance to ensure optimal bundle size and load tim…

langfuse/langfuse react nextjs performance optimization
skill ★ 27,411

Browser Review for Frontend UI Changes

This skill provides a structured workflow for reviewing user-visible frontend changes, ensuring layout, styling, and navigation regressions are caught. It utilizes the Playwright MCP server to facilitate final signoff for UI-affecting work.

langfuse/langfuse frontend ui-review playwright browser-testing
skill

Frontend UI Design and Prototyping

Provides a structured workflow for generating design specifications, aesthetic directions, and high-fidelity prototypes for web and mini-program interfaces. It enforces strict design constraints to avoid generic AI aesthetics, focusing on i…

TencentCloudBase/CloudBase-AI-ToolKit ui-design prototyping frontend web-development
skill

CloudBase Relational Database Web SDK

Provides a standardised initialization pattern for accessing CloudBase Relational Database from web frontends using the @cloudbase/js-sdk. It enables Supabase-style querying for table operations directly within the browser.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk relational-database frontend