agentsclimarketplace

Export tokens

Skill bromso/metapowers/plugins/design/skills/export-tokens

Export design tokens from a Figma file to CSS, Tailwind, or JSON formatFrom its SKILL.md

Install
npx -y skills add bromso/metapowers --skill export-tokens

Assembled 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.

SKILL.md

0.9 KB, 216 tokens by cl100k_base, as published. Nobody here has run it

Export Tokens

Export design tokens from the Figma design system to a code-ready format.

Process

  1. 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 /).

  2. Fetch design tokens:

    • Call figma_get_variables with the file key
    • If the user specified a format, pass exportFormat as "css", "tailwind", or "json"
    • Default to "css" if no format is specified
  3. Present the exported tokens to the user.

  4. Optionally save to file. If the user requests, write the output to a file:

    • CSS: tokens.css
    • Tailwind: tailwind.tokens.json
    • JSON: tokens.json

Output

The exported tokens displayed to the user and optionally saved to a file.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.