cc-figma-tokens
Installation
SKILL.md
cc-figma-tokens — Component Contracts Token Skill
Build Figma variable collections from component-contracts token files. This skill creates the Primitive and Semantic variable collections that all components bind to.
Prerequisites — load these skills first:
figma-use— Plugin API syntax rules (mandatory before everyuse_figmacall)figma-generate-library— Design system workflow and variable creation patterns
Always pass skillNames: "cc-figma-tokens" when calling use_figma as part of this skill.
1. Configuration
Before anything else, read .component-contracts from the project root. This file contains all required configuration. Never output FIGMA_ACCESS_TOKEN in any response.
FIGMA_ACCESS_TOKEN=... # never output this value
FIGMA_FILE_KEY=... # use for all use_figma calls
Related skills