PluginBench
Skill
Pass
Audit score 90

figma-create-new-file

nexu-io/open-design

Create a new blank Figma Design or FigJam file for design workflows.

What is figma-create-new-file?

This skill creates a new blank Figma Design or FigJam file, serving as the starting point for scripted design-system or workshop workflows. Use it when you need to programmatically initialize a new design file as part of an automated process.

  • Create a new blank Figma Design file
  • Create a new blank FigJam file
  • Serve as the first step in scripted design-system workflows
  • Enable automated workshop file initialization

How to install figma-create-new-file

npx skills add https://github.com/nexu-io/open-design --skill figma-create-new-file
Claude Code
Cursor
Windsurf
Cline

How to use figma-create-new-file

  1. 1.Install the skill using the provided npm command
  2. 2.Invoke the skill by name (figma-create-new-file) or use a trigger phrase like 'figma new file', 'figjam new', or 'create figma file'
  3. 3.The agent will create a new blank file in your Figma workspace

Use cases

Good for
  • Starting a new design-system project via script
  • Initializing a FigJam workshop file for collaborative sessions
  • Automating design file creation as part of a larger workflow
  • Bootstrapping design files for templated projects
Who it's for
  • Design system maintainers
  • Automation engineers
  • Workshop facilitators
  • Teams using scripted design workflows

figma-create-new-file FAQ

What file types can this skill create?

It can create both Figma Design files and FigJam files.

Is this skill useful on its own or as part of a larger workflow?

It's designed as the first step in scripted design-system or workshop workflows, though it can be used independently to quickly create new files.

What are the trigger phrases for this skill?

You can invoke it with 'figma new file', 'figjam new', or 'create figma file'.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: figma-create-new-file description: | Create a new blank Figma Design or FigJam file. Useful as the first step in scripted design-system or workshop workflows. triggers:


figma-create-new-file

Curated from Figma's MCP server guide.

What it does

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

Source

How to use

This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:

# Inspect the upstream README for exact paths
open https://github.com/figma/skills

Then ask the agent to invoke this skill by name (figma-create-new-file) or with one of the trigger phrases listed in this skill's frontmatter.