mozaic-css-utilities

Create responsive Mozaic Design System layouts with Flexbox and CSS variables.

4|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/MerzoukeMansouri/adeo-mozaic-mcp --skill mozaic-css-utilities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mozaic-css-utilities
Source: https://github.com/MerzoukeMansouri/adeo-mozaic-mcp/tree/main/skills/mozaic-css-utilities
Command: npx skills add https://github.com/MerzoukeMansouri/adeo-mozaic-mcp --skill mozaic-css-utilities

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers you to create responsive layouts using Mozaic CSS utilities, eliminating the need for custom CSS and streamlining the design process.

Core Features & Use Cases

  • Responsive Grids: Build flexible layouts with the Flexy grid system.
  • Spacing Utilities: Apply consistent margins and padding with utility classes.
  • Container Management: Create centered, responsive containers.
  • Aspect Ratios: Maintain element ratios with the Ratio utility.
  • Scroll Behavior: Control scrolling with the Scroll utility.
  • Use Case: Design a responsive product grid for an e-commerce website using Mozaic CSS utilities.

Quick Start

Use the mozaic-css-utilities skill to create a 3-column product grid with gutters and responsive behavior.

Frequently Asked Questions about mozaic-css-utilities

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

FAQPage Schema
How do I build responsive layouts with Mozaic CSS utilities without writing custom CSS?

You can build responsive layouts by applying pre-defined Mozaic CSS utility classes directly in your markup. These classes leverage Flexbox and CSS variables to handle grid creation, container management, and spacing, eliminating the need for custom CSS.

What is the Flexy grid system in the Mozaic Design System?

The Flexy grid system is a responsive layout framework within the Mozaic Design System. It uses Flexbox-based utility classes to help developers build flexible grids and manage container behavior for rapid front-end prototyping.

How do I apply consistent spacing and margins using Mozaic CSS utilities?

You apply consistent spacing and margins using Mozaic's spacing utility classes. These classes define standard padding and margins across your layout, ensuring visual consistency without requiring custom stylesheets.

Can I use Mozaic CSS utilities for rapid prototyping in front-end development?

Yes, Mozaic CSS utilities are designed for rapid prototyping and front-end development workflows. They provide pre-defined classes for responsive grids, aspect ratios, and scroll behavior to accelerate design implementation.

Does the Mozaic Design System include utilities for managing aspect ratios and scroll behavior?

Yes, the Mozaic Design System includes a Ratio utility to maintain element proportions and a Scroll utility to control scrolling behavior. These are applied via pre-defined CSS classes alongside layout and spacing utilities.

What's the best way to create a responsive product grid for an e-commerce site using Mozaic?

The best way to create a responsive product grid is by combining the Flexy grid system with spacing utilities. This approach allows you to define columns, add gutters, and manage responsive behavior entirely through utility classes.