Install
$ agentstack add skill-m-binimran-design-pack-figma-handoff ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
figma-handoff
Turn a Figma file into a clean, accurate handoff using the Figma connector (never guess values).
Process
- Read the design via Figma: frames, variables/tokens, text styles, components, screenshots. If Figma
isn't connected, say so - don't invent frame names or values.
- Extract tokens (hand to
design-tokens): colours, type scale, spacing, radius, shadows - from Figma
variables, not eyeballed.
- Spec the screens: spacing, sizes, breakpoints, states (hover/active/disabled/empty/error), interactions.
- List assets to export with names + formats + densities (hand to
asset-export). - Flag issues: contrast misses (the
contrast-guardhook +accessibility-contrast), inconsistent
spacing/type, missing states.
Output
- A handoff doc: tokens, per-screen specs, asset export list, component notes, and an issues list. Every value
sourced from Figma or marked [verify].
Guardrails
- All measurements come from the Figma connector or are flagged - no fabricated pixels.
- Don't claim a file was read if the connector didn't return it.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: m-binimran
- Source: m-binimran/design-pack
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.