design-pipeline

design-pipeline is a skill for Claude Code from sodam-ai/SoDam-Design-Kit. It costs 77 tokens per session (331 once invoked), scanned A, original, Apache-2.0.

A build-and-test workflow for turning Figma designs into shadcn/ui components, a reusable set of interface components for React-based projects. It checks the result in a real browser at three screen sizes and runs accessibility checks.

In plain words
What is it for?
Use it to implement individual Figma components in shadcn/ui code. The workflow generates the component, renders it with Playwright, checks it with axe-core, and requires successful renders, no console errors, no serious accessibility findings, and screenshots for three viewports.
Why use it?
It catches visual, browser, console, and accessibility problems before a design component is considered finished. It also limits the work to presentation code, keeping application logic, authentication, storage, and API files out of scope.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sodam-design-kit plugin — 1 skill, 5 commands, 1 hook shipped together

Good fit Use it to implement individual Figma components in shadcn/ui code. The workflow generates the component, renders it with Playwright, checks it with axe-core, and requires successful renders, no console errors, no serious accessibility findings, and screenshots for three viewports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sodam-ai/sodam-design-kit/design-pipeline
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.

Any agent
npx skills add sodam-ai/SoDam-Design-Kit --skill design-pipeline
Clone the repo
git clone --depth 1 https://github.com/sodam-ai/SoDam-Design-Kit

Made for: Claude Code.

Or install sodam-design-kit, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 1 hook.

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 design-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/sodam-ai/sodam-design-kit/design-pipeline/github.svg)](https://agentmods.dev/skills/sodam-ai/sodam-design-kit/design-pipeline)
Your own site
<a href="https://agentmods.dev/skills/sodam-ai/sodam-design-kit/design-pipeline"><img src="https://agentmods.dev/badge/skills/sodam-ai/sodam-design-kit/design-pipeline/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 design-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/sodam-ai/sodam-design-kit/design-pipeline"><img src="https://agentmods.dev/badge/skills/sodam-ai/sodam-design-kit/design-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 331 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.00077 $0.00331
Opus 5 $0.00039 $0.00166
Sonnet 5 $0.00015 $0.00066
Haiku 4.5 $0.00008 $0.00033

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

Security

Grade A, and why

design-pipeline 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 12d 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.

skills/design-pipeline/SKILL.md · 21 lines

What it actually says

design-pipeline

.PRD/04_PROJECT_SPEC.md의 절대 규칙(DO NOT/ALWAYS DO)을 그대로 따릅니다.

핵심 규칙 (요약 — 전문은 04_PROJECT_SPEC.md)

  • 컴포넌트 1개 단위로 작게 시작
  • component-map.json 재사용 우선, Figma 구조 데이터 사용(스크린샷 추측 금지)
  • 검증 순서 고정: 생성 → dev server 자동 기동 → Playwright 렌더 → axe-core → 3뷰포트 → Lighthouse(참고)
  • PASS 조건 4가지(02_DATA_MODEL.md 단일 출처): 렌더 성공·콘솔 에러 0·axe critical/serious 0·3뷰포트 스크린샷 존재
  • FAIL 시 실패 사유를 다음 시도에 주입, 최대 3회, 2연속 FAIL만 확정
  • 표시(presentation) 코드만 수정 — 로직·인증·저장·API 파일 금지

관련 명령

  • /sodam-design-kit:setup
  • /sodam-design-kit:pipeline
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. 12d ago First seen · 21 lines · 77 tokens per session scan A 01a131fb9eb6

Subscribe to this mod's changes

design-pipeline is a skill published in the GitHub repository sodam-ai/SoDam-Design-Kit (7 stars, last pushed yesterday), licensed Apache-2.0. It adds 77 tokens to every session and 331 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

figma-codegen

Generate framework-aware code from a Figma design. Reads the project's stack profile and emits code matching the existing framework (React/Vue/Svelte/Next/etc.) and styling (Tailwind/CSS/CSS-in-JS), reusing existing components and design tokens instead of regenerating from scratch. Triggers whenever the user wants a…

awdr74100/figwright · 145 tokens

modern-site-engineering

Integrate systems after frontend direction.

TheGoat395/Codex-Skills · 12 tokens

radix-accessible-primitives

Repair Radix parts, portals and focus mechanics.

TheGoat395/Codex-Skills · 17 tokens

stitch-shadcn-ui

Integrates shadcn/ui into React apps generated from Stitch designs. Component discovery and installation, token alignment with Stitch design system, customization patterns, and blocks (auth, dashboard, sidebar). Use with stitch-react-components or stitch-nextjs-components.

gabelul/stitch-kit · 56 tokens

vibefigma

Convert Figma designs to production-ready React components with Tailwind CSS. Use when user provides a Figma URL, asks to convert Figma designs to React/code, wants to extract components from Figma, or mentions "vibefigma". Requires a Figma access token (via --token flag, FIGMATOKEN env var, or .env file).

vibeflowing-inc/vibe_figma · 77 tokens

frontend-engineer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults" !cat .forgewright/codebase-context.md…

buiphucminhtam/forgewright · 55 tokens