figma-integration

Gate premium Figma integration behind an enterprise license flag with markdown-only fallback.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill figma-integration-gaiastudio-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-integration
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/figma-integration
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill figma-integration-gaiastudio-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This OSS stub documents the boundary for premium Figma integration capabilities, enabling safe load and graceful degradation when enterprise license gates are not present.

Core Features & Use Cases

  • OSS boundary and license-gated activation path for Figma MCP workflows such as design-token extraction, component specification, frame authoring, asset export, and fidelity checks; enterprise activation replaces the stub with full capabilities.
  • When the enterprise plugin is not installed or license flags are missing, workflows degrade to markdown-only behavior with clear messaging.

Quick Start

Install the OSS stub plugin and enable the figma-premium feature flag to access the enterprise-enabled capabilities.

Frequently Asked Questions about figma-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Figma design tokens without an enterprise license?

Figma design-token extraction degrades to markdown-only fallback without an enterprise license. The OSS stub provides safe load behavior and clear messaging rather than executing premium component specification workflows.

What is an OSS stub for premium Figma integration?

An OSS stub for premium Figma integration documents the boundary for enterprise features, ensuring safe load and graceful degradation. It enables basic functionality when the enterprise plugin or license flags are missing.

How do I enable figma-premium enterprise capabilities in my workspace?

To enable figma-premium enterprise capabilities, install the OSS stub plugin and activate the figma-premium feature flag. This replaces markdown-only fallback with full design-token extraction and fidelity checks.

Can I use Figma component specification workflows without the enterprise plugin?

Figma component specification workflows require the enterprise plugin for full activation. Without it, the OSS stub enforces markdown-only behavior and clear messaging to prevent exposing premium internals.

Why does my Figma MCP workflow return markdown-only output?

Figma MCP workflows return markdown-only output when the enterprise plugin is not installed or license flags are missing. This graceful degradation ensures safe, loadable behavior without violating the OSS boundary.

Does the Figma integration OSS stub expose premium internals?

The Figma integration OSS stub does not expose premium internals. It conforms to frontmatter declarations and the OSS boundary contract, ensuring safe loadable behavior while gating full capabilities behind enterprise license flags.