figma-create-new-file

Create blank Figma files in drafts with optional editorType and fileName.

Updated Dec 17, 2024
One-click install
npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill figma-create-new-file-laf-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/LAF-US/IDAHO-VAULT/tree/main/.codex/plugins/cache/openai-curated/figma/314574a046f21938025ae443f9c6dbbd0c2c9b7a/skills/figma-create-new-file
Command: npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill figma-create-new-file-laf-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables creating a new blank Figma file quickly, so designers can start work without manual file setup.

Core Features & Use Cases

  • Create a new blank Figma file in the user's drafts folder for immediate design work.
  • Support editorType values design or figjam and default fileName to Untitled.
  • Automatically resolve plan constraints via a plan lookup when needed.

Quick Start

Invoke the command /figma-create-new-file with optional editorType and fileName to create a new Figma 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 programmatically?

You can programmatically create a new Figma file by invoking the /figma-create-new-file command, which generates a blank file in your drafts and returns the file_key and file_url for immediate access.

Can I create a FigJam workspace automatically instead of a standard design file?

Yes, you can create a FigJam workspace automatically by specifying figjam as the editorType input when invoking the command, otherwise it defaults to a standard design editor type.

How do I set a custom name when automating Figma file creation?

To set a custom name during Figma file creation, provide your desired title in the optional fileName input field, as the system defaults the file name to Untitled if no value is passed.

Does creating a Figma file automatically handle my account plan constraints?

Yes, the file creation process automatically resolves plan constraints by performing a plan lookup via whoami when a planKey is needed, ensuring the new file complies with your account limits.

What outputs do I get after creating a new Figma file for my workflows?

After creating a new Figma file, you receive a file_key and a file_url as outputs, allowing you to directly navigate to the workspace or pass the references to subsequent automation actions.