NutriSport: Skill for Claude Code

.claude/skills/figma-handoff/SKILL.md

figma-handoff is a skill for Claude Code from satanyakiv/NutriSport. It costs 120 tokens per session (3,156 once invoked), scanned A, original, MIT.

A process for turning Figma frames into Compose Multiplatform code, which is user-interface code shared across supported platforms. It uses the project’s design system and requires Figma developer tools for design details.

In plain words
What is it for?
Use it to implement screens, components, or design tokens from a Figma file in the NutriSport mobile project.
Why use it?
It gives design-based implementation a consistent procedure instead of relying on manual estimates from screenshots.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the AskUserQuestion tool.

This is satanyakiv/NutriSport's own configuration. It tells Claude Code how to work on NutriSport itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything NutriSport configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/satanyakiv/NutriSport/main/.claude/skills/figma-handoff/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/satanyakiv/NutriSport

Made for: Claude Code.

Wrote 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.

agentmods badge for figma-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/satanyakiv/nutrisport/figma-handoff/github.svg)](https://agentmods.dev/skills/satanyakiv/nutrisport/figma-handoff)
Your own site
<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.

agentmods 80×15 button for figma-handoff

Your own site · 80×15
<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>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash ed3a24a115d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

.claude/skills/figma-handoff/SKILL.md · 217 lines

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.

Read the full file on GitHub · 217 lines

Files

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.

Changes

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.

  1. 11d ago First seen · 217 lines · 120 tokens per session scan A ed3a24a115d8

Subscribe to this mod's changes

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.

Related

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…

expo/skills · 201 tokens

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.

flutter/agent-plugins · 51 tokens

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…

android/skills · 91 tokens

omh-apple-design

This is a Hermes-native apple-design workflow skill.

rlaope/oh-my-hermes · 73 tokens

axiom-audit-liquid-glass

Use when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration.

CharlesWiltgen/Axiom · 32 tokens

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.

CharlesWiltgen/Axiom · 43 tokens