Workspace Cleanup Skill

Move temporary test scripts and log files to the .trash directory.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/itsmepratikg/MapRecruit.ai-TypeScript --skill workspace-cleanup-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workspace Cleanup Skill
Source: https://github.com/itsmepratikg/MapRecruit.ai-TypeScript/tree/main/.maprecruit-skills/workspace-cleanup
Command: npx skills add https://github.com/itsmepratikg/MapRecruit.ai-TypeScript --skill workspace-cleanup-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents project clutter by automatically identifying and archiving temporary files, test scripts, and debug logs into a designated .trash directory.

Core Features & Use Cases

  • Automated File Archiving: Moves specific file types (test scripts, logs, temp files) to a .trash folder.
  • Workspace Hygiene: Maintains a clean project root and backend directory.
  • Use Case: After running several verification scripts, this skill can automatically clear out the temporary test_*.js and debug_*.log files, keeping your development environment organized.

Quick Start

Run the workspace cleanup skill to archive temporary files.

Frequently Asked Questions about Workspace Cleanup Skill

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

FAQPage Schema
How do I automatically clean up temporary test scripts and log files in my project?

To clean up temporary test scripts and log files, you can run an automated workspace cleanup that detects specific file patterns like test_*.js, *.log, and temp_* in your project root and backend folders, then moves them to a .trash directory.

What is the best way to organize a cluttered project root and backend directory?

Organizing a cluttered project root and backend directory involves archiving temporary files, debug logs, and test scripts into a designated .trash folder, which maintains workspace hygiene and keeps active directories clear of unnecessary clutter.

Does workspace cleanup work with specific file types like test_*.js and *.log?

Workspace cleanup works by targeting specific file types, automatically detecting and archiving files matching patterns like test_*.js, *.log, and temp_* to a .trash directory within your development environment.

Can I use automated file archiving for temporary files without manually deleting them?

You can use automated file archiving to safely manage temporary files without manual deletion, as the cleanup process identifies and moves test scripts and debug logs to a .trash directory for later review or removal.

When should I run a workspace cleanup script to remove temp files?

You should run a workspace cleanup script after executing several verification scripts or debugging sessions, ensuring that temporary test_*.js files and debug *.log files are archived to keep your development environment organized.