create new file — Create a New Figma File Use the MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before when you need a fresh file to work with. Skill Arguments This skill accepts optional arguments: - editorType : (default) or - fileName : Name for the new file (defaults to "Untitled") Examples: - — creates a design file named "Untitled" - — creates a FigJam file named "My Whiteboard" - — creates a design file named "My New Design" Parse the arguments from the skill invocation. If editorType is not provided, default to . If fileName is not provi…