figma-create-new-file

Create a new blank Figma file in the user's drafts folder.

64.1k|5.4k|Updated Jul 8, 2021
One-click install
npx skills add https://github.com/warpdotdev/warp --skill figma-create-new-file-warpdotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/warpdotdev/warp/tree/main/resources/bundled/mcp_skills/figma/figma-create-new-file
Command: npx skills add https://github.com/warpdotdev/warp --skill figma-create-new-file-warpdotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a fresh Figma file on demand can be repetitive and error-prone when starting new design or FigJam sessions; this skill automates file creation in the user's drafts folder and handles plan context as needed.

Core Features & Use Cases

  • Create a new blank Figma file in the user's drafts folder for both design and FigJam workflows.
  • Supports editorType: design (default) or figjam, with a default file name of Untitled.
  • Resolve plan context via whoami when a planKey isn't provided and return file_key and file_url for subsequent actions.

Quick Start

Invoke /figma-create-new-file with optional editorType and fileName to create a fresh Figma file.

Frequently Asked Questions about figma-create-new-file

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

FAQPage Schema
How do I create a new blank Figma file automatically in drafts?

To create a new blank Figma file automatically, this skill generates a fresh design or FigJam file directly in your drafts folder, returning the file_key and file_url for immediate access.

Can I create a FigJam file instead of a standard design file?

Yes, you can create a FigJam file by specifying the figjam editorType. The skill defaults to the design editorType if none is provided, supporting both collaborative and design workflows.

Do I need to provide a planKey to automate Figma file creation?

No, you do not need to manually provide a planKey to automate Figma file creation. The skill automatically resolves the required plan context via whoami when the parameter is omitted.

What is the default file name when creating a Figma file through automation?

The default file name applied when creating a Figma file through automation is Untitled. You can override this by supplying a custom fileName parameter during the workflow invocation.

What details do I get back after creating a new Figma file in drafts?

After creating a new Figma file in drafts, you receive the unique file_key and a direct file_url. These outputs allow you to immediately navigate to or interact with the newly generated design file.

Are there limitations when using automation to start new design workflows in Figma?

A key limitation is that this automation only creates blank files in the drafts folder. It does not apply existing templates, import external assets, or configure complex design system components during file creation.