figma-create-new-file

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/winetree94/dotfiles --skill figma-create-new-file-winetree94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/winetree94/dotfiles/tree/main/default/.agents/skills/figma-create-new-file
Command: npx skills add https://github.com/winetree94/dotfiles --skill figma-create-new-file-winetree94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new blank Figma file quickly without manual setup or navigation, allowing you to start design work immediately.

Core Features & Use Cases

  • Automatic file creation: Generate a new blank Figma file in the user's drafts with the specified editorType and fileName.
  • Plan resolution integration: Automatically resolves the user's planKey via whoami if needed, enabling proper file placement.
  • Workflow readiness: Prepares a ready-to-use file before calling use_figma for further actions.

Quick Start

Invoke the skill to create a new Figma file named Untitled with the default design editor.

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 Figma file automatically?

To create a new Figma file automatically, this skill generates a blank design or FigJam file in your drafts folder and returns the file_url for immediate access. It resolves your planKey automatically to ensure proper file placement without manual setup.

Can I specify a file name when creating a Figma draft?

Yes, you can specify a file name when creating a Figma draft. The skill parses the fileName and editorType parameters during file creation, applying the default design editor if no specific type is provided.

What is the best way to start a design workflow in Figma without manual navigation?

The best way to start a design workflow in Figma without manual navigation is using automated file creation. This skill prepares a ready-to-use blank file in your drafts, allowing you to start design work immediately before calling use_figma for further actions.

Do I need to resolve my Figma planKey before creating a file?

No, you do not need to manually resolve your Figma planKey before creating a file. The skill automatically resolves the user's planKey via whoami if needed, enabling proper file placement in the drafts folder.

Does Figma file creation work for both design and FigJam projects?

Yes, Figma file creation works for both design and FigJam projects. The skill applies when starting a new design or FigJam project by parsing the editorType parameter to generate the correct blank canvas in your drafts.

What outputs do I get after creating a new Figma file?

After creating a new Figma file, you get the file_key and file_url as outputs for subsequent use. These outputs allow you to directly access the blank draft and integrate it into your automated design workflow.