Design & Frontend ✓ OpenAI · Official figmafigjamblank-filemcp

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

FollowSkills review · FSRS-2.0
Not recommended
53/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The skill limits creation to a blank Figma/FigJam file in the selected plan's drafts folder and requires user selection when multiple plans exist, providing some scoping and confirmation control. Points are deducted because file creation is an external state change without an explicit final confirmation step; data flow, sensitive-data handling, rollback/deletion, and dependency-security guidance are incomplete.

Reliability8 / 20 · 2.0/5

The workflow, defaults, call order, and returned fields are internally consistent. Points are deducted because failures from whoami, create_new_file, missing plans, invalid editorType/fileName, or unavailable MCP are not given diagnosable handling; this is a static review with no execution evidence, so the score is capped at 10.

Adaptability10 / 15 · 3.3/5

Audience, invocation scenarios, parameters, defaults, and handoff to use_figma are reasonably clear, and supported editor types are stated. Points are deducted for missing non-fit cases, naming constraints, and trigger boundaries; Chinese-language interaction is not addressed, and mainland-China reachability of the external Figma MCP is unverified.

Convention8 / 15 · 2.7/5

The documentation is readable and includes arguments, examples, workflow, dependency, and a maintainer entry. Points are deducted because the repository is marked deprecated, the individual skill license is unknown, and versioning, changelog, detailed maintenance ownership, update path, and troubleshooting guidance are absent.

Effectiveness6 / 15 · 2.0/5

The happy path is intended to return a file_key and file_url that can be used directly with use_figma, and the core task is narrowly defined. Points are deducted because no representative output or execution verification is provided and behavior for malformed inputs is unknown; static calibration caps effectiveness at 7.

Verifiability4 / 10 · 2.0/5

The source files provide auditable workflow, parameter, and MCP dependency descriptions, allowing limited text-based verification. Points are deducted because there is no test suite, CI coverage, third-party execution evidence, or cross-source corroboration; static calibration caps verifiability at 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Creating a Figma file changes external state; confirm the target plan, file name, and editorType, and verify MCP availability before use.
  • The repository is marked deprecated and the skill license is unknown; confirm the successor repository, licensing, and maintenance status before installation or distribution.
  • No recovery or user-feedback procedure is specified for invalid input, permission failure, or network unavailability.
Review evidence [1][2][3][4][5]
See the full review method →

What it does & when to use it

This skill creates a new blank Figma Design or FigJam file in the drafts folder for a selected plan. It accepts an editor type and file name, defaulting to design and Untitled when omitted. If no planKey is available, it calls whoami to resolve the available plans; users must choose when multiple plans are returned. It depends on the create_new_file MCP tool, and its source repository is marked deprecated.

Parses the optional editorType and fileName arguments; calls whoami when planKey is missing; calls create_new_file with planKey, fileName, and editorType; and returns file_key and file_url for later use with use_figma.

  1. A designer needs a fresh blank Figma file before starting design work.
  2. A product team needs a new FigJam board for collaborative planning.
  3. A user wants a named file created in the drafts folder of a selected plan.
  4. An agent needs a new file before making subsequent use_figma calls.

Pros & cons

Pros
  • Supports both design and figjam editor types.
  • Provides clear defaults for omitted arguments.
  • Returns file_key and file_url for subsequent Figma operations.
  • Defines planKey handling for both single-plan and multi-plan accounts.
Limitations
  • Requires the create_new_file MCP tool, but the source does not document how to configure or obtain it.
  • Multiple-plan accounts require a user choice, so plan resolution is not always automatic.
  • Creates only a blank file; it does not add design content or perform later editing.
  • The source repository is deprecated, and the README recommends the OpenAI Plugins repository instead; no test information is provided.

How to install

The skill is located at skills/.curated/figma-create-new-file/ in the repository. According to the README, run $skill-installer figma-create-new-file in Codex to install a curated skill, then restart Codex. The repository README does not provide this skill's individual license; it says to check LICENSE.txt in the skill directory.

How to use

Invoke /figma-create-new-file [editorType] [fileName]. For example, /figma-create-new-file creates a design file named Untitled; /figma-create-new-file figjam My Whiteboard creates a FigJam file named My Whiteboard; and /figma-create-new-file design My New Design creates a design file named My New Design. If multiple plans are available and no planKey was supplied, select the target team or organization.

FAQ

Where is the file created?
It is created in the user's drafts folder for the selected plan.
What happens if editorType or fileName is omitted?
editorType defaults to design, and fileName defaults to Untitled.
What information or access is required?
create_new_file requires a planKey. If one is not available, the skill calls whoami to retrieve plans; when multiple plans exist, the user must select one.
Can it create a populated design?
No. It creates only a new blank Figma Design or FigJam file and returns its key and URL.

More skills from this repository

All from openai/skills

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Design & Frontend ✓ OpenAI · Official

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Data & Analysis ✓ OpenAI · Official

Jupyter Notebook Workflow Assistant

Create, refactor, and validate reproducible Jupyter notebooks with templates and a scaffold script.

Related skills