figma-create-new-file

Create a new Figma design or FigJam file in the user's drafts workspace.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new blank Figma file quickly to start designs or FigJam boards, saving time and avoiding manual setup.

Core Features & Use Cases

  • Create a new file in the user's drafts with a chosen editor type (design or figjam).
  • Resolve the appropriate plan via whoami when necessary to ensure the file is created in the correct workspace.
  • Use as a pre-step before using Figma actions like use_figma to ensure a fresh canvas.

Quick Start

Invoke /figma-create-new-file figjam "My Whiteboard" to create a new FigJam board 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 Figma file automatically in my drafts workspace?

To create a new Figma file automatically, you invoke the skill with an editorType of design or figjam and an optional fileName. It resolves your plan via whoami and returns the file_key and file_url directly from the MCP server.

Can I use this to set up a blank FigJam board for a collaborative session?

Yes, you can set up a blank FigJam board by specifying figjam as the editorType. This creates a ready canvas in your drafts workspace, providing a quick starting point for collaborative whiteboarding sessions.

What's the best way to prepare a fresh canvas before running other Figma actions?

The best way to prepare a fresh canvas is using this skill as a pre-step before actions like use_figma. It ensures a new file is created in the correct workspace, giving you a clean slate for subsequent design workflows.

Does the Figma file creation process handle plan resolution to find the right workspace?

Yes, the Figma file creation process handles plan resolution automatically by calling whoami. This ensures the new design or FigJam file is created in the correct workspace based on your current plan.

What inputs do I need to provide to automate Figma file creation?

You need to provide the editorType, which must be either design or figjam. You can also provide an optional fileName, which defaults to Untitled if left blank, to name your new file.

Why use an automated Figma file creation workflow instead of manual setup?

You use an automated Figma file creation workflow to save time and avoid manual setup when starting designs. It instantly generates a file and returns the file_key and file_url for immediate use in subsequent steps.