filesystem-organiser-plugin
April 30, 2026 · View on GitHub
Claude Code plugin for organising filesystem content — local directories and cloud storage (Google Drive via rclone). Ships scan, dedupe, sort, cleanup, and rename primitives plus a provisioning skill to spin up a fresh organiser workspace.
Part of the danielrosehill Claude Code marketplace.
What you get
Primitives (always available once the plugin is installed)
Local filesystem commands (/filesystem-organiser:fs-*):
fs-scan— survey a directory for clutter hotspotsfs-cleanup— rule-based cleanup passfs-find-duplicates— identify duplicate filesfs-flatten— flatten over-nested directory treesfs-empty-dirs— find and remove empty directoriesfs-rename-cleanup— normalise filenamesfs-sort-by-date/fs-sort-by-type— bucket by metadatafs-status— report workspace statefs-init,fs-add-guardrail— workspace config
Google Drive commands (/filesystem-organiser:gdrive-*):
gdrive-mount/gdrive-unmount— rclone mount lifecyclegdrive-status— connection + mount diagnosticsgdrive-organize— bucket and tidy mounted Drive contentgdrive-duplicates— find duplicate cloud filesgdrive-inbox— inbox-style sweepgdrive-summary— high-level Drive reportrclone-install/rclone-configure— one-time setup helpersonboard— guided first-run
Agent:
fs-organiser— autonomous organiser subagent for multi-step tasks
Provisioning skill
/filesystem-organiser:new-workspace <name> [--variant=local|gdrive] [--local-only]
Scaffolds a new workspace (CLAUDE.md + context/logs/notes structure), personalises it from ~/.claude/CLAUDE.md, and (by default) creates a public GitHub repo for it.
Organisation skills
organise-filesystem— modular target+mode flow. Pick a target (local / gdrive / android) and one or more modes (cleanup,by-date,by-category,by-media-type,video,image,audio). Best when intent is specific.super-organise— comprehensive single-pass reorganisation. Detects the dominant domain pattern (image gallery, mixed media, code repo, document collection, downloads) and applies the full deterministic ruleset. Best for chaotic dumps where the user wants the works.
Pattern
Primitives live in the plugin → globally available from any cwd.
Workspace scaffolds are provisioned as data → no .claude/ tree inside provisioned workspaces.
Plugin updates never touch your workspace data.
See PLAN.md in Claude-Workspace-Reshaping-190426 for the full pattern spec this plugin follows.
Variants
local(default) — scaffolds a workspace for organising a local directory. Includes guardrails and logs structure.gdrive— scaffolds a workspace for organising Google Drive via rclone. Includes scripts and context directories tuned for cloud sync.
Install
Via the danielrosehill marketplace:
/plugin marketplace add danielrosehill/Claude-Code-Plugins
/plugin install filesystem-organiser
License
MIT.