Skip to main content
Back to registry

Frontend and Design

Frontend and design skills center on UI engineering, styling systems, interaction design, and design-to-code workflows. Developers here will find tools for React and web interfaces, component systems, visual polish, and collaboration between product, design, and implementation.

3,745 skills

Skills in this category

langchain4j-vector-stores-configuration

by giuseppe-trisciuoglio/developer-kit

289

Configure vector stores for Retrieval-Augmented Generation applications with LangChain4J.

Frontend and DesignFirst seen Feb 2, 2026

mapbox-web-integration-patterns

by mapbox/mapbox-agent-skills

289

This skill provides official patterns for integrating Mapbox GL JS into web applications using React, Vue, Svelte, Angular, and vanilla JavaScript. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices.

Frontend and DesignFirst seen Jan 30, 2026

nextjs-performance

by giuseppe-trisciuoglio/developer-kit

289

Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices.

Frontend and DesignFirst seen Feb 19, 2026

pulumi-esc

by pulumi/agent-skills

289

Pulumi ESC is a centralized service for managing environments, secrets, and configuration across cloud infrastructure and applications.

Frontend and DesignFirst seen Jan 27, 2026

unit-test-config-properties

by giuseppe-trisciuoglio/developer-kit

289

This skill provides patterns for unit testing @ConfigurationProperties bindings, environment-specific configurations, and property validation using JUnit 5. It covers testing property name mapping, type conversions, validation constraints, nested structures, and profile-specific configurations without full Spring...

Frontend and DesignFirst seen Feb 2, 2026

unit-test-mapper-converter

by giuseppe-trisciuoglio/developer-kit

289

This skill provides patterns for unit testing MapStruct mappers and custom converter classes. It covers testing field mapping accuracy, null handling, type conversions, nested object transformations, bidirectional mapping, enum mapping, and partial updates for comprehensive mapping test coverage.

Frontend and DesignFirst seen Feb 2, 2026

unit-test-parameterized

by giuseppe-trisciuoglio/developer-kit

289

This skill provides patterns for writing efficient parameterized unit tests using JUnit 5's @ParameterizedTest. It covers @ValueSource, @CsvSource, @MethodSource, @EnumSource, @ArgumentsSource, and custom display names to run the same test logic with multiple input values, reducing test duplication and improving...

Frontend and DesignFirst seen Feb 2, 2026

deployment-procedures

by sickn33/antigravity-awesome-skills

288

Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts.

Frontend and DesignFirst seen Jan 19, 2026

feature-investment-advisor

by deanpeters/product-manager-skills

288

Guide product managers through evaluating whether to build a feature based on financial impact analysis. Use this to make data-driven prioritization decisions by assessing revenue connection (direct or indirect), cost structure (dev + COGS + OpEx), ROI calculation, and strategic value—then deliver actionable...

Frontend and DesignFirst seen Feb 11, 2026

jenkins-pipeline

by aj-geddes/useful-ai-prompts

288

Create enterprise-grade Jenkins pipelines using declarative and scripted approaches to automate building, testing, and deploying with advanced control flow.

Frontend and DesignFirst seen Jan 20, 2026

langchain4j-testing-strategies

by giuseppe-trisciuoglio/developer-kit

288

LangChain4J testing requires specialized strategies due to the non-deterministic nature of LLM responses and the complexity of AI workflows. This skill provides comprehensive patterns for unit testing with mocks, integration testing with Testcontainers, and end-to-end testing for RAG systems, AI Services, and tool...

Frontend and DesignFirst seen Feb 2, 2026

parallel-agents

by sickn33/antigravity-awesome-skills

288

Orchestration through Claude Code's built-in Agent Tool

Frontend and DesignFirst seen Jan 19, 2026

unit-test-exception-handler

by giuseppe-trisciuoglio/developer-kit

288

This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test...

Frontend and DesignFirst seen Feb 2, 2026

aws-sdk-java-v2-dynamodb

by giuseppe-trisciuoglio/developer-kit

287

Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. This skill covers patterns for working with DynamoDB using AWS SDK for Java 2.x, including the Enhanced Client for type-safe operations, batch operations, transactions, and Spring Boot...

Frontend and DesignFirst seen Feb 2, 2026

bilibili-analyzer

by aidotnet/moyucode

287

B站视频内容分析工具。提供视频URL后,自动下载视频、拆解成帧图片,然后使用AI分析内容,最终生成 高质量的专题文档或实操教程 。

Frontend and DesignFirst seen Jan 27, 2026

langchain4j-ai-services-patterns

by giuseppe-trisciuoglio/developer-kit

287

This skill provides guidance for building declarative AI Services with LangChain4j using interface-based patterns, annotations for system and user messages, memory management, tools integration, and advanced AI application patterns that abstract away low-level LLM interactions.

Frontend and DesignFirst seen Feb 2, 2026

aws-rds-spring-boot-integration

by giuseppe-trisciuoglio/developer-kit

286

Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure...

Frontend and DesignFirst seen Feb 2, 2026

aws-sdk-java-v2-bedrock

by giuseppe-trisciuoglio/developer-kit

286

Source details, install context, and public review data are available on the full page.

Frontend and DesignFirst seen Feb 2, 2026

business-health-diagnostic

by deanpeters/product-manager-skills

286

Diagnose overall SaaS business health by analyzing growth, retention, unit economics, and capital efficiency metrics together. Use this to identify problems early, prioritize actions by urgency, and deliver a comprehensive health scorecard for board meetings, quarterly reviews, or fundraising preparation.

Frontend and DesignFirst seen Feb 11, 2026

ci-cd-best-practices

by mindrally/skills

286

Source details, install context, and public review data are available on the full page.

Frontend and DesignFirst seen Jan 24, 2026

positioning-statement

by deanpeters/product-manager-skills

286

Create a Geoffrey Moore-style positioning statement that clearly articulates who your product serves, what need it addresses, how it's categorized, what benefit it delivers, and how it differs from alternatives. Use this when you need to align stakeholders on product strategy, guide messaging, or test if your value...

Frontend and DesignFirst seen Feb 11, 2026

seedance-prompt-en

by dexhunter/seedance2-skill

286

Source details, install context, and public review data are available on the full page.

Frontend and DesignFirst seen Feb 11, 2026

skill-developer

by sickn33/antigravity-awesome-skills

286

Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern.

Frontend and DesignFirst seen Jan 18, 2026

unit-test-caching

by giuseppe-trisciuoglio/developer-kit

286

This skill provides patterns for unit testing Spring caching annotations (@Cacheable, @CacheEvict, @CachePut) without full Spring context. It covers testing cache behavior, hits/misses, invalidation strategies, cache key generation, and conditional caching using in-memory cache managers.

Frontend and DesignFirst seen Feb 2, 2026
Page 56 of 157