frontend-modern
Installation
SKILL.md
Modern Frontend Development Patterns
React Component Patterns
Functional Components
import { useState, useEffect } from 'react';
interface CardProps {
title: string;
description: string;
imageUrl?: string;
onClick?: () => void;
}
export const Card = ({ title, description, imageUrl, onClick }: CardProps) => {
return (
<article className="card" onClick={onClick}>
Related skills
More from twofoldtech-dakota/claude-marketplace
frontend-razor
Apply when working with Razor views, MVC layouts, partial views, and tag helpers
20optimizely-development
Core Optimizely CMS development patterns and best practices
14optimizely-experimentation
Optimizely Experimentation Full Stack SDK patterns
9optimizely-content-cloud
Optimizely Content Cloud (DXP) and headless API patterns
8optimizely-web
Optimizely Web (snippet-based) patterns
5backend-csharp
Apply when working with C#/.NET backend code including controllers, services, and dependency injection
4