Conversation
.agents/skills/figma-usage/README.md
Outdated
|
|
||
| ## Step 1: Connect the MCP Server | ||
|
|
||
| The repo includes `.mcp.json` with the remote Figma MCP server pre-configured. |
There was a problem hiding this comment.
This looks like our first instance of this pattern. Want to confirm this is okay / the preferred method.
There was a problem hiding this comment.
any idea where this pattern is from?
.agents/skills/figma-usage/SKILL.md
Outdated
| metadata: | ||
| author: oss@arize.com | ||
| version: "1.0.0" | ||
| mcp-server: figma |
There was a problem hiding this comment.
need to mark it as private
.agents/skills/figma-usage/README.md
Outdated
|
|
||
| ## Step 1: Connect the MCP Server | ||
|
|
||
| The repo includes `.mcp.json` with the remote Figma MCP server pre-configured. |
There was a problem hiding this comment.
any idea where this pattern is from?
| @@ -0,0 +1,90 @@ | |||
| # Code Connect | |||
There was a problem hiding this comment.
maybe we just name this skill phoenix-design so we can put all best practices in it
|
let's drop the skill for now |
|
@claude rebase this PR on main. then remove the skills and MCP for now and just preserve the necessary parts for the figma files to be in the stories. |
|
Claude finished @mikeldking's task in 56s —— View job PR cleanup done
|
Co-authored-by: Mikyo King <mikeldking@users.noreply.github.com>
|
@claude rebase on main |
|
Claude finished @mikeldking's task in 14s —— View job Rebase RequestUnfortunately, I'm unable to perform a To rebase this branch on main, please run the following commands locally: git fetch origin
git checkout rick/design-skills
git rebase origin/main
git push --force-with-lease origin rick/design-skillsYou can find more information in the FAQ. |
Addresses #11461
Adds:
Of note:
Storybook:

Figma:

Note
Low Risk
Primarily documentation and dev-tooling/config additions; the only code changes are Storybook metadata updates and a new dev dependency.
Overview
Adds first-class Figma integration for the repo: a new
.mcp.jsonconfig for the remote Figma MCP server plus afigma-usageagent skill (README + rules) documenting how to implement UI from Figma, resolve design values to Phoenix tokens/Emotion, and create bidirectional Code Connect mappings.Enables Code Connect publishing by adding
@figma/code-connectandapp/figma.config.json, and links several Storybook stories to their corresponding Figma nodes by addingparameters.design(and related references) so designs show up in Storybook’s Design tab and can be used for mappings.Written by Cursor Bugbot for commit cb360b2. This will update automatically on new commits. Configure here.