CldKit
홈탐색RECIPES제출CLIAI 큐레이터로그인
로그인
CldKit
탐색Recipes제출CLI·소개개인정보약관

AI 개발자를 위해 만들었습니다. 모든 components 를 검토합니다.

© 2026 CldKit

언어
홈>Recipes>Design-to-Ship Pipeline

Design-to-Ship Pipeline

intermediate

End-to-end workflow from Figma designs to deployed, tested code with CI/CD.

아키텍처

Figma Context MCP
Extracts design tokens, component specs, and layout data from Figma files
87/100
npx -y figma-developer-mcp --figma-api-key=YOUR_KEY --stdio
Figma Context MCP
Extracts design tokens, component specs, and layout data from Figma files
88/100
npx -y figma-developer-mcp --figma-api-key=YOUR-KEY --stdio
Playwright Testing Skill
Generates visual regression and E2E tests for design fidelity
86/100
ls /workspace
CI/CD Pipeline Generator Skill
Automates build, test, and deployment pipeline
78/100
ls /workspace

예상 출력

Design-to-Ship Pipeline Figma: 12 components extracted, 24 tokens synced Components: 12 generated, 12 passing lint Playwright: 18 E2E tests passed CI/CD: Build succeeded, deployed to staging -> Preview URL ready for design review

관련 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5개 components

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3개 components

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3개 components

모두 설치

npx -y figma-developer-mcp --figma-api-key=YOUR_KEY --stdio
npx -y figma-developer-mcp --figma-api-key=YOUR-KEY --stdio
ls /workspace
ls /workspace

난이도

intermediate

Components

4

생성일

Mar 25, 2026

장면

code
devops