Frontend-Entwickler Agent

Develop a Next.js, Tailwind CSS, and React web interface with a Pinterest-style masonry grid and Supabase authentication.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gb-design/purriosity-v2 --skill frontend-entwickler-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Frontend-Entwickler Agent
Source: https://github.com/gb-design/purriosity-v2/tree/main/.agent/skills/frontend
Command: npx skills add https://github.com/gb-design/purriosity-v2 --skill frontend-entwickler-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires next, react, tailwindcss, daisyui, react-masonry-css, framer-motion, react-hook-form, zod, @supabase/ssr, next-themes, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of visually impressive, high-performance, and user-friendly web interfaces, specifically designed for the Purriosity project's unique discovery mechanics.

Core Features & Use Cases

  • Pinterest-Style Masonry Grid: Implements a dynamic, responsive grid layout with infinite scrolling and smooth animations.
  • Interactive Product Components: Develops engaging product cards and detail pages with features like hover effects, "Purr" and "Save" buttons, and optimized image loading.
  • Blog Integration: Creates distinct cards and pages for blog content, seamlessly integrating it with product discovery.
  • User Authentication Flow: Manages user authentication states using Supabase for protected features.

Quick Start

Implement the ProductCard component with hover effects and Purr/Save buttons.

Frequently Asked Questions about Frontend-Entwickler Agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Pinterest-style masonry grid with infinite scroll in Next.js?

Build a Pinterest-style masonry grid in Next.js using react-masonry-css for layout structure and framer-motion for smooth loading animations. This combination creates a responsive, dynamic grid that seamlessly loads content as users scroll down the page.

What is the best way to implement Supabase authentication in a React frontend?

Implement Supabase authentication in a React frontend by integrating the @supabase/ssr package to manage user authentication states. This setup securely handles protected features and routes across your Next.js application environment.

Can I use Tailwind CSS with daisyUI for interactive product card components?

Yes, you can use Tailwind CSS with daisyUI to develop interactive product card components. This combination enables engaging hover effects, custom buttons like Purr and Save, and optimized image loading for high-performance user interfaces.

How do I validate form data in Next.js using react-hook-form and zod?

Validate form data in Next.js by integrating react-hook-form with zod schema validation. This ensures strict data integrity and code quality standards by catching validation errors before submitting user inputs to your backend systems.

Does next-themes work with Tailwind CSS for dark mode toggling?

Yes, next-themes works with Tailwind CSS to enable dark mode toggling in your web interface. This integration allows you to adhere to strict accessibility standards while providing a user-friendly theme switching experience.