NekoCore-OS ws_mkdir

Create a new folder in the workspace

install
source · Clone the upstream repo
git clone https://github.com/voardwalker-code/NekoCore-OS
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/voardwalker-code/NekoCore-OS "$T" && mkdir -p ~/.claude/skills && cp -r "$T/project/skills/ws_mkdir" ~/.claude/skills/voardwalker-code-nekocore-os-ws-mkdir-bcb7ef && rm -rf "$T"
manifest: project/skills/ws_mkdir/SKILL.md
source content

Skill Name: ws_mkdir\n# Description: Creates a directory at the given path.\n# Parameters:\n- path (string): The full path of the new folder.\n# Example:\nws_mkdir path="./projects/my-folder"