janitor

Automate macOS system cleanup tasks with bash scripts and cron scheduling.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill janitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: janitor
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/janitor
Command: npx skills add https://github.com/perfectuser21/cecelia --skill janitor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates routine system maintenance tasks, ensuring optimal disk space and freeing up resources by eliminating zombie processes.

Core Features & Use Cases

  • Disk Cleanup: Cleans various temporary files, caches, and logs to free up disk space.
  • Process Management: Identifies and terminates long-running or orphaned processes.
  • Automated Scheduling: Runs cleanup tasks automatically at predefined intervals.
  • Use Case: Schedule daily disk cleaning and frequent zombie process removal to maintain a healthy and responsive system.

Quick Start

Run the janitor script to perform a daily system cleanup.

Frequently Asked Questions about janitor

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

FAQPage Schema
How do I automate cleanup of temporary files and caches on macOS?

You can automate disk cleanup by scheduling bash scripts to remove temporary files, caches, and logs at predefined intervals. This ensures efficient resource utilization and optimal disk space on macOS environments.

What is the best way to terminate zombie processes automatically in bash?

Terminating zombie processes automatically requires bash scripts that identify and eliminate long-running or orphaned processes. Scheduling these scripts ensures routine system maintenance and a responsive computing environment.

Can I use cron job scheduling for routine system maintenance and disk space management?

Yes, cron job scheduling enables deterministic execution of maintenance tasks. By automating bash scripts through cron, you can perform routine disk space management and process termination at predefined intervals without manual intervention.

Does this system cleanup approach work for macOS environments specifically?

Yes, the system cleanup and process management tasks apply specifically to macOS environments. The bash scripts target macOS temporary files and processes to maintain a healthy, responsive system through routine maintenance.

How do I schedule daily disk cleaning and frequent zombie process removal?

Scheduling daily disk cleaning and zombie process removal involves configuring cron jobs to run bash scripts. These scripts automate the cleanup of temporary files and termination of orphaned processes at predefined intervals.

Why does my macOS system run out of disk space frequently from logs and caches?

Your macOS system loses disk space because temporary files, caches, and logs accumulate over time. Automating cleanup tasks with bash scripts removes these files, freeing up disk space and maintaining system health.