openai/skills

figma-create-new-file

Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard)

70CollectingWrites filesReads files
See how to use itView GitHub source
npx skills add https://github.com/openai/skills --skill "skills/.curated/figma-create-new-file"
Automated source guideDesignStandard source

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Reorganized from the pinned upstream SKILL.md

Source-grounded design guide: figma-create-new-file

Use the createnewfile MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before usefigma when you need a fresh file to work with.

npx skills add https://github.com/openai/skills --skill "skills/.curated/figma-create-new-file"
Check the pinned source

The pinned source supports a structured brief, but not an expanded tutorial. Only detected inputs, outputs, and sections are shown.

324 source words · 6 usable sections

Best fit

  • Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma.

Design outputs

  • filekey — the key of the newly created file
  • fileurl — a direct URL to open the file in Figma
  • The tool returns: - filekey — the key of the newly created file - fileurl — a direct URL to open the file in Figma

Design process

Read figma-create-new-file through these 4 source sections

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Workflow

The createnewfile tool requires a planKey parameter. Follow this decision tree:

SKILL.md · Workflow
User already provided a planKey (e.g. from a previous whoami call or in their prompt) → use it directly, skip to Step 2.No planKey available → call the whoami tool. The response contains a plans array. Each plan has a key, name, seat, and tier.Single plan: use its key field automatically.
02

Step 1: Resolve the planKey

The createnewfile tool requires a planKey parameter. Follow this decision tree:

SKILL.md · Step 1: Resolve the planKey
User already provided a planKey (e.g. from a previous whoami call or in their prompt) → use it directly, skip to Step 2.No planKey available → call the whoami tool. The response contains a plans array. Each plan has a key, name, seat, and tier.Single plan: use its key field automatically.
04

Step 3: Use the result

The tool returns: - filekey — the key of the newly created file - fileurl — a direct URL to open the file in Figma

SKILL.md · Step 3: Use the result
filekey — the key of the newly created filefileurl — a direct URL to open the file in FigmaThe tool returns: - filekey — the key of the newly created file - fileurl — a direct URL to open the file in Figma

Design checklist

Verify each item before delivery

The source section “Workflow” has been checked.

The source section “Step 1: Resolve the planKey” has been checked.

The source section “Step 2: Call createnewfile” has been checked.

The source section “Step 3: Use the result” has been checked.

Source output checked: filekey — the key of the newly created file

Source output checked: fileurl — a direct URL to open the file in Figma

Static permission evidence

Inspect the exact source lines that triggered a signal

These are source excerpts matched by deterministic rules, not findings of malicious behavior, safety, or actual execution.

Choose a different workflow

When another Skill is the better fit

FAQ

What does the figma-create-new-file source document cover?

Use the createnewfile MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before usefigma when you need a fresh file to work with.

How do I install figma-create-new-file?

The source record exposes this install command: npx skills add https://github.com/openai/skills --skill "skills/.curated/figma-create-new-file". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged write-files, read-files in the source; the page lists the matching lines and excerpts.

Repository stars
24,265
Repository forks
1,644
Quality
70/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

70/100
Documentation24/30
Specificity20/25
Maintenance18/20
Trust signals8/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

figma-create-new-file by nexu-io

Create a new blank Figma Design or FigJam file. Useful as the first step in scripted design-system or workshop workflows.

design-review by event4u-app

Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

higgsfield-generate by MoizIbnYousaf

Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "

arize-evaluator by github

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

neuropixels-analysis by k-dense-ai

Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when working with Neuropixels 1.0/2.0 recordings, spike sorting, or extracellular electrophysiology analysis.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 2 min

create_new_file — Create a New Figma File

Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with.

Skill Arguments

This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName]

  • editorType: design (default) or figjam
  • fileName: Name for the new file (defaults to "Untitled")

Examples:

  • /figma-create-new-file — creates a design file named "Untitled"
  • /figma-create-new-file figjam My Whiteboard — creates a FigJam file named "My Whiteboard"
  • /figma-create-new-file design My New Design — creates a design file named "My New Design"

Parse the arguments from the skill invocation. If editorType is not provided, default to "design". If fileName is not provided, default to "Untitled".

Workflow

Step 1: Resolve the planKey

The create_new_file tool requires a planKey parameter. Follow this decision tree:

  1. User already provided a planKey (e.g. from a previous whoami call or in their prompt) → use it directly, skip to Step 2.

  2. No planKey available → call the whoami tool. The response contains a plans array. Each plan has a key, name, seat, and tier.

    • Single plan: use its key field automatically.
    • Multiple plans: ask the user which team or organization they want to create the file in, then use the corresponding plan's key.

Step 2: Call create_new_file

Call the create_new_file tool with:

ParameterRequiredDescription
planKeyYesThe plan key from Step 1
fileNameYesName for the new file
editorTypeYes"design" or "figjam"

Example:

{
  "planKey": "team:123456",
  "fileName": "My New Design",
  "editorType": "design"
}

Step 3: Use the result

The tool returns:

  • file_key — the key of the newly created file
  • file_url — a direct URL to open the file in Figma

Use the file_key for subsequent tool calls like use_figma.

Important Notes

  • The file is created in the user's drafts folder for the selected plan.
  • Only "design" and "figjam" editor types are supported.
  • If use_figma is your next step, load the figma-use skill before calling it.
Source repo
openai/skills
Skill path
skills/.curated/figma-create-new-file/SKILL.md
Commit SHA
49f948faa925
Repository license
Data collected