🔎
QualityTypeScript

Figma Typings Audit

by awdr74100

Figma Typings Audit is a Quality skill for Claude Code, published by awdr74100 in figwright.

580 stars33 forkson awdr74100/figwrightAdded 2026/08/25+6% in starsRepository updated 2026/08/24
aiclaude-codecodegencodexcursordesign-to-codefigmafigma-mcpfigma-pluginfigma-to-codemcpmodel-context-protocol
Install in seconds
Install Figma Typings Audit
Copy Figma Typings Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/awdr74100/figwright/tree/main/.claude/skills/figma-typings-audit ~/.claude/skills/figma-typings-audit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/awdr74100/figwright.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/figma-typings-audit/SKILL.md in awdr74100/figwright
Installs to
~/.claude/skills/figma-typings-audit
Collection
One of 4 skills cataloged from this repository
Category
Quality1354 skills

What Figma Typings Audit does

Figma Typings Audit diffs @figma/plugin-typings between installed and target versions, classifies breaking changes and new fields, and maps them to plugin, shared, and tool registry code. Use it when auditing or upgrading the package, including Renovate bumps.

Figma Typings Audit is cataloged under Quality on DirSkills. Figma Typings Audit comes from a repository tagged ai, claude-code, codegen, codex and cursor.

Documentation

README

Absorbing a @figma/plugin-typings release into Figwright, end to end: audit → upgrade → implement what's worth having.

One hard ordering constraint: diff before upgrading. The audit compares the installed version against the target, so upgrading first destroys the baseline. (Recoverable — the old version is in git history and npm pack can still fetch it — but don't create the problem.)

Target version: whatever the user named, otherwise the latest on npm.

Stage 0 — Resolve versions

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Figma Typings Audit

  • What else does awdr74100 publish alongside Figma Typings Audit?

    Figma Typings Audit is one of 4 skills that DirSkills catalogs from awdr74100/figwright, the repository it ships in. Its siblings there include Figma Build, Figma Codegen and MCP SDK Audit. Each one is a separate skill with its own page in this directory, installs the same way Figma Typings Audit does, and is maintained by awdr74100 in that same repository. The rest of the collection is listed on the awdr74100/figwright page.

  • How does Figma Typings Audit compare to other Quality skills?

    Figma Typings Audit ranks #1146 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Figma Typings Audit against them. Open each page to compare what they document and how they install.