Extract component metadata from a Figma design system and generate production-ready QML controls. Use this skill whenever someone wants to turn Figma components into QML files — whether they say "generate components from Figma", "create QML controls based on a design system", "convert Figma components to QML", "build the component library", "extract button/input/checkbox from Figma", or anything similar. Requires design-tokens.json and QML design system singletons to already exist (from the token extraction skill). Uses Figma MCP to inspect components one at a time and maps variants, states, sizing, and token usage to idiomatic Qt Quick Controls 2 patterns. Trigger this skill at the component generation step of any QML design-system workflow.
$npx -y skills add theqtcompanyrnd/agent-skills --skill qt-figma-component-generationInstalls into the current project.
Run `npx skills use "https://github.com/theqtcompanyrnd/agent-skills" --skill "theqtcompanyrnd/agent-skills/qt-figma-component-generation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/theqtcompanyrnd/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/theqtcompanyrnd/agent-skills"` and select the relevant skills, then follow their instructions.