figma-create-new-file

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new blank Figma file to start a design or FigJam project without manual setup.

Core Features & Use Cases

  • Create a new blank Figma file in the user’s drafts, choosing between design or FigJam editor modes.
  • Automatically resolve the appropriate plan when needed via whoami to ensure the file is created in the correct workspace.
  • Use for quick bootstrapping before calling use_figma, with optional fileName to name the file.

Quick Start

Invoke /figma-create-new-file with an optional editorType and fileName to create a new 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 automate Figma file creation for a design workflow?

Automating Figma file creation generates a new blank design or FigJam file instantly without manual setup. You can specify an editorType and fileName to bootstrap projects, receiving a file_key and file_url for immediate access and subsequent workflow steps.

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

Yes, you can create a FigJam file automatically by specifying the FigJam editorType during file generation. The process validates the editorType and generates the file in your drafts, returning the file_key and file_url for immediate use in your design workflow.

How does plan resolution work when setting up a new Figma workspace?

Plan resolution works by using whoami to ensure the new Figma file is created in the correct workspace. This automatic resolution checks the appropriate plan before generating the blank file, enforcing validation so the file is placed in the valid environment.

What do I need to start using a newly created Figma file in my automation?

To start using a newly created Figma file, you need the returned file_key and file_url from the creation step. These identifiers allow you to immediately invoke use_figma for subsequent design workflow steps, bootstrapping your workspace setup without manual configuration.

Does automated Figma file creation support custom file naming?

Yes, automated Figma file creation supports custom file naming through an optional fileName parameter. You can define the fileName when generating the blank design or FigJam file, ensuring the new file in your drafts is correctly named before subsequent workflow steps.