mufy-style-generator

Generate pure CSS styles for MUFY character cards from natural language prompts.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/willmusubi/character_card_generator --skill mufy-style-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mufy-style-generator
Source: https://github.com/willmusubi/character_card_generator/tree/main/skills/style-generator
Command: npx skills add https://github.com/willmusubi/character_card_generator --skill mufy-style-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MUFY style generator addresses the need to customize the visual appearance of MUFY character cards by producing pure CSS rules. It ensures non-intrusive styling that can be pasted into the MUFY editor to alter visuals without changing underlying functionality.

Core Features & Use Cases

  • Generate pure CSS code for top bars, chat bubbles, buttons, collapsible sections, intro cards, and backgrounds according to natural-language prompts.
  • Apply theme variations (color schemes, typography, shadows) to match branding or mood without touching interactivity.
  • Use case: a designer wants a warm, modern MUFY card with soft shadows and a blue header; paste the CSS into the small theatre and preview live.

Quick Start

Describe your visual preferences in natural language and paste the resulting CSS into MUFY's 小剧场 input to apply styling.

Frequently Asked Questions about mufy-style-generator

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

FAQPage Schema
How do I generate custom CSS for MUFY character cards?

To generate custom CSS for MUFY character cards, describe your visual preferences in natural language and the tool outputs pure CSS wrapped in a single style tag. This CSS styles top bars, chat bubbles, buttons, and backgrounds without altering functionality.

Does the generated CSS avoid breaking the layout of MUFY cards?

The generated CSS avoids breaking the MUFY card layout by using non-intrusive selectors. It outputs CSS only, wrapped in a single style tag, ensuring the underlying interactivity and structural functionality remain completely untouched.

How do I apply custom CSS themes to a MUFY small theatre?

To apply custom CSS themes to a MUFY small theatre, paste the generated CSS rules into the MUFY editor's input area. This allows you to preview the visual styling live and alter the card's appearance without changing its code.

Can I style chat bubbles and buttons for MUFY cards using natural language?

Yes, you can style chat bubbles and buttons for MUFY cards by providing natural language prompts. The generator produces pure CSS rules that apply visual themes like color schemes and shadows to these specific card components.

What are the limitations of using pure CSS for MUFY card styling?

A limitation of using pure CSS for MUFY card styling is that it outputs CSS only, without HTML or JavaScript. This means it is restricted to visual changes like typography and colors, and cannot add new interactive behaviors to the character cards.