figma-create-design-system-rules

figma-create-design-system-rules is a skill for Claude Code, Codex from ulises-jeremias/agent-toolkit. It costs 71 tokens per session (4,234 once invoked), scanned A, original, MIT.

A design-system rules tool creates project-specific instructions for how an AI coding assistant should work with Figma designs. A design system is the shared set of visual and component conventions used by a product.

In plain words
What is it for?
Use it to generate rule files for coding assistants, covering component patterns, layout choices, and other project conventions.
Why use it?
It captures codebase conventions that might otherwise be known only by experienced team members, helping design-to-code work follow them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Use it to generate rule files for coding assistants, covering component patterns, layout choices, and other project conventions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules
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 ulises-jeremias/agent-toolkit --skill figma-create-design-system-rules
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code, Codex.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 skills.

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-create-design-system-rules

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules/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-create-design-system-rules

Your own site · 80×15
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/figma-create-design-system-rules.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,234 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 warn 7 Sept 2026
SkillSpector: 1 finding, 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 Memory Poisoning · line 507
    Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.
    Fix: Protect agent memory and state from modification by untrusted content. Use read-only memory for critical instructions and validate all state changes.
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.00071 $0.04234
Opus 5 $0.00036 $0.02117
Sonnet 5 $0.00014 $0.00847
Haiku 4.5 $0.00007 $0.00423

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

Security

Grade A, and why

figma-create-design-system-rules 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 6d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

plugins/agent-toolkit-complete/.github/skills/figma-create-design-system-rules/SKILL.md · 555 lines

How it starts

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

Create Design System Rules

Overview

This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide AI coding agents to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically.

Supported Rule Files

Agent Rule File
Claude Code AGENTS.md (or CLAUDE.md symlink)
opencode AGENTS.md (or CLAUDE.md symlink)
Cursor .cursor/rules/figma-design-system.mdc
Gemini CLI GEMINI.md (or symlink to AGENTS.md)
GitHub Copilot .github/copilot-instructions.md (or symlink to AGENTS.md)
Windsurf .windsurfrules

agent-toolkit convention: prefer a single AGENTS.md and symlink the tool-specific files to it. See the workstation AGENTS.md portability table for details.

What Are Design System Rules?

Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind of expertise that experienced developers know and would pass on to new team members:

  • Which layout primitives and components to use
  • Where component files should be located
  • How components should be named and structured
  • What should never be hardcoded
  • How to handle design tokens and styling
  • Project-specific architectural patterns

Once defined, these rules dramatically reduce repetitive prompting and ensure consistent output across all Figma implementation tasks.

Prerequisites

  • Figma MCP server must be connected and accessible
  • Access to the project codebase for analysis
  • Understanding of your team's component conventions (or willingness to establish them)

When to Use This Skill

Use this skill when:

  • Starting a new project that will use Figma designs
  • Onboarding an AI coding agent to an existing project with established patterns
  • Standardizing Figma-to-code workflows across your team
  • Updating or refining existing design system conventions
  • Users explicitly request: "create design system rules", "set up Figma guidelines", "customize rules for my project"

Read the full file on GitHub · 555 lines

Files

What ships with it

1 file 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. 6d ago First seen · 555 lines · 71 tokens per session scan A b4b0264b7220

Subscribe to this mod's changes

figma-create-design-system-rules is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 4,234 once invoked, about $0.0004 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-04.

Related

Other skills, from other repositories

vibe-to-ui

Design systems, motion, mood boards, spatial layout, visual assets, Design Context profiles, and a global Inspiration Library from screenshots, website URLs, inspiration images, music, or fuzzy aesthetic intent. Classifies page archetype, explores 3 product-aware directions before locking tokens (unless exact…

MonkeyUI-dev/vibe-to-ui · 122 tokens

ui-ux-design

Create production-grade frontend interfaces with strong UX and visual craft. Use when building web components, pages, dashboards, forms, landing pages, modals, or any UI. Use when user says 'build a form', 'create a dashboard', 'design a component', 'make a landing page', or asks for UI/UX work. Use even when the user…

arvindand/agent-skills · 98 tokens

margaret-design

Figma bridge, both directions: generate a new Figma design or diagram from a prompt/spec, or pull an existing Figma file/selection into this codebase (as code, a design-context summary, a Code Connect link, or a motion implementation). Use when the user asks to create/generate something in Figma or FigJam, wants a…

sofiahernandes/margaret · 181 tokens

design-logo

Generate a commercial-grade SVG logo for a project by reading its codebase and iterating with the user.

mcpware/logoloom · 0 tokens

ndv-perceptual

Perceptual cognition module. Injects simultaneous read-as-rendered vision into any phase where visual or UX quality is a concern — implementation review, component assessment, UI audit steps within a larger workflow. Source: ndv-design (Pixel).

emb715/neurodiveragents · 54 tokens

ux-audit

Production-grade UX audit and design guidance skill. Transforms vague design feedback into actionable, implementable recommendations. Two modes: guide (principles + do/don't rules for modern interfaces) and review (structured audit with prioritized fixes). Covers task-first UX, information architecture, CRAP visual…

narenkatakam/ux-audit · 117 tokens