Export tokens
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill export-tokensAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Export design tokens from a Figma file to CSS, Tailwind, or JSON format
SKILL.md
0.9 KB, as published. Nobody here has run it
Export Tokens
Export design tokens from the Figma design system to a code-ready format.
Process
-
Identify the Figma file. The user should provide a Figma file key or URL. Extract the file key from the URL if needed (the key is the string between
/design/or/file/and the next/). -
Fetch design tokens:
- Call
figma_get_variableswith the file key - If the user specified a format, pass
exportFormatas "css", "tailwind", or "json" - Default to "css" if no format is specified
- Call
-
Present the exported tokens to the user.
-
Optionally save to file. If the user requests, write the output to a file:
- CSS:
tokens.css - Tailwind:
tailwind.tokens.json - JSON:
tokens.json
- CSS:
Output
The exported tokens displayed to the user and optionally saved to a file.
Gives 0 of the 12 instructions most css styling skills give
Counted across 586 of the 596 authors here whose files we hold, read 2026-08-06
- avoid excessive centered layoutsin 55 of 586, across 12 files
- bundle code into single HTML filein 54 of 586, across 14 files
- Respect prefers-reduced-motion user settingsin 52 of 586, across 35 files
- avoid purple gradientsin 51 of 586, across 11 files
- avoid uniform rounded cornersin 51 of 586, across 11 files
- avoid Inter fontin 51 of 586, across 11 files
- edit generated files to develop artifactin 50 of 586, across 10 files
- animate only transform and opacity propertiesin 43 of 586
- Make touch targets at least 44x44 pixelsin 41 of 586, across 15 files
- Ensure minimum color contrast of 4.5:1in 39 of 586, across 10 files
- use tailwind cssin 39 of 586, across 24 files
- Use SVG icons instead of emojisin 38 of 586, across 11 files
Said here and by no other author read
- extract the file key from the URL
- call figma_get_variables with the file key
- default to css if no format is specified
- present the exported tokens to the user
- save the output to a file if requested
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.