frontend-design — community frontend-design, dnd-homebrew-frontend, community, ide skills

v1.0.0

Acerca de este Skill

Perfecto para agentes centrados en la interfaz de usuario que necesitan una integración perfecta con Next.js, React y TypeScript para estéticas de fantasía medieval oscura. Create frontend components and pages for the Fables & Sagas D&D app. Use this skill when building UI for the dnd-homebrew-frontend project. Generates code that matches the existing dark fantasy aesthetic, theme system, and component patterns.

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
30
Canonical Locale
en
Detected Body Locale
en

Perfecto para agentes centrados en la interfaz de usuario que necesitan una integración perfecta con Next.js, React y TypeScript para estéticas de fantasía medieval oscura. Create frontend components and pages for the Fables & Sagas D&D app. Use this skill when building UI for the dnd-homebrew-frontend project. Generates code that matches the existing dark fantasy aesthetic, theme system, and component patterns.

¿Por qué usar esta habilidad?

Habilita a los agentes a crear interfaces de frontend inmersivas utilizando Tailwind CSS v4, DaisyUI v5 y gestión de estado Zustand, mientras se integra con iconos lucide-react y @mdi/react, y sonner toasts para una experiencia de usuario cohesiva.

Mejor para

Perfecto para agentes centrados en la interfaz de usuario que necesitan una integración perfecta con Next.js, React y TypeScript para estéticas de fantasía medieval oscura.

Casos de uso accionables for frontend-design

Diseñar diseños responsivos para la aplicación Fables & Sagas D&D Solo
Implementar temas de fantasía medieval oscura utilizando Tailwind CSS y DaisyUI
Integrar la gestión de estado Zustand para un flujo de datos sin problemas

! Seguridad y limitaciones

  • Requiere compatibilidad con Next.js 16 y React 19
  • Limitado a TypeScript como lenguaje de programación principal
  • Dependiente de bibliotecas específicas: Tailwind CSS v4, DaisyUI v5, Zustand, lucide-react, @mdi/react y sonner

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

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?

Perfecto para agentes centrados en la interfaz de usuario que necesitan una integración perfecta con Next.js, React y TypeScript para estéticas de fantasía medieval oscura. Create frontend components and pages for the Fables & Sagas D&D app. Use this skill when building UI for the dnd-homebrew-frontend project. Generates code that matches the existing dark fantasy aesthetic, theme system, and component patterns.

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 19+ other IDEs.

What are the use cases for frontend-design?

Key use cases include: Diseñar diseños responsivos para la aplicación Fables & Sagas D&D Solo, Implementar temas de fantasía medieval oscura utilizando Tailwind CSS y DaisyUI, Integrar la gestión de estado Zustand para un flujo de datos sin problemas.

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?

Requiere compatibilidad con Next.js 16 y React 19. Limitado a TypeScript como lenguaje de programación principal. Dependiente de bibliotecas específicas: Tailwind CSS v4, DaisyUI v5, Zustand, lucide-react, @mdi/react y 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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

frontend-design

Install frontend-design, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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/

Habilidades relacionadas

Looking for an alternative to frontend-design or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador