workspace-organizer

Organize SwarmWS workspace files with previewed, confirmed mv operations.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill workspace-organizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-organizer
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_workspace-organizer
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill workspace-organizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Batch file operations for SwarmWS can be risky and tedious when done manually. This Skill provides a safe, repeatable workflow to organize, archive, clean up, and restructure workspace contents with mandatory preview steps.

Core Features & Use Cases

  • Preview before execution to guard against unintended changes.
  • Move, group, and archive files into structured directories (e.g., Knowledge/Archives, Knowledge/Notes).
  • Enforce safety: uses mv instead of rm and requires explicit confirmation.

Quick Start

Preview the planned workspace changes and confirm before execution.

Frequently Asked Questions about workspace-organizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely batch organize files in my workspace without losing data?

To safely batch organize workspace files, use a previewed, non-destructive workflow that requires explicit confirmation before execution and uses mv operations instead of rm to prevent data loss.

What is the best way to archive old files and tidy directory trees in large projects?

The best way to archive old files and tidy directory trees in large projects is by applying a five-step workflow—FIND, PREVIEW, CONFIRM, EXECUTE, VERIFY—to restructure contents into structured directories safely.

How does the preview step work before moving files into structured directories?

The preview step works by scanning the workspace to display planned file operations before execution, guarding against unintended changes by requiring explicit user confirmation before any mv operation is applied.

Can I group notes by date and move files into Knowledge directories in bulk?

Yes, you can group notes by date and move files in bulk into structured directories like Knowledge/Archives and Knowledge/Notes using batch file operations designed for large project workspaces.

Does workspace organizing require explicit confirmation for every batch file operation?

Yes, explicit user confirmation is required for every batch file operation, enforcing safety by ensuring you review all planned moves and directory restructuring steps before any changes are executed.

Why should I use mv instead of rm when cleaning up my workspace files?

You should use mv instead of rm when cleaning up workspace files because mv is a non-destructive operation that relocates files rather than permanently deleting them, preventing unintended data loss.