figma-create-new-file

Create a new blank Figma file in drafts and return its file_key and file_url.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/elsolal/Skillz-Claude-Codex-And-More --skill figma-create-new-file-elsolal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/elsolal/Skillz-Claude-Codex-And-More/tree/main/.claude/skills/figma-create-new-file
Command: npx skills add https://github.com/elsolal/Skillz-Claude-Codex-And-More --skill figma-create-new-file-elsolal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new blank Figma file quickly to start a design or FigJam session, removing setup friction and accelerating collaboration.

Core Features & Use Cases

  • Create a new blank file in the user's drafts using the create_new_file MCP tool.
  • Resolve plan context on demand via whoami to attach the new file to the correct project.
  • Use before use_figma to ensure a ready workspace and return file_key and file_url for subsequent steps.

Quick Start

Call figma-create-new-file with an optional editorType and fileName to create a new Figma file in drafts.

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 start a design workflow?

To create a new Figma file, use an automation tool that calls the create_new_file function. It generates a blank file in your drafts and returns a file_key and file_url for immediate editing access.

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. This establishes the correct collaborative workspace format, while design is used for standard Figma files.

Does creating a Figma file resolve my team plan and project context?

Yes, the file creation process uses whoami to resolve the correct plan context. This ensures the new file attaches to the proper project within your drafts before you begin working.

What is the default file name when setting up a new Figma file?

The default file name is Untitled. You can provide a custom fileName parameter to override this default and name the workspace according to your project requirements.

How do I use the generated file key after creating a blank Figma file?

After creating the blank Figma file, use the returned file_key and file_url for subsequent actions. You pass the file_key to the use_figma tool to ensure a ready workspace for design tasks.