figma-handoff
v0.1.0Deep, verified Figma-to-dev handoff prep: scored audit, business-semantic naming, real auto-layout, componentization, tokens, a11y annotations — copy-first with visual-diff safety.
by Emeraude0updated 1 month ago
Source
git clone https://github.com/Emraude-agency/figma-handoffClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json├── skills/figma-handoff-artifacts/SKILL.md├── skills/figma-handoff-norms/SKILL.md└── skills/figma-use-deep/SKILL.md
Skills3
Output contract for figma-handoff. Defines the versioned handoff/ folder emitted at the end of every pass (tokens.json, code-connect-map.json, screens.json, audit.json, HANDOFF.md, RETROSPECTIVE.md), their schemas, and the bridge to the figma-to-code plugin. Load before the EMIT phase.
Single source of truth for figma-handoff. Defines the blocking gates, the norm families (Structure, Sizing, Tokens, Naming, Components, A11y, Report), the shared scan definitions, the Figma defaults that are NOT violations, and the veille+transparency rule. Loaded by every figma-handoff agent before acting.
Battle-tested use_figma recipes for the figma-handoff plugin - page clone, visual diffNodes, native annotations, variant/property renames with instance auto-reconcile, auto-layout conversion, large-metadata routing. Load before any use_figma write.
Manifests1
{
"name": "figma-handoff",
"version": "0.1.0",
"description": "Deep, verified Figma-to-dev handoff prep: scored audit, business-semantic naming, real auto-layout, componentization, tokens, a11y annotations — copy-first with visual-diff safety.",
"author": {
"name": "Emeraude"
},
"keywords": [
"figma",
"handoff",
"design-system",
"accessibility",
"auto-layout"
]
}