ardot-style-guide

ardot-style-guide is a skill for Claude Code from balabalabalading/huuuuuuho-skills. It costs 123 tokens per session (1,657 once invoked), scanned A, original, MIT.

A design-system workflow for choosing and applying colors, fonts, spacing, and page layouts in Ardot projects.

In plain words
What is it for?
Use it when designing a landing page, dashboard, mobile app, dark theme, or other styled interface, including when choosing a palette, fonts, or layout patterns.
Why use it?
It helps establish a consistent visual style before building a user interface, especially when the project does not already have one.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it when designing a landing page, dashboard, mobile app, dark theme, or other styled interface, including when choosing a palette, fonts, or layout patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/balabalabalading/huuuuuuho-skills/ardot-style-guide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add balabalabalading/huuuuuuho-skills --skill ardot-style-guide
Clone the repo
git clone --depth 1 https://github.com/balabalabalading/huuuuuuho-skills

Made for: Claude Code.

Its marketplace also offers this one on its own, as the plugin ardot-style-guide/plugin install ardot-style-guide after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ardot-style-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/balabalabalading/huuuuuuho-skills/ardot-style-guide/github.svg)](https://agentmods.dev/skills/balabalabalading/huuuuuuho-skills/ardot-style-guide)
Your own site
<a href="https://agentmods.dev/skills/balabalabalading/huuuuuuho-skills/ardot-style-guide"><img src="https://agentmods.dev/badge/skills/balabalabalading/huuuuuuho-skills/ardot-style-guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ardot-style-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/balabalabalading/huuuuuuho-skills/ardot-style-guide"><img src="https://agentmods.dev/badge/skills/balabalabalading/huuuuuuho-skills/ardot-style-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,657 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.01657
Opus 5 $0.00062 $0.00829
Sonnet 5 $0.00025 $0.00331
Haiku 4.5 $0.00012 $0.00166

Measured 13d ago against content hash c7caa0224697, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ardot-style-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/Ardot-skills-nonofficial/ardot-style-guide/SKILL.md · 156 lines

How it starts

The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ardot-style-guide — 样式指南搜索与构建

通过 search_style_guidebuild_style_guide 工具链发现和应用完整的设计系统。Ardot 独有的能力,Figma 没有等效功能。

技能边界

  • 当用户想要从头建立视觉风格时使用此技能
  • 在任何创建带样式 UI(颜色、排版)的 batch_edit 之前使用此技能
  • 如果用户已有已建立的设计系统和已知令牌,可跳过此技能
  • build_style_guide 的输出是权威性的 — 所有下游工具必须严格遵循其值

前置条件

  • 必须已调用 fetch_editor_state(includeSchema: true)
  • 应为目标设计类型加载 fetch_guidelines(topic)

search_style_guide — 三轮回退协议

第一轮:关键词搜索

提供特定关键词以定位用户意图。

search_style_guide({
  "topic": "landing-page",        // 或 web-app、mobile-app、slides、table
  "designKeywords": "SaaS dashboard modern clean professional",
  "colorKeywords": "dark mode cool blue professional",
  "typographyKeywords": "modern sans-serif clean readable",
  "layoutKeywords": "dashboard analytics cards grid"
})

收到结果后,逐一审查每个领域:

  • style:样式类别是否与请求的视觉风格匹配?
  • color:检查背景、卡片和前景值。如果用户想要深色模式但所有背景值都是浅色(#F_xxxx 范围),则此领域没有合适匹配。
  • typography:情绪是否匹配?字体是否可用(使用 get_available_fonts 检查)?
  • layout:模式是否适合页面类型?

如果某个领域的所有候选都合适 → 继续到 build_style_guide

第二轮:完整目录(如果任何领域没有合适匹配)

对于第一轮没有合适匹配的领域,再次调用 search_style_guide,对该领域的关键词使用 true 以获取完整目录:

search_style_guide({
  "topic": "landing-page",
  "designKeywords": "SaaS dashboard",
  "colorKeywords": true,           // 颜色的完整目录
  "typographyKeywords": true       // 排版的完整目录
})

第三轮:自身设计知识(仅在第二轮也失败时)

仅对第二轮后仍无合适匹配的领域,你可以使用自己的设计知识。这应该很少见。


build_style_guide — 权威性约束

一旦你在所有领域做出选择,调用 build_style_guide

build_style_guide({
  "selections": {
    "style": 2,          // 搜索结果中的索引或名称
    "color": 1,
    "typography": 3,
    "layout": 0
  }
})

关键:返回的设计系统是权威性的

build_style_guide 响应提供必须使用的精确值

  • 颜色:使用精确的 #HEX{r, g, b} 值 — 不要调整
  • 排版:使用精确指定的字体系列、大小、粗细
  • 边框半径:使用精确的 px 值
  • 间距:使用精确的 px 值
  • 效果:使用精确的阴影/模糊参数

硬性关卡:如果设计系统说背景是 #FAF5FF,使用 #FAF5FF (转换为 0–1 范围用于 batch_edit)。如果你意识到它与用户意图冲突 (例如,用户想要深色但得到浅色),返回 search_style_guide 使用更正后的关键词 — 不要静默覆盖值。

将样式指南值转换为 batch_edit

样式指南十六进制颜色 → batch_edit {r, g, b} 0–1 格式:

#FAF5FF → {r: 0.98, g: 0.96, b: 1.0}
#1A1A2E → {r: 0.10, g: 0.10, b: 0.18}
#E8714A → {r: 0.91, g: 0.44, b: 0.29}

Read the full file on GitHub · 156 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 156 lines · 123 tokens per session scan A c7caa0224697

Subscribe to this mod's changes

ardot-style-guide is a skill published in the GitHub repository balabalabalading/huuuuuuho-skills (117 stars, last pushed 4d ago), licensed MIT. It adds 123 tokens to every session and 1,657 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

web-design-engineer

Build or redesign polished browser-rendered visual artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use for visual front-end creation, design-system exploration, design critique, or explicit browser acceptance / QA of a web artifact.…

ConardLi/garden-skills · 96 tokens

webflow-mcp:interactions

Create, update, list, and delete Webflow IX3 interactions (GSAP animations) through Webflow MCP. Use when the user wants click/hover/load/scroll/mouse-move animations, interaction timelines, or datainteractionstool / createinteraction payloads. Requires beta MCP + ff-ix3-interaction-apis during dogfood.

webflow/webflow-skills · 79 tokens

webflow-mcp:flowkit-naming

Apply Flowkit CSS naming system in Webflow. Use when creating classes, auditing existing naming, or building new components following Flowkit conventions. Flowkit is Webflow's official CSS framework with utility-first approach. Runs headlessly against a page ID — no Designer connection required, except for the…

webflow/webflow-skills · 81 tokens

frontend-blueprint

AI frontend specialist and design consultant that guides users through a structured discovery process before generating any code. Collects visual references, design tokens, typography, icons, layout preferences, and brand guidelines to ensure the final output matches the user's vision with high fidelity. Use when the…

tech-leads-club/agent-skills · 170 tokens

cf-design

UI design workflow — scan patterns, design new UI, or modify UI consistently. Use to redesign a component/page, change colors/typography/style, or extract the design system. Triggers: "make it look like", "update the styling", "redesign this", "match the existing style", "add a dark mode", "make it more minimal".

dinhanhthi/coding-friend · 76 tokens

ui-mockup

Generate HTML/CSS mockups for UI design. Produces browser-previewable mockup files with placeholder data. Use when the user says ui-mockup, mockup, design UI, wireframe, or needs visual reference for a feature.

yugasun/aiops · 54 tokens