Main
Use it to export a stable design contract: generate
DESIGN.mdfor tokens (colors/typography/spacing) andSKILL.mdfor agent constraints.Run it on the same Figma file your team actually designs in so extracted variables/styles match reality, not a theoretical system.
Treat the generated markdown as versioned artifacts: commit them to your repo so agents and humans share the same source of truth.
Source-backed notes
- README says the plugin extracts local styles/variables from the active Figma file and generates editable
DESIGN.mdandSKILL.mdoutputs. - README’s getting started flow builds the plugin with
npm install+npm run build, then importsmanifest.jsonin Figma Desktop. - README lists supported actions including auto-extract, toggling views, refresh, and downloading outputs.
FAQ
- Is it a published Figma Community plugin?: README documents a local dev install via manifest import; follow upstream for distribution status.
- What should I commit to git?: Commit the generated DESIGN.md/SKILL.md so UI changes can be reviewed like code.
- Does it replace a design system?: No — it exports the system signals; you still need your Figma library and review process.