da-express-milo: Skill for Claude Code

.claude/skills/build-content-from-figma/SKILL.md

build-content-from-figma is a skill for Claude Code from adobecom/da-express-milo. It costs 56 tokens per session (3,765 once invoked), scanned A, original, Apache-2.0.

A tool for turning a Figma design into an authored HTML page for Adobe Express. Figma is a design tool, while authored HTML is the editable page content used for publishing.

In plain words
What is it for?
Use it to extract content and local assets from Figma, create Express block content, and upload the resulting HTML and images to Adobe Document Authoring.
Why use it?
It removes the need to manually copy text, images, and icons from a design into the page. It also keeps downloaded assets and responsive content in the expected publishing format.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is adobecom/da-express-milo's own configuration. It tells Claude Code how to work on da-express-milo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything da-express-milo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to adobecom/da-express-milo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/adobecom/da-express-milo/stage/.claude/skills/build-content-from-figma/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/adobecom/da-express-milo

Made for: Claude Code.

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 build-content-from-figma

README.md
[![agentmods](https://agentmods.dev/badge/skills/adobecom/da-express-milo/build-content-from-figma/github.svg)](https://agentmods.dev/skills/adobecom/da-express-milo/build-content-from-figma)
Your own site
<a href="https://agentmods.dev/skills/adobecom/da-express-milo/build-content-from-figma"><img src="https://agentmods.dev/badge/skills/adobecom/da-express-milo/build-content-from-figma/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 build-content-from-figma

Your own site · 80×15
<a href="https://agentmods.dev/skills/adobecom/da-express-milo/build-content-from-figma"><img src="https://agentmods.dev/badge/skills/adobecom/da-express-milo/build-content-from-figma.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 427
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • medium Data Exfiltration · line 334
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00056 $0.03765
Opus 5 $0.00028 $0.01883
Sonnet 5 $0.00011 $0.00753
Haiku 4.5 $0.00006 $0.00377

Measured yesterday against content hash 03a1bf1252d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

build-content-from-figma scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

> to the DA admin API via `curl POST` to
.claude/skills/build-content-from-figma/SKILL.md · 457 lines

How it starts

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

Build Content from Figma Skill

You are creating an authored HTML document for an Adobe Express block by extracting content from Figma designs. The document follows the standard EDS block authoring pattern and is uploaded to DA (Document Authoring) for publishing via Adobe EDS.

Critical rules

  • Assets are downloaded from Figma locally, then uploaded directly to the DA admin API via curl POST to admin.da.live/source/... with multipart form data.
  • Block content is authored as a <table> (see references/authoring-pattern.md).
  • Never embed images as base64 in DA HTML.
  • The HTML references assets using their final content.da.live URLs (computed from the DA destination and the shadow folder convention). Since we upload assets ourselves, we know the exact paths upfront.
  • Express blocks handle responsive layout purely in CSS — the authored HTML contains a single set of content (no mobile-viewport/desktop-viewport keyword rows). Viewport differences noted from Figma are handed to the block developer as CSS reference, not authored separately.
  • Link URLs use https://www.adobe.com/ as a placeholder. Link display text must match Figma.
  • Heading levels and body sizes are determined by visual heuristics (font size, weight, position) since Express Figma designs do not use --s2a-typography-* tokens.

Bundled resources

Do not load these upfront. Each phase tells you which file to read when it becomes relevant.

references/

File Purpose
authoring-pattern.md HTML structure for DA block authoring: document skeleton, content rows, media placement, complete examples.
token-mapping.md Visual heuristics for classifying Figma text elements (heading level, body size, eyebrow, CTA style).

agents/

File Purpose
figma-content-extractor.md Extracts structured content (text, media) from a Figma frame.

Read the full file on GitHub · 457 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday Changed · +16 lines 03a1bf1252d1
  2. 10d ago First seen · 441 lines · 56 tokens per session scan A e037b359e9c6

Subscribe to this mod's changes

build-content-from-figma is a skill published in the GitHub repository adobecom/da-express-milo (6 stars, last pushed today), licensed Apache-2.0. It adds 56 tokens to every session and 3,765 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens