webflow-ui-skills

Enforce Webflow-style design constraints for dark mode, Inter font, and 4px grid.

73|9|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ihlamury/design-skills --skill webflow-ui-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webflow-ui-skills
Source: https://github.com/ihlamury/design-skills/tree/main/skills/webflow
Command: npx skills add https://github.com/ihlamury/design-skills --skill webflow-ui-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides opinionated constraints for building interfaces that are visually consistent with Webflow's design system, ensuring a familiar and polished user experience.

Core Features & Use Cases

  • Dark Mode Implementation: Enforces dark backgrounds and specific accent colors for a modern aesthetic.
  • Consistent Typography: Utilizes the 'Inter' font family with predefined heading and body text styles.
  • 4px Grid Spacing: Ensures uniform spacing and element sizing based on a 4px grid system.
  • Use Case: Apply these guidelines when developing a new feature that needs to match the look and feel of Webflow's existing user interface, particularly for dark-themed sections.

Quick Start

Use the webflow-ui-skills to apply a dark mode theme with Inter font and 4px grid spacing to the new dashboard component.

Frequently Asked Questions about webflow-ui-skills

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

FAQPage Schema
How do I build a dark mode UI with consistent spacing and typography?

To build a dark mode UI with consistent spacing and typography, apply a predefined design system using the Inter font family, a strict 4px grid for spacing, and specific dark background color palettes with accessible text contrast.

What is a 4px grid system and how does it work for UI design?

A 4px grid system is a layout framework that enforces uniform spacing and element sizing by basing all dimensions on multiples of four. It works by standardizing padding, margins, and component heights for consistent UI development.

Can I use this to match Webflow's design system for my own dashboard?

Yes, you can match Webflow's design system for your dashboard by applying these opinionated constraints, which enforce specific border-radius values, typography scales, and interactive element states that replicate the familiar Webflow aesthetic.

What's the best way to ensure accessibility in a dark themed interface?

The best way to ensure accessibility in a dark themed interface is to adhere to established accessibility standards for text contrast and interactive element states, using specific accent colors against enforced dark backgrounds to maintain readability.

Do I need to install any dependencies to use the Inter font and 4px spacing rules?

No, you do not need to install any external dependencies to apply these rules. The Skill provides the design constraints directly, allowing you to implement the Inter font, dark mode palettes, and 4px grid spacing without additional packages.

When should I not use a 4px grid for my UI design?

You should not use a 4px grid if your project requires a different spacing scale or a light mode aesthetic. This approach is specifically opinionated for dark-themed sections matching Webflow's visual style and may not fit all design systems.