figma-create-new-file

Create a new blank Figma file via the MCP service with planKey, editorType, and fileName.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HellKaiser45/Podlet --skill figma-create-new-file-hellkaiser45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/HellKaiser45/Podlet/tree/main/.podlet/skills/figma-create-new-file
Command: npx skills add https://github.com/HellKaiser45/Podlet --skill figma-create-new-file-hellkaiser45

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates provisioning of a new blank Figma file to streamline design workflows when starting a new project or needing a fresh workspace.

Core Features & Use Cases

  • Creates a new blank Figma file in the user's drafts folder via the MCP tool.
  • Ensures quick setup with sensible defaults (editorType: design, fileName: Untitled) and supports both Design and FigJam workflows.
  • Facilitates use before use_figma to guarantee a ready workspace for design tasks.

Quick Start

Invoke the skill to create a new blank Figma file, specifying editorType and fileName if desired.

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 automate creating a new Figma file for a design project?

To create a new Figma file, invoke the skill to call the MCP service with a plan key, editor type, and file name, which provisions a blank workspace in your drafts folder.

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

Yes, you can create a FigJam file by specifying FigJam as the editorType parameter instead of the default design type when provisioning the new workspace.

Do I need to specify a file name when setting up a new Figma workspace?

No, you do not need to specify a file name when creating a new Figma file. The system applies a default name of Untitled if the parameter is omitted.

What is the best way to prepare a blank Figma file before using design automation tools?

The best way to prepare is to provision a new blank Figma file first, ensuring a ready workspace exists before you execute subsequent design automation tasks.

How does the MCP service handle file creation in multi-plan Figma environments?

In multi-plan environments, the MCP service resolves the appropriate plan by using a provided planKey, ensuring the new blank file is provisioned under the correct account.