cc-figma-component
Installation
SKILL.md
cc-figma-component — Component Contracts Component Skill
Generate Figma component sets from component contracts. This skill reads a contract, derives component-scoped (Tier 3) tokens, and builds a fully variable-bound component set in Figma.
Prerequisites — load these skills first:
figma-use— Plugin API syntax rules (mandatory before everyuse_figmacall)figma-generate-library— Design system workflow and component creation patternscc-figma-tokensmust have been run —PrimitivesandSemanticcollections must exist in the target Figma file
Always pass skillNames: "cc-figma-component" when calling use_figma as part of this skill.
Global Rules
Frame sizing defaults to HUG
Every frame created by this skill must have both sizing properties set to 'HUG' immediately after creation — no exceptions.
Related skills