Figma To Cms banner
pslhrd pslhrd

Figma To Cms

Design community

Description

Analyze a Figma design frame and extract a CMS content schema — what's editable content vs decorative structure. Then annotate the design directly in Figma. **Core principle:** A CMS schema is a contract between the editor and the frontend — not a mirror of the design. The design shows one state. Your schema must account for all reasonable states. ## 0. Environment This command requires the Figma MCP server connected to Claude Code: - **Read** — `get_design_context` + `get_screenshot` to fet

Installation

Installs to ~/.claude/skills/pslhrd-figma-to-cms-figma-to-cms/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pslhrd-figma-to-cms-figma-to-cms && curl -fsSL https://raw.githubusercontent.com/pslhrd/figma-to-cms/HEAD/commands/figma-to-cms.md -o ~/.claude/skills/pslhrd-figma-to-cms-figma-to-cms/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository