figma-implementation-planning

figma-implementation-planning is a skill for Claude Code, Codex from 45ck/skill-harness. It costs 29 tokens per session (269 once invoked), scanned A, original, MIT.

A planning guide for turning a Figma design into an implementation plan. Figma is a collaborative design tool used to specify screens and interface components.

In plain words
What is it for?
Use it to plan screens or components, document loading and empty states, map layouts to code, and define an implementation sequence.
Why use it?
It exposes component boundaries, interaction states, responsive behaviour, and unanswered design questions before coding begins.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/45ck/skill-harness/figma-implementation-planning
Any agent
npx skills add 45ck/skill-harness --skill figma-implementation-planning
Clone the repo
git clone --depth 1 https://github.com/45ck/skill-harness

Made for: Claude Code, Codex.

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-implementation-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/45ck/skill-harness/figma-implementation-planning.svg)](https://agentmods.dev/skills/45ck/skill-harness/figma-implementation-planning)
Your own site
<a href="https://agentmods.dev/skills/45ck/skill-harness/figma-implementation-planning"><img src="https://agentmods.dev/badge/skills/45ck/skill-harness/figma-implementation-planning.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00029 $0.00269
Opus 5 $0.00015 $0.00134
Sonnet 5 $0.00006 $0.00054
Haiku 4.5 $0.00003 $0.00027

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

Security

Grade A, and why

figma-implementation-planning 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 6d 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.

packs/design-tooling-skills/skills/figma-implementation-planning/SKILL.md · 33 lines

What it actually says

Use this skill when turning a design into code work.

Process:

  • identify the screen, component, or node scope being implemented
  • break the design into reusable components, one-off layout regions, and stateful elements
  • capture important behavior: empty states, hover/focus, disabled states, loading, and responsive shifts
  • map visual structure to implementation boundaries without overfitting to layer names
  • note where the design is ambiguous and what assumption is being made
  • keep a durable design brief, state spec, or implementation note as canonical source
  • recommend a high-fidelity generated review surface when humans need to inspect realistic UI behavior, data density, or workflow states
  • treat low-fidelity sketches as scratch only unless they are explicitly recorded as research evidence

Deliver:

  • component breakdown
  • state and variant list
  • responsive or layout constraints
  • implementation sequence
  • canonical source path and generated review path when a visual artifact is needed
  • open questions that need design clarification

Avoid:

  • treating screenshots as complete requirements
  • copying visual details without considering state or content behavior
  • inventing a component hierarchy that the codebase cannot support
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. 6d ago First seen · 33 lines · 29 tokens per session scan A d1c63de4a5c1

Subscribe to this mod's changes

figma-implementation-planning is a skill published in the GitHub repository 45ck/skill-harness (15 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 269 once invoked, about $0.0001 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.