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 Emeraude0 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Jun 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install figma-handoff for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install figma-handoff@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Emraude-agency/figma-handoffClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/figma-handoff-artifacts/SKILL.md├── skills/figma-handoff-norms/SKILL.md└── skills/figma-use-deep/SKILL.md
Included 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.
Plugin 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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[figma-handoff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/figma-handoff)