📁
AutomationC#

Assets Create Folder

by IvanMurzak

Assets Create Folder is an Automation skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install Assets Create Folder
Copy Assets Create Folder into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/assets-create-folder ~/.claude/skills/assets-create-folder

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
Unity-MCP-Plugin/.claude/skills/assets-create-folder/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/assets-create-folder
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Assets Create Folder does

Assets Create Folder creates a new folder under a specified parent inside Unity's Assets directory, validates paths, refreshes the AssetDatabase, and returns created folder GUIDs. Use it when an AI agent needs to organize scripts or assets in a Unity project.

Assets Create Folder is cataloged under Automation on DirSkills. Assets Create Folder comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

Documentation

README

Assets / Create Folder

Creates a new folder in the specified parent folder. The parent folder string must start with the 'Assets' folder, and all folders within the parent folder string must already exist. For example, when specifying 'Assets/ParentFolder1/ParentFolder2/', the new folder will be created in 'ParentFolder2' only if ParentFolder1 and ParentFolder2 already exist. Use it to organize scripts and assets in the project. Does AssetDatabase.Refresh() at the end. Returns the GUID of the newly created folder, if successful.

Inputs

  • inputs — list of {ParentFolderPath, NewFolderName} entries. Each entry is processed independently; per-entry errors are collected in the response so a single bad input does not abort the batch.

This is the opening of the README. Read the full README on GitHub.

Commands Assets Create Folder provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /unity-initial-setup

Frequently asked about Assets Create Folder

  • What else does IvanMurzak publish alongside Assets Create Folder?

    Assets Create Folder is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Data Reader, Asset Finder and Asset Modification. Each one is a separate skill with its own page in this directory, installs the same way Assets Create Folder does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does Assets Create Folder compare to other Automation skills?

    Assets Create Folder ranks #322 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Assets Create Folder against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

Assets Create Folder is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills