figma-generate-library

figma-generate-library is a skill for Claude Code from HK-hub/AgentSkills. It costs 146 tokens per session (5,388 once invoked), scanned A, original, MIT.

A guide for building or updating a shared design system in Figma from an existing codebase. A design system is a set of reusable components, design rules, and theme settings such as light and dark modes.

In plain words
What is it for?
Use it to create variables and design tokens, build component libraries, define component variants, set up themes, and document foundations.
Why use it?
It helps keep the components and design rules in Figma aligned with the code, while exposing gaps that need to be reconciled.

Skill for Claude Code

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

Good fit Use it to create variables and design tokens, build component libraries, define component variants, set up themes, and document foundations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hk-hub/agentskills/figma-generate-library
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 HK-hub/AgentSkills --skill figma-generate-library
Clone the repo
git clone --depth 1 https://github.com/HK-hub/AgentSkills

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 figma-generate-library

README.md
[![agentmods](https://agentmods.dev/badge/skills/hk-hub/agentskills/figma-generate-library/github.svg)](https://agentmods.dev/skills/hk-hub/agentskills/figma-generate-library)
Your own site
<a href="https://agentmods.dev/skills/hk-hub/agentskills/figma-generate-library"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/figma-generate-library/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 figma-generate-library

Your own site · 80×15
<a href="https://agentmods.dev/skills/hk-hub/agentskills/figma-generate-library"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/figma-generate-library.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,388 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.
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.00146 $0.05388
Opus 5 $0.00073 $0.02694
Sonnet 5 $0.00029 $0.01078
Haiku 4.5 $0.00015 $0.00539

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

Security

Grade A, and why

figma-generate-library 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 9d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/bindVariablesToComponent.js, scripts/cleanupOrphans.js, scripts/createComponentWithVariants.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

figma-generate-library/SKILL.md · 371 lines

How it starts

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

Design System Builder — Figma MCP Skill

Build professional-grade design systems in Figma that match code. This skill orchestrates multi-phase workflows across 20–100+ use_figma calls, enforcing quality patterns from real-world design systems (Material 3, Polaris, Figma UI3, Simple DS).

Prerequisites: The figma-use skill MUST also be loaded for every use_figma call. It provides Plugin API syntax rules (return pattern, page reset, ID return, font loading, color range). This skill provides design system domain knowledge and workflow orchestration.

Always include figma-generate-library in the comma-separated skillNames parameter when calling use_figma as part of this skill. If this skill was loaded via an MCP resource, you MUST prefix the name with resource: (e.g. resource:figma-generate-library). This is a logging parameter — it does not affect execution.


1. The One Rule That Matters Most

For every phase, follow this communication contract.

Before starting a phase:

  • Post a user-facing checklist titled Phase N Checklist.
  • Include every task/subtask that will be attempted in that phase.
  • Include the phase exit criteria.
  • Do not begin mutating work for the phase until this checklist has been posted.
  • If the phase requires explicit approval, ask for approval after the checklist and wait.

During execution:

  • Before each major subsection, post a short update naming the exact section being worked on, using this format: Working on Phase N.X: <section name>
  • Keep updates concise, but make the current work visible.
  • When a subsection completes, mark it as completed in the running checklist if the interface supports checklist/status updates; otherwise mention completion in the next progress update.

At the end of each phase:

  • Post a Phase N Summary with:
    • Completed tasks
    • Created or changed Figma objects
    • Validations performed
    • Decisions or conflicts resolved
    • Remaining risks or follow-ups
  • Then show the required phase artifact for that phase and continue automatically.
  • Only ask for explicit approval after Phase 0 or if a genuine decision fork arises (see Section 6). For Phases 1–4, the default is to continue automatically after the summary.

Read the full file on GitHub · 371 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. 9d ago First seen · 371 lines · 146 tokens per session scan A 38d9381d4fb0

Subscribe to this mod's changes

figma-generate-library is a skill published in the GitHub repository HK-hub/AgentSkills (6 stars, last pushed 25d ago), licensed MIT. It adds 146 tokens to every session and 5,388 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

mermaid

Create, validate, and repair Mermaid.js diagrams. Use when generating flowcharts, sequence, class, ER, state, or Gantt diagrams, or any visualization.

rp1-run/rp1 · 36 tokens

loft

Loft the shape before cutting steel — answer a design question that prose cannot settle by building a throwaway artifact: a pure logic module in a clickable shell, or structurally different UI variants behind one route. The captain reacts to the artifact; the answer folds into the decision; the artifact never docks.…

Yeachan-Heo/oh-my-claudecode · 0 tokens

plannotator-annotate

Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.

backnotprop/plannotator · 29 tokens

visual-qa

Runs rigorous visual QA across web, terminal, and paginated surfaces with screenshot evidence and a verdict. Use for any UI build or change, or when asked whether a page, component, or TUI looks right.

code-yeongyu/oh-my-openagent · 47 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

layout-skill

Layer A layout-mechanics reference. Stacks on any style skill when the screen is an app shell, dashboard, settings, list-detail, mail/inbox, or any layout with fixed regions plus a scrolling body — or when a layout breaks under long, empty, or unbroken content. Owns spatial structure and scroll ownership; owns zero…

code-yeongyu/oh-my-openagent · 88 tokens