byjunyoung

23 mods across 1 repository, 4 stars between them.

fig

02

byjunyoung/claude-product-skills

Plugin Claude Code

A bundle for the half of Figma work that isn't drawing the screen itself. It builds your to-draw list before you start, and keeps a file several people share in order afterwards.

4 3d ago A tokens not measured

arrows

03

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Generates and re-syncs flow arrows and their labels on a Figma design page. Reproduces in code what Autoflow-style plugins do — edge-midpoint anchors, right-angle elbows, branch trunks, element anchors, line styles that carry meaning. Flow information is stored in the node name (source --> target), so the whole page…

4 3d ago A 139 tokens

code

04

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Applies a Figma design to real code in a frontend repo — porting changed parts into existing code with minimal edits, or implementing screens and state variants that exist only in the design. Reads the repo's own naming, tokens, and state-management conventions first so it never overwrites them, checks both by numbers…

4 3d ago A 133 tokens

deck-setup

05

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Measures a team slide template into local deck assets — template-spec.md, template.js, and reference images. Canvas, type scale, colors, and the archetype catalog are read from actual nodes; anything the sample is too thin to settle is left empty rather than guessed. Run once before using /fig:deck in a new…

4 3d ago A 133 tokens

deck

06

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Turns a document, a dataset, or a spoken brief into a Figma Slides deck. Reads the source, agrees an outline before writing anything, then builds slides from the team template's archetypes and audits overlap and wording before handing back. Research reports, plans, retrospectives, proposals — it does not care which.…

4 3d ago A 124 tokens

diff

07

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Compares AS-IS and TO-BE designs, marks the changed elements with native Figma Dev Mode annotations, and writes up the linked task doc with a Figma link, an AS-IS/TO-BE table, and a scope callout. The tracker comes from the tasktracker section of figma-conventions.yaml and can be notion, github, or none; with none it…

4 3d ago A 200 tokens

handoff

08

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Hands finished sections to engineering. Runs /fig:lint as the gate, lets the person pick which passing sections go, marks them Ready for dev in Figma — the status engineering actually sees in Dev Mode — hands over the section links, and writes one line into the task doc where a tracker is configured. Nothing else is…

4 3d ago A 132 tokens

lint

09

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Audits a Figma design page read-only — frame membership and bounds, section overlap, naming, arrow geometry and entry direction and pass-through, coverage orphans, [state] dashed links, and component default residue carried over by duplication. Reports violations and writes nothing. Rules come from…

4 3d ago A 166 tokens

prep

10

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Prepares a Figma design page before the real work — normalizing frame names to [screen]-[state], creating and placing feature-level sections, and reading screen content to find missing cases (state variants, interaction results) and stub them as placeholder frames. Includes the absorb workflow that works around…

4 3d ago A 154 tokens

proto

11

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Rebuilds a Figma design as code so that input, validation, state, and branching actually work in a single HTML file. Not a click-through screenshot demo — something you press to check the UX and get a feel for the implementation spec. The pipeline: settle scope by interview, read Figma faithfully (structure, exact…

4 3d ago A 0 tokens

qa

12

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Audits a feature that has shipped to a dev or staging server against the plan of record — spec entries and the Figma design. One mode stops once the checklist is drawn; the other clicks through the browser and files a defect report. Defects are written as reproduction steps, expected, actual, and evidence (request…

4 3d ago A 129 tokens

read

13

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Takes a Figma file URL, lists its pages, and collects every top-level frame on the page you pick. Metadata and screenshots are read in parallel and laid out as a markdown tree. Gives you the whole structure from a URL alone, without selecting frames one by one in the desktop app. Triggers - "/fig:read", "read this…

4 3d ago A 109 tokens

setup

14

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Reads an unfamiliar Figma file and works backwards to its conventions, drafting a figma-conventions.yaml. Page roles, naming patterns, state suffixes, spacing tokens, section style, and arrow style are observed from actual nodes and taken as the dominant value; anything with too few samples or a split vote is left…

4 3d ago A 161 tokens

sync

15

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Audits whether changes finished on working and update pages actually made it into the canonical page, applies whatever did not, then archives the working copies. This is the skill that executes the apply-after-release step — audit with zero writes, then apply, then archive, each behind its own preview and go gate.…

4 3d ago A 146 tokens

tokens

16

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Audits whether the colors on a Figma frame or page are bound to design system tokens, and maps and binds hardcoded colors to the right token. Derives token-to-hex from bindings already in the file so every mapping has evidence, grades the results, and auto-proposes only the safe ones. Lint mode (check only) and bind…

4 3d ago A 156 tokens

pm

17

byjunyoung/claude-product-skills

Plugin Claude Code

A bundle for product docs and the tasks that come out of them. Write a spec against a format and verify it before it ships; turn a request thread into a task's context table; file that task in your engineering tracker and keep the two sides reconciled. Where things are stored is decided by config.

4 3d ago A tokens not measured

log-review

18

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Turns a period of daily logs into accomplishment statements you can reuse in a self-review, a promotion case, or a CV. Stitches entries by tracker url so one piece of work spanning weeks becomes one item, then asks only what the files cannot know — your role, what the result can be measured by, what you learned — and…

4 3d ago A 151 tokens

log

19

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Writes one day's work log as a file — what moved in the tracker, what was on the calendar, what was decided, what other people said about your work, and links to the evidence. Built to run unattended on a schedule, so it never asks and never invents; a source it cannot reach is reported as missing rather than filled…

4 3d ago A 151 tokens

prd

20

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Writes a product requirements document against a format, or fills out an existing one. Gathers and analyzes code repos, docs, designs, and chat history first, then proposes recommended answers so the interview can be settled with a single "go". Before writing anything it verifies read-only for vague wording, empty…

4 3d ago A 146 tokens

task-draft

21

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Turns a request source — a chat thread, a page, a spoken agreement — into a task record's context table. Statements from the source are sorted into named rows, and what is fact, what is your inference, and what nobody has decided yet are labelled apart rather than blended. Creates a new record where none exists, or…

4 3d ago A 148 tokens

task-publish

22

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Files one task record as a ticket in the engineering tracker, or updates the ticket already there. The ticket carries a summary and links rather than a copy of the body, so the record stays the single place anything is edited. Missing fields are filled by one grouped interview, the parent is resolved before writing…

4 3d ago A 149 tokens

task-sync

23

byjunyoung/claude-product-skills

Skill Claude CodeCodex

Reconciles a planning-side task list against the engineering tracker it mirrors. Reads both, diagnoses the ways they have drifted apart — unfiled, duplicated, wrong parent, broken link, resurrected, field mismatch — and then proposes, waits for approval, and only then writes. Nothing is written automatically. Where…

4 3d ago A 149 tokens