Design Feel Like Your Own Product

Learns a designer's Figma "signature moves" so new components feel self-made, not copy-pasted.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · c0f6112

Ran the mini-task in the skill's own documented Figma-MCP-unavailable fallback mode: given only pasted design-system specs it derived a two-tier radius rule (6px interactive / 8px surface) and reused the same teal hex for both the primary button and the 'active' status pill instead of inventing a fresh color, concretely more grounded than a generic-SaaS baseline modal. Single-file, self-contained skill; license is CC BY-NC 4.0 non-commercial, disclosed up front in the README, not hidden.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Design Feel Like Your Own Product does

Reads a Figma file via the Figma MCP server to build a semantic model of a designer's color roles, spacing/radius signatures, and information hierarchy, then generates new components from that internalized model rather than copying raw pixel values. Triggers when a user shares a Figma file and asks for new components, plugins, or UI that should 'match the style' or extend an existing design system, and degrades gracefully to pasted specs or a screenshot if the Figma MCP tools are unavailable.

How to install Design Feel Like Your Own Product

git clone https://github.com/Tiannanzhao/design-feel-like-your-own-product.git
mkdir -p ~/.claude/skills
cp -r design-feel-like-your-own-product ~/.claude/skills/design-feel-like-your-own-product

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Design Feel Like Your Own Product

  • /design-feel-like-your-own-product Learns a designer's Figma "signature moves" so new components feel self-made, not copy-pasted.

It also activates on plain-language prompts like these:

  • build a new settings modal that matches our Figma design system
  • generate a component that feels like it came from our own design file
  • match the spacing and color roles from our Figma when designing this

Frequently asked questions

Is the Design Feel Like Your Own Product skill free?
Yes. The skill itself is free from Tiannanzhao/design-feel-like-your-own-product. SkillProof publishes the install command and an independent test verdict at no cost.
Does Design Feel Like Your Own Product work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the mini-task in the skill's own documented Figma-MCP-unavailable fallback mode: given only pasted design-system specs it derived a two-tier radius rule (6px interactive / 8px surface) and reused the same teal hex for both the primary button and the 'active' status pill instead of inventing a fresh color, concretely more grounded than a generic-SaaS baseline modal. Single-file, self-contained skill; license is CC BY-NC 4.0 non-commercial, disclosed up front in the README, not hidden.
What is the Design Feel Like Your Own Product SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Design Feel Like Your Own Product?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Design Feel Like Your Own Product with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.