housekeeping-and-deletion

Guide object deletion and trigger garbage collection and file compaction.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/cyrock-ai/eclipse-store-skills --skill housekeeping-and-deletion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: housekeeping-and-deletion
Source: https://github.com/cyrock-ai/eclipse-store-skills/tree/main/skills/housekeeping-and-deletion
Command: npx skills add https://github.com/cyrock-ai/eclipse-store-skills --skill housekeeping-and-deletion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It simplifies the process of deleting data from storage systems by guiding the removal of references and triggering housekeeping tasks to free disk space.

Core Features & Use Cases

  • Object Deletion Guidance: Provides instructions on removing references from collections, nullifying fields, and clearing lazy-loaded data.
  • Manual Housekeeping Control: Supports triggering garbage collection and file compaction to reclaim storage.
  • Use Case: When a user deletes large data sets or wants to manually free disk space after bulk removals, this skill helps ensure storage is optimized.

Quick Start

Remove references to unwanted objects and trigger housekeeping to free space.

Frequently Asked Questions about housekeeping-and-deletion

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

FAQPage Schema
How do I manually trigger garbage collection to free disk space after deleting large datasets?

To manually trigger garbage collection and free disk space, you must first remove references to unwanted objects from collections and nullify fields, then execute housekeeping tasks to reclaim storage and optimize disk usage.

What is the proper way to remove object references for effective data cleanup?

Effective data cleanup requires removing references from collections, nullifying specific fields, and clearing lazy-loaded data to ensure objects are fully dereferenced before triggering housekeeping tasks.

When should I run file compaction to optimize disk usage in data storage systems?

You should run file compaction to optimize disk usage after performing bulk data removals or deleting large datasets, ensuring that the reclaimed storage is properly consolidated and managed.

Does deleting references and clearing lazy-loaded data automatically reclaim storage?

Deleting references and clearing lazy-loaded data does not automatically reclaim storage; you must manually trigger housekeeping tasks like garbage collection and file compaction to actively free disk space.

What is the best way to manage storage cleanup for large data sets?

The best way to manage storage cleanup for large data sets is to systematically remove object references, clear lazy-loaded data, and then manually trigger garbage collection and file compaction to optimize disk usage.