df:frontend-design

Build, review, and visually test Eden UI components with Playwright.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-frontend-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: df:frontend-design
Source: https://github.com/AO-Cyber-Systems/devflow-claude/tree/main/skills/df-frontend-design
Command: npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-frontend-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI frontend design tooling and verification for Claude-UI projects, smoothing build-review-visual audit workflows with eden-ui conventions.

Core Features & Use Cases

  • Build ERB views using eden-ui helpers and design tokens
  • Review frontend code for eden-ui compliance, accessibility, and design-token usage
  • Visual testing of rendered pages using Playwright snapshots and dark-mode checks

Quick Start

Describe a new UI page to implement and let the system generate ERB views and visual tests.

Frequently Asked Questions about df:frontend-design

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

FAQPage Schema
How do I build ERB views with eden-ui components and design tokens?

Auditing existing frontend code involves reviewing it for eden-ui compliance, accessibility, and proper design-token usage. This process standardizes UI components by checking rendered pages against expected conventions, ensuring visual consistency and adherence to established frontend standards.

How do I perform visual testing for responsive layouts and dark mode?

Visual testing for responsive layouts and dark mode is executed using Playwright snapshots to validate rendered pages. This approach captures visual checks across different viewport sizes and theme states, ensuring that Eden UI components render correctly and maintain design-token conformance.

Does this frontend design workflow require Playwright for visual validation?

Yes, Playwright-based visual validation is required to ensure design-token conformance and verify dark-mode compatibility. It performs visual checks across responsive layouts by capturing snapshots of rendered ERB views, confirming that the Eden UI components appear correctly.

What is the best way to verify dark-mode compatibility in Eden UI components?

The best way to verify dark-mode compatibility is through Playwright-based visual validation of rendered ERB views. This visual testing captures snapshots across responsive layouts, ensuring that Eden UI components strictly conform to design tokens and render correctly in dark mode.