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-fileHow to use figma-create-new-file
- 1.Install the skill using the provided npm command
- 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.The agent will create a new blank file in your Figma workspace
Use cases
- 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
- Design system maintainers
- Automation engineers
- Workshop facilitators
- Teams using scripted design workflows
figma-create-new-file FAQ
It can create both Figma Design files and FigJam files.
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.
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 new file"
- "figjam new"
- "create figma file" od: mode: design-system category: figma upstream: "https://github.com/figma/skills"
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
- Upstream: https://github.com/figma/skills
- Category:
figma
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.
Related skills
More from nexu-io/open-design and the wider catalog.

figma-generate-design
Build or update Figma screens from code or descriptions using design system components and tokens.

figma-generate-library
Build or update a professional-grade design system library in Figma from a codebase.

figma-implement-design
Translate Figma designs into production-ready code with 1:1 visual fidelity.

figma-use
Run Figma Plugin API scripts for canvas writes, inspections, variables, and design-system work.

flutter-animating-apps
Implement animated effects, transitions, and motion in Flutter apps for native iOS/Android.

frame-data-chart-nyt
NYT-newsroom typography, staggered reveal animation, and editorial-grade charts (line, bar, or range band).