ui-css

Style SKUEL components using MonsterUI wrappers and Tailwind CSS utilities.

2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/linguistic76/skuel --skill ui-css
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-css
Source: https://github.com/linguistic76/skuel/tree/main/app/.claude/skills/ui-css
Command: npx skills add https://github.com/linguistic76/skuel --skill ui-css

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance on styling components within the SKUEL framework, ensuring consistent and efficient UI development by leveraging MonsterUI and Tailwind CSS.

Core Features & Use Cases

  • Component Styling: Learn how to style buttons, forms, cards, modals, and more using SKUEL's component library.
  • CSS Layering: Understand the decision-making process between MonsterUI wrappers and Tailwind utilities.
  • Responsive Design: Implement layouts that adapt seamlessly across different screen sizes.
  • Dark Mode: Apply and manage dark mode theming.
  • Use Case: You need to style a new card component for a user profile page, ensuring it aligns with the existing design system and is responsive.

Quick Start

Use the ui-css skill to style a primary button with a full width and top margin.

Frequently Asked Questions about ui-css

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

FAQPage Schema
How do I style UI components with Tailwind CSS and MonsterUI?

To style UI components with Tailwind CSS and MonsterUI, you apply MonsterUI wrappers for structural base elements and use Tailwind utility classes for granular adjustments like spacing, layout, and responsive design.

What is the best way to choose between MonsterUI wrappers and Tailwind utilities?

The best way to choose between MonsterUI wrappers and Tailwind utilities is to use MonsterUI for standardized component structures like buttons and cards, and apply Tailwind utilities for custom overrides, spacing, and responsive behavior.

How do I implement responsive design for cards and forms in SKUEL?

Implementing responsive design for cards and forms in SKUEL requires applying Tailwind CSS utility classes to adapt component layouts seamlessly across different screen sizes while maintaining the MonsterUI component structure.

Does the SKUEL CSS architecture support dark mode theming?

Yes, the SKUEL CSS architecture supports dark mode theming, allowing you to apply and manage dark mode styles across UI components using Tailwind CSS classes and MonsterUI configuration.

Can I use Tailwind utility classes to override default MonsterUI component styling?

Yes, you can use Tailwind utility classes to override default MonsterUI component styling, enabling you to customize buttons, modals, and navbars by applying specific CSS layering and utility-based adjustments.

Why are my custom CSS styles not applying correctly to SKUEL UI components?

Custom CSS styles may not apply correctly to SKUEL UI components due to CSS layering conflicts between MonsterUI wrappers and Tailwind utilities, requiring you to check your utility class specificity and component wrapper configuration.