figma-build-design — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited figma-build-design (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill enforces a strict workflow for working with a design system in Figma via MCP. It prevents the agent from wasting time on manual redraws, false conclusions about missing library assets, and chaotic Figma searches.
Before reading anything else, determine whether the skill is configured:
references/config.md does not exist, or its Library Collections section still lists the placeholder todo-collection-name → the skill is not configured. Read references/setup.md and follow only it.Edge case: if config.md is missing but config.example.md has been filled in directly (its todo-collection-name placeholder is gone), the user edited the template by mistake — recover it first per references/setup.md → Recovering an Edited Template.
config.md → DS Links → Example Layouts (ds-structure.md explains how to choose).strict-library-first mode unless the user explicitly allows rescue mode.variables or text styles are unavailable until you have checked the live target file and example screens.search_design_system as the sole source of truth.teamLibrary.use_figma call — and validate each section before the next; do not report done until the build is validated (workflow.md → Validation). Large single-shot scripts are a primary failure mode.This skill defines the workflow. For Plugin API details, also load Figma's companion MCP skills (not part of this repo):
use_figma call, load the figma-use skill (0–1 color range, font recipe, page switching, return node IDs, and other critical rules).search_design_system, incremental composition).generate_figma_design call is required (use_figma cannot load external URLs; described in figma-generate-design). Images already present as DS image fills, components, or vectors do not need this.If a companion skill is not installed locally, load it from the Figma MCP resource instead: skill://figma/figma-use/SKILL.md or skill://figma/figma-generate-design/SKILL.md.
The authoritative order of operations lives in references/workflow.md. In short:
use_figma call: import and bind variables and components, reuse instances and component properties, follow example-screen composition, and default to auto layout for new containers.config.example.md during setup and git-ignored. Never overwritten by skill updates.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.