dragoon0x/everything-design-taste

figma-workflow

Advanced Figma workflows, auto-layout mastery, component architecture, and team collaboration.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill figma-workflow

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,113 B
  • docs SUMMARY.md 116 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Figma Workflow

Auto-Layout Mastery

  • Use auto-layout on everything (not just buttons)
  • Nest auto-layouts for complex components
  • Absolute position for overlapping elements within auto-layout
  • Hug contents vs fill container: understand the difference

Component Architecture

  1. Atoms: Smallest elements (icon, text, badge)
  2. Molecules: Combined atoms (input field = label + input + helper text)
  3. Organisms: Combined molecules (form = multiple input fields + button)
  4. Templates: Page layouts using organisms

Naming Convention

  • Component: Category / Name / Variant
  • Example: Button / Primary / Default, Button / Primary / Hover
  • Layers: Descriptive names, never 'Frame 234'

Collaboration

  • Branch for major explorations
  • Comments for async feedback
  • Dev mode for engineering handoff
  • Design tokens via variables
  • Regular library updates with changelog