frontend-design — frontend-design install with Tailwind CSS frontend-design, dnd-homebrew-frontend, rmunoz33, community, frontend-design install with Tailwind CSS, ai agent skill, mcp server, agent automation, AI agent skills, MCP server, Claude Code, Cursor

v1.0.0
GitHub

About this Skill

Perfect for UI-focused Agents needing seamless integration with Next.js, React, and TypeScript for dark medieval fantasy aesthetics. frontend-design is a skill for creating immersive frontend interfaces with Next.js, React, and Tailwind CSS for the Fables & Sagas D&D Solo app

Features

Utilizes Next.js 16 with React 19 and TypeScript for robust frontend development
Employs Tailwind CSS v4 with DaisyUI v5 for styling and layout management
Integrates Zustand state management using useDnDStore from @/stores/useStore
Leverages lucide-react and @mdi/react + @mdi/js for icon support
Features sonner for customizable dark theme toasts

# Core Topics

rmunoz33 rmunoz33
[0]
[0]
Updated: 3/8/2026

Quality Score

Top 5%
35
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add rmunoz33/dnd-homebrew-frontend/frontend-design
Supports 18+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The frontend-design MCP Server by rmunoz33 is an open-source community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for frontend-design install with Tailwind CSS.

Ideal Agent Persona

Perfect for UI-focused Agents needing seamless integration with Next.js, React, and TypeScript for dark medieval fantasy aesthetics.

Core Value

Empowers agents to craft immersive frontend interfaces using Tailwind CSS v4, DaisyUI v5, and Zustand state management, while integrating with lucide-react and @mdi/react icons, and sonner toasts for a cohesive user experience.

Capabilities Granted for frontend-design MCP Server

Designing responsive layouts for Fables & Sagas D&D Solo app
Implementing dark medieval fantasy themes using Tailwind CSS and DaisyUI
Integrating Zustand state management for seamless data flow

! Prerequisites & Limits

  • Requires Next.js 16 and React 19 compatibility
  • Limited to TypeScript as the primary programming language
  • Dependent on specific libraries: Tailwind CSS v4, DaisyUI v5, Zustand, lucide-react, @mdi/react, and sonner
Project
SKILL.md
4.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

This skill guides creation of frontend interfaces for the Fables & Sagas D&D Solo app. All output must integrate seamlessly with the existing codebase and its dark medieval fantasy aesthetic.

Tech Stack

  • Framework: Next.js 16 with React 19, TypeScript
  • Styling: Tailwind CSS v4 with DaisyUI v5
  • State: Zustand (useDnDStore from @/stores/useStore)
  • Icons: lucide-react (primary), @mdi/react + @mdi/js (supplemental)
  • Toasts: sonner (dark theme, custom styled — see layout.tsx)
  • Lists: react-virtuoso for virtualized scrolling
  • Markdown: react-markdown
  • Fonts loaded via next/font/google:
    • MedievalSharp — display/headings (import from @/app/components/medievalFont)
    • EB_Garamond — secondary display
    • Geist / Geist_Mono — body text (CSS variables --font-geist-sans, --font-geist-mono)

Theme: "fables"

DaisyUI custom theme (data-theme="fables") defined in src/app/globals.css:

TokenValueUsage
primary#d4af37 (antique gold)Headings, accents, borders, CTA
primary-content#0a0a0aText on primary backgrounds
secondary#8b1a1a (deep crimson)Secondary actions, danger accents
secondary-content#f0e6c8Text on secondary backgrounds
accent#e6c44c (bright gold)Highlights, hover states
neutral#1a1a1aCard/panel backgrounds
neutral-content#d4c9a8 (parchment)Body text on neutral
base-100#0a0a0a (near-black)Page background
base-200#1a1a1aElevated surfaces
base-300#2a2a2aHigher elevation
base-content#d4c9a8Default text
error#dc2626Destructive actions
success#22c55eConfirmations

Always use DaisyUI semantic tokens (text-primary, bg-base-200, btn-primary, etc.) instead of hardcoded colors.

Custom Tailwind Utilities

Defined in src/app/globals.css:

  • bg-login-vignette — radial gradient overlay for cinematic scenes
  • bg-gradient-radial, bg-gradient-conic — custom gradient utilities
  • .animate-fade-in-up, .animate-fade-in-up-delay-1/2/3 — staggered entrance animations
  • .text-glow-gold — gold text-shadow glow effect for dramatic headings

Component Patterns

Follow these conventions from existing code:

  • "use client" directive on all interactive components
  • DaisyUI classes for base components: btn, input, input-bordered, modal, drawer, card, badge, tooltip
  • Opacity modifiers for subtle layering: bg-base-200/50, border-primary/15, text-base-content/30
  • Section headers use medievalFont.className with gold decorative horizontal rules (see SectionHeader.tsx pattern)
  • Modals use fixed overlay with bg-black bg-opacity-50, centered card with border-2
  • Inputs use: input input-bordered w-full bg-base-200/50 border-primary/15 text-base-content placeholder:text-base-content/30 focus:border-primary/40 focus:outline-none
  • Drawers slide from right with backdrop blur

Aesthetic Direction

This app has a dark medieval fantasy aesthetic — think weathered parchment text on near-black backgrounds, gold filigree accents, and deep crimson highlights. The tone is immersive and atmospheric, like opening an ancient tome by candlelight.

When designing new components:

  • Lean into the dark + gold contrast
  • Use medievalFont for section titles and dramatic text
  • Apply subtle opacity and blur for depth (backdrop-blur-sm, /50 opacity modifiers)
  • Use staggered animate-fade-in-up for page entrances
  • Add text-glow-gold sparingly for emphasis on hero elements
  • Keep backgrounds dark (base-100, base-200) with gold (primary) as the accent color
  • Borders should be subtle: border-primary/15 to border-primary/40

File Organization

  • Components: src/app/components/{Feature}/ComponentName.tsx
  • Hooks: src/hooks/useHookName.ts
  • Stores: src/stores/useStore.ts (single Zustand store)
  • API routes: src/app/api/{endpoint}/route.ts
  • Services: src/services/

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is frontend-design?

Perfect for UI-focused Agents needing seamless integration with Next.js, React, and TypeScript for dark medieval fantasy aesthetics. frontend-design is a skill for creating immersive frontend interfaces with Next.js, React, and Tailwind CSS for the Fables & Sagas D&D Solo app

How do I install frontend-design?

Run the command: npx killer-skills add rmunoz33/dnd-homebrew-frontend/frontend-design. It works with Cursor, Windsurf, VS Code, Claude Code, and 15+ other IDEs.

What are the use cases for frontend-design?

Key use cases include: Designing responsive layouts for Fables & Sagas D&D Solo app, Implementing dark medieval fantasy themes using Tailwind CSS and DaisyUI, Integrating Zustand state management for seamless data flow.

Which IDEs are compatible with frontend-design?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for frontend-design?

Requires Next.js 16 and React 19 compatibility. Limited to TypeScript as the primary programming language. Dependent on specific libraries: Tailwind CSS v4, DaisyUI v5, Zustand, lucide-react, @mdi/react, and sonner.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add rmunoz33/dnd-homebrew-frontend/frontend-design. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use frontend-design immediately in the current project.

Related Skills

Looking for an alternative to frontend-design or building a community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear is a workflow management system that enables multi-agent collaboration, effortless agent team design, and introduces agents as the unit of work interaction.

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication