figma-create-new-file

Create new Figma design or FigJam files via the Figma API.

30|4|Updated May 3, 2026
One-click install
npx skills add https://github.com/OniroHuaver/openwarp --skill figma-create-new-file-onirohuaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/OniroHuaver/openwarp/tree/main/resources/bundled/mcp_skills/figma/figma-create-new-file
Command: npx skills add https://github.com/OniroHuaver/openwarp --skill figma-create-new-file-onirohuaver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of needing to create a new Figma file, whether for a new design or FigJam file, without having to manually navigate to the Figma application.

Core Features & Use Cases

  • Create New Design or FigJam Files: Easily create a new blank file of the desired type directly from the terminal.
  • Customize File Name and Type: Optionally specify the file name and whether it should be a design or FigJam file.
  • Handle Plan Resolution: Automatically resolve the appropriate plan key for file creation.

Quick Start

Create a new Figma design file named "My Design" with the command: /figma-create-new-file design My Design

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 from the terminal?

To create a new Figma file from the terminal, you can use a command-line Skill that automates file creation via the Figma API. It allows you to specify the file type and name directly in your terminal workflow without opening the Figma application.

Can I create a FigJam file using the Figma API?

Yes, you can create a FigJam file using the Figma API through terminal-based workflows. This Skill automates the creation of new FigJam files, handling user plan resolution and default naming automatically.

What is the command to automate Figma file creation?

The command to automate Figma file creation is `/figma-create-new-file` followed by the file type and name. For example, `/figma-create-new-file design My Design` creates a new design file named My Design.

Does creating Figma files via terminal require a specific plan?

Creating Figma files via terminal requires a valid Figma plan, which the Skill resolves automatically during file creation. It handles user plan resolution to ensure the API can successfully generate the requested design or FigJam file.

Can I customize the name when creating a new Figma file?

Yes, you can customize the name when creating a new Figma file by specifying the desired name in the terminal command. The Skill optionally accepts a file name parameter, applying default naming if none is provided.