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/MA/MA-skills/ws_move" ~/.claude/skills/voardwalker-code-nekocore-os-ws-move && rm -rf "$T"
manifest:
project/MA/MA-skills/ws_move/SKILL.mdsource content
ws_move
Move or rename a file or folder inside the configured workspace.
Tool
ws_move
Moves (or renames) a file or directory.
Parameters:
- src (string): Source path relative to workspace root.
- dst (string): Destination path relative to workspace root.
Guidelines:
- Use workspace-relative paths only.
- Prefer explicit destination folders (for example, ./archive/file.txt).
- Use this operation for both moves and simple renames.
Example: [TOOL:ws_move src="./old.txt" dst="./archive/old.txt"]