figma-create-new-file

Create a blank Figma file with a specified editor type and name.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Charitablebusinessronin/Allura_Memory --skill figma-create-new-file-charitablebusinessronin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/Charitablebusinessronin/Allura_Memory/tree/main/.opencode/skills/figma-create-new-file
Command: npx skills add https://github.com/Charitablebusinessronin/Allura_Memory --skill figma-create-new-file-charitablebusinessronin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a new blank Figma file to support design or FigJam sessions, eliminating the manual setup step and enabling faster work-start.

Core Features & Use Cases

  • Prepares a new file in the user's drafts with a chosen editor type (design or figjam).
  • Accepts optional arguments for fileName and editorType and resolves the appropriate workspace context.
  • Provides the necessary file reference details (file_key and file_url) to proceed with subsequent actions like use_figma.

Quick Start

Run /figma-create-new-file with editorType design and fileName Untitled to create a new 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 create a new Figma file automatically for a design workflow?

You can create a new Figma file automatically by triggering the create_new_file tool with a chosen fileName and editorType. This action generates a blank file in your drafts and returns the file_key and file_url needed to proceed with your design workflow.

Can I start a FigJam session by generating a blank file on demand?

Yes, you can start a FigJam session by generating a blank file on demand. By setting the editorType parameter to figjam, the system creates a new file in your drafts and provides the file_url for immediate collaboration.

What details do I need to provide to create a Figma design file?

To create a Figma design file, you need to provide the fileName and the editorType, which should be set to design. The system then resolves the appropriate workspace context and returns the file_key and file_url to begin your design task.

Does creating a Figma file require resolving a plan key?

Yes, creating a Figma file requires resolving a plan key. The workflow resolves the planKey when needed via whoami before calling the create_new_file tool, ensuring the new file is properly set up within your plan resolution.

What is the best way to get a ready-to-use Figma file for collaboration?

The best way to get a ready-to-use Figma file is to use an on-demand file creation tool that applies your chosen editor type and name. This eliminates manual setup and returns a file_url for immediate use in your collaboration workflow.