Keep media caches from eating your SSD and slowing your apps
Media cache and disk caches balloon over time, causing storage emergencies and performance regressions. This recipe turns cache cleanup from a panic action into a controlled, scheduled maintenance job — for Adobe Premiere Pro, After Effects, and similar tools.
Create a skill called "Cache Janitor". Inputs: - cache_paths (list) - delete_older_than_days - max_cache_gb - min_free_space_gb - require_apps_closed (true) Behavior: - On schedule and when free space is low, summarize cache usage, then delete according to policy. - Always write a log and ask for confirmation before deleting if the deletion exceeds 20GB.
This skill monitors your media cache folders, reports sizes, and deletes cache files
older than your threshold or above your quota. It only runs when target apps are closed
and always writes a cleanup log so you know exactly what was removed.
Detect and defuse DaVinci Resolve cache explosions before they hit 0 bytes free
Resolve's render cache and CacheClip folders can grow extremely large and fill disks mid-project with no warning. This recipe monitors cache growth, alerts at thresholds, and provides Resolve-safe cleanup steps so you never lose work to a full disk.
Auto-generate proxies the moment footage lands
Choppy playback, laggy scrubbing, and unusable timelines — even on strong machines — often comes down to editing long-GOP or heavy codecs at high resolution without proxies. This recipe generates proxies automatically whenever new camera originals appear, so every project starts edit-ready instead of debug-ready.
Monitor client WordPress sites before plugins break them
Clients install random plugins, skip updates, and break their own sites. This recipe monitors your client WordPress sites: checks for outdated plugins with security vulnerabilities, detects unauthorized changes, and sends you a weekly health report.
Get alerted when a client edits the live site and breaks something
Clients with CMS access can make well-meaning edits that accidentally break layouts, navigation, or content structure. This recipe monitors the live site and alerts you when unexpected changes appear, with a visual diff showing what changed.