Agent Plugins Marketplace
← All plugins

figma-workflow

v0.4.2

Figma 제품 화면을 사용자 판단 계약과 DQ0–DQ7, native structure·interaction 증거로 제작하고 검토합니다.

CodexClaude Code3 Skills

By sonsu2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install figma-workflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add figma-workflow@sonsu-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the sonsu-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “figma-workflow” remain stable.

  • Codex: figma-workflow@agent-plugin-marketplace → figma-workflow@sonsu-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sonsu-lee/sonsu-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/figma-workflow/.

Plugin files

plugins/figma-workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/figma-design-audit/SKILL.md
├── skills/figma-product-design/SKILL.md
└── skills/figma-prototype-flow/SKILL.md

Included Skills3

figma-design-auditskills/figma-design-audit/SKILL.md

기존 Figma file, page, frame 또는 selection의 Auto Layout, responsive behavior, component·variable·icon 사용, prototype interaction과 developer handoff를 수정 없이 검토해야 할 때 사용한다. 화면 생성·수정, 클릭 동선 변경, FigJam 워크숍과 draw.io 구조도에는 사용하지 않는다.

figma-product-designskills/figma-product-design/SKILL.md

Figma Design에서 제품 화면이나 composed view를 생성 또는 수정하고, Auto Layout, responsive behavior, component, variable, exact icon과 handoff 품질을 함께 다뤄야 할 때 사용한다. 클릭 가능한 prototype 연결, 읽기 전용 감사, FigJam 워크숍, draw.io 시스템 구조도와 코드 구현에는 사용하지 않는다.

figma-prototype-flowskills/figma-prototype-flow/SKILL.md

Figma Design에서 버튼 navigation, modal·drawer·popover, component state, 조건 분기 또는 실제 클릭 가능한 prototype reaction을 생성·수정하고 검증해야 할 때 사용한다. 기존 flow의 읽기 전용 검토, 화면 visual layout만 만드는 작업, FigJam journey, draw.io 시스템 구조도와 Figma-to-code에는 사용하지 않는다.

Plugin manifests2

plugins/figma-workflow/.codex-plugin/plugin.json
{
  "name": "figma-workflow",
  "version": "0.4.2",
  "description": "Figma 제품 화면을 사용자 판단 계약과 DQ0–DQ7, native structure·interaction 증거로 제작하고 검토합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "keywords": [
    "design",
    "figma",
    "auto-layout",
    "prototype",
    "design-system",
    "handoff"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Figma Workflow",
    "shortDescription": "Figma native 제품 디자인 품질 안내",
    "longDescription": "사용자·과업·정보·환경을 Figma native frame, Auto Layout, component, variable, exact icon과 prototype scenario에 연결하고 독립 평가합니다.",
    "developerName": "sonsu",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "이 제품 화면을 Figma에서 responsive하게 만들고 interaction까지 연결해 줘.",
      "현재 선택한 Figma 화면의 Auto Layout과 prototype 동선을 검토해 줘.",
      "이 Figma 화면의 design handoff 품질을 검증해 줘."
    ]
  },
  "apps": "./.app.json"
}
plugins/figma-workflow/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "figma-workflow",
  "displayName": "Figma Workflow",
  "version": "0.4.2",
  "description": "Figma 제품 화면을 사용자 판단 계약과 DQ0–DQ7, native structure·interaction 증거로 제작하고 검토합니다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "keywords": [
    "design",
    "figma",
    "auto-layout",
    "prototype",
    "design-system",
    "handoff"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[figma-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/figma-workflow)