figma-create-new-file

Create a new blank Figma file in the user's drafts folder.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/idontcarl/landing-page --skill figma-create-new-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/idontcarl/landing-page/tree/main/skills/openai-skills/skills/.curated/figma-create-new-file
Command: npx skills add https://github.com/idontcarl/landing-page --skill figma-create-new-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a new blank Figma file on demand.

Core Features & Use Cases

  • Resolve planKey when needed using whoami to determine the correct team or project context.
  • Use the create_new_file MCP tool to generate a new blank Figma file in the user's drafts folder.
  • Returns file_key and file_url for subsequent actions like use_figma.

Quick Start

Create a new Figma file in your drafts folder using the figma-create-new-file skill.

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 through automation?

To create a new Figma file through automation, this skill generates a blank file in your drafts folder. It handles planKey resolution automatically and returns file_key and file_url for subsequent design actions.

What happens when I need to resolve a planKey to create a Figma file?

When resolving a planKey to create a Figma file, the skill uses a whoami check to determine your correct team or project context. This ensures the new blank file is placed accurately within your drafts.

Do I need to manually specify a folder when automating Figma file creation?

You do not need to manually specify a folder for Figma file creation. The skill automatically places the new blank file directly into your user drafts folder, simplifying the workflow automation process.

Can I use the generated file_key and file_url for other Figma workflows?

You can use the generated file_key and file_url for subsequent Figma workflows. The skill returns these identifiers specifically so you can pass them to other tools like use_figma for further design processing.

Are there limitations to creating Figma files on demand with this approach?

A limitation of creating Figma files on demand here is that the skill generates a blank file rather than a pre-populated template. It is strictly designed for initializing new drafts and resolving the planKey context.