cleanup

Delete temporary and design-related files from a development workspace using shell scripting.

13|4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ggombee/code-forge --skill cleanup-ggombee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup
Source: https://github.com/ggombee/code-forge/tree/main/skills/cleanup
Command: npx skills add https://github.com/ggombee/code-forge --skill cleanup-ggombee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of cleaning up unnecessary files and folders generated during development workflows, ensuring a tidy and efficient workspace.

Core Features & Use Cases

  • Cleanup Automation: Automates the deletion of temporary files, logs, and other build artifacts.
  • Customizable Options: Provides options to selectively clean specific types of files, such as design references, test results, and temp files.
  • Dry Run Option: Allows users to preview the files that would be deleted without actually removing them.
  • Use Case: Ideal for developers and project managers who want to maintain a clean workspace and avoid clutter after development tasks.

Quick Start

Run the cleanup command to remove unnecessary files from your project.

Frequently Asked Questions about cleanup

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

FAQPage Schema
How do I automate the deletion of temporary files and build artifacts in my development workspace?

You can automate workspace cleanup using shell scripting to delete temporary files and build artifacts based on user-defined patterns. This maintains a tidy environment by targeting specific unnecessary files generated during development workflows.

Can I preview files before deleting them during workspace maintenance?

Yes, you can use the dry run option to preview temporary files and design-related files that would be deleted without actually removing them. This ensures safe workspace maintenance before executing the final cleanup.

What is the best way to remove design references and test results from a project workspace?

The best way to remove design references and test results is using customizable cleanup automation options. This allows you to selectively clean specific file types, ensuring your development workspace remains organized and free of clutter.

Does workspace cleanup scripting support custom file patterns for targeted deletion?

Yes, the workspace cleanup script supports custom file patterns for targeted deletion. It utilizes shell scripting to match and remove specific temporary and design-related files, giving you control over what gets cleaned.

Are there limitations to using shell scripts for workspace maintenance and file deletion?

Shell scripting for workspace cleanup is basic in implementation and relies on user-defined patterns to identify files. It is limited to deleting temporary and design-related files and does not offer advanced file recovery or system-level monitoring features.