ardot-style-guide

Discover and apply Ardot design tokens and guidelines to UI components.

118|12|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/balabalabalading/huuuuuuho-skills --skill ardot-style-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ardot-style-guide
Source: https://github.com/balabalabalading/huuuuuuho-skills/tree/main/skills/Ardot-skills-nonofficial/ardot-style-guide
Command: npx skills add https://github.com/balabalabalading/huuuuuuho-skills --skill ardot-style-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps designers and product teams quickly discover and apply a complete design system for Ardot projects, ensuring consistent colors, typography, spacing, and layouts across UI.

Core Features & Use Cases

  • Style-guide discovery and validation via search_style_guide and fetch_editor_state to locate tokens and guidelines.
  • Authoritative token generation via build_style_guide to apply to dashboards, landing pages, and components.
  • Real-world scenario: when launching a new UI, generate a style guide and apply tokens automatically to ensure visual consistency.

Quick Start

Run the ardot-style-guide workflow to search for a style guide, then build it and apply the resulting tokens to your UI.

Frequently Asked Questions about ardot-style-guide

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

FAQPage Schema
How do I create a consistent design system for UI components?

Build a complete design system by locating and applying design tokens and guidelines for colors, typography, and spacing. This ensures visual consistency across UI components like dashboards and landing pages by generating an authoritative style guide and applying its tokens automatically.

What are design tokens and how do they work in a style guide?

Design tokens are visual design attributes like colors, typography, and spacing stored as variables within a style guide. They work by centralizing these values to ensure consistent UI implementation across dashboards and landing pages, allowing automatic application and updates.

Can I use this design system workflow for dashboards and landing pages?

Yes, you can use this design system workflow for dashboards and landing pages. It specifically targets UI design and implementation workflows for these project types, enabling you to generate and apply style guide tokens to ensure visual consistency across Ardot projects.

Do I need to validate fonts before building a style guide?

Yes, you need to validate fonts before building a style guide. Font validation via get_available_fonts is a required prerequisite to ensure token viability, confirming that the typography tokens defined in your style guide are usable and correctly implemented across your UI components.

What's the best way to apply design tokens to UI components?

The best way to apply design tokens to UI components is to generate an authoritative style guide first, then apply the resulting tokens automatically to your UI. This involves fetching editor state and guidelines to ensure the tokens satisfy all prerequisites before applying them to dashboards and landing pages.

Why does my style guide discovery not return valid design tokens?

Your style guide discovery may not return valid design tokens if prerequisites like fetch_editor_state with schema enabled or fetch_guidelines are not met. Additionally, failing to validate fonts via get_available_fonts can prevent token viability, causing the discovery process to fail or return incomplete results.