ardot-generate-library skillA
ardot-generate-library is agent-read markdown (skill) from balabalabalading/huuuuuuho-skills: 在 Ardot 中构建可复用组件库或设计系统时使用此技能。 涵盖从变量/设计令牌创建到使用正确变量绑定构建组件的完整工作流程, 直至最终验证。 触发条件:"创建组件库"、"构建设计系统"、 "制作可复用按钮"、"创建 UI 组件"、"构建组件集"、 "设计系统"、"组件库"、"可复用组件"。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# ardot-generate-library — 构建组件库
在 Ardot 中构建可复用组件库和设计系统。组件使用正确的变量绑定创建,以便响应主题/模式变化。
## 技能边界
- 构建**可复用组件**时使用此技能(按钮、卡片、输入框、导航栏等)
- 创建包含令牌和组件的**设计系统**时使用此技能
- 如果构建一次性页面/屏幕,请改用 [ardot-generate-design](../ardot-generate-design/SKILL.md)
## 前置条件
- `ardot-use` — 用于 batch_edit DSL 规则、变量绑定、注意事项
- `ardot-create-new-file` — 用于创建 Components 页面
---
## 阶段一:基础
### 1a:创建 Components 页面
```
create_new_page({name: "Components", select: false})
→ 记录 pageId(例如 "3:1672")
```
### 1b:创建设计令牌(变量)
使用 `apply_variables` 创建变量基础。组件将绑定到这些变量。
```json
apply_variables({
"variables": {
"Colors": {
"modes": ["Dark", "Light"],
"variables": {
"accent-primary": {
"type": "COLOR", "scopes": ["ALL_FILLS"],
"valuesByMode": {
"Dark": {"r": 0.91, "g": 0.44, "b": 0.29, "a": 1},
"Light": {"r": 0.83, "g": 0.38, "b": 0.23, "a": 1}
}
},
"accent-primary-text": {
"type": "COLOR", "scopes": ["TEXT_FILL"],
"valuesByMode": {
"Dark": {"r": 1, "g": 1, "b": 1, "a": 1},
"Light": {"r": 1, "g": 1, "b": 1, "a": 1}
}
},
"bg-secondary": {
…Read the whole file at its exact version.
How to install
mdr add balabalabalading/huuuuuuho-skills/ardot-generate-library@git:20260610.fe5ae6dmdr add balabalabalading/huuuuuuho-skills/ardot-generate-library@sha256:704d03dd66ffa601Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_6rambij3ebmmf3fw)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260610.fe5ae6d latest | 2026-06-10 | fe5ae6d | 8,004 B | A | view · diff |
| git:20260520.0488b94 | 2026-05-20 | 0488b94 | 8,199 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (8004 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
balabalabalading/huuuuuuho-skills · 117 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_6rambij3ebmmf3fw GET https://markdownregistry.com/api/v1/resolve?ref=balabalabalading/huuuuuuho-skills/ardot-generate-library GET https://markdownregistry.com/api/v1/blob/704d03dd66ffa6011bae4920ef0949cd954421f4282381f783506901811e8ce1
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.