Borrowing it
Nothing to install: this file belongs to satanyakiv/NutriSport. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/satanyakiv/NutriSport/main/.claude/skills/figma-handoff/SKILL.mdgit clone --depth 1 https://github.com/satanyakiv/NutriSportWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/satanyakiv/nutrisport/figma-handoff)<a href="https://agentmods.dev/skills/satanyakiv/nutrisport/figma-handoff"><img src="https://agentmods.dev/badge/skills/satanyakiv/nutrisport/figma-handoff/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/satanyakiv/nutrisport/figma-handoff"><img src="https://agentmods.dev/badge/skills/satanyakiv/nutrisport/figma-handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00120 | $0.03156 |
| Opus 5 | $0.00060 | $0.01578 |
| Sonnet 5 | $0.00024 | $0.00631 |
| Haiku 4.5 | $0.00012 | $0.00316 |
Grade A, and why
figma-handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Figma Handoff — Figma → Compose Multiplatform
Context
The project's design source of truth is the Figma file "NutriSport-Mobile-Yakiv" (file key 5r0fI3ij4KxETz5HNK5qfc). It contains both design-system primitives (Colors, Fonts, Buttons, Cards, …) and app screens.
This skill enforces a 13-step protocol for translating a Figma frame into Compose Multiplatform code that respects the :shared:ui design system. The user has a paid Figma plan, so the Dev Mode MCP must be used on every UI task — never hand-eyeball values from screenshots.
When to use
Activate when the user:
- Asks to implement a screen, component, or design token from Figma
- Says "translate this Figma frame to Compose", "build UI for X", "use design from Figma"
- References the project's Figma file (URL, frame name, or node ID)
- Pastes a Figma URL like
https://www.figma.com/design/.../...?node-id=X-Y
Prerequisites
- Figma Desktop app open with file "NutriSport-Mobile-Yakiv"
- Figma Dev Mode MCP enabled (the
mcp__figma-dev-mode__*server) - User authenticated as
[email protected]
For full MCP technical details, tool list, and selection rules, see references/figma-protocol.md.
For a color/font/component mapping cheat-sheet, see references/cmp-mapping.md.
13-step Protocol
0. Activate budget discipline
Before any Figma MCP call, activate figma-mcp-budget. It defines orthogonal rules: prefer get_design_context for scope-bound nodes, get_metadata only as fallback for truncation, no-retry on 429, anti-runaway guard (2 same-args errors → STOP), behavioral session cache (don't re-call get_design_context on same nodeId in a conversation), whoami once per session. Pro plan caps: 10 calls/min, 200 calls/day. Skipping this step risks burning the daily budget on a single runaway loop — see figma-mcp-budget/references/failure-modes.md.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 217 lines · 120 tokens per session scan A ed3a24a115d8
figma-handoff is a skill published in the GitHub repository satanyakiv/NutriSport (11 stars, last pushed 3mo ago), licensed MIT. It adds 120 tokens to every session and 3,156 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
expo-design-system
Framework (OSS). Build and maintain a design system inside an Expo app - a reusable theme of design tokens (color, spacing, typography, radius, shadow, motion), reusable component structure with variant/size/state prop conventions, and rules for when to extract a repeated view into a shared component. Use when…
flutter-build-responsive-layout
Use LayoutBuilder, MediaQuery, or Expanded/Flexible to create a layout that adapts to different screen sizes. Use when you need the UI to look good on both mobile and tablet/desktop form factors.
display-glasses-with-jetpack-compose-glimmer
Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…
omh-apple-design
This is a Hermes-native apple-design workflow skill.
axiom-audit-liquid-glass
Use when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration.
axiom-audit-ux-flow
Use when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app.