figma-create-new-file

Create a new blank Figma design or FigJam file with optional editorType and fileName.

37|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/terzigolu/warp-lite --skill figma-create-new-file-terzigolu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/terzigolu/warp-lite/tree/main/resources/bundled/mcp_skills/figma/figma-create-new-file
Command: npx skills add https://github.com/terzigolu/warp-lite --skill figma-create-new-file-terzigolu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill creates a new blank Figma file for design or FigJam work, and resolves the appropriate plan when needed via whoami.

Core Features & Use Cases

  • Create new blank Figma design or FigJam files on demand.
  • Plan resolution via whoami to determine the correct workspace for file creation.
  • Flexible naming and editor type through optional arguments, enabling quick setup before opening in Figma.

Quick Start

Invoke the skill with /figma-create-new-file figjam My Whiteboard to create a new FigJam file named My Whiteboard.

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 programmatically?

To create a new blank Figma file, this skill calls the create_new_file tool using a planKey after resolving your workspace plan via whoami. It accepts optional editorType and fileName arguments to quickly set up a blank design or FigJam file.

Can I create a FigJam file directly from a command?

Yes, you can create a FigJam file directly by invoking the skill with the figjam editorType argument and an optional fileName parameter. It resolves the appropriate workspace plan and calls create_new_file to generate your blank FigJam board.

Does Figma file creation require resolving my plan beforehand?

Figma file creation uses whoami to resolve your appropriate plan when necessary, ensuring the file is placed in the correct workspace context. This plan resolution happens internally before calling the create_new_file tool.

What's the best way to set up a blank design file for a Figma workflow?

The best way to set up a blank design file is to invoke the skill with a design editorType and your desired fileName. It coordinates with a planKey to create a new blank canvas ready for your design workflow.

Why does Figma file creation need a planKey?

Figma file creation needs a planKey to coordinate the create_new_file tool call after resolving your workspace plan via whoami. This ensures the new blank file is generated within the correct workspace limits.

Are there limitations when creating new Figma files through automation?

Creating new Figma files through automation is limited to generating blank design or FigJam files with optional naming and editor type arguments. It handles plan resolution via whoami but does not pre-populate files with design components.