cleanup

Execute data retention cleanup jobs for quiz responses, meal plans, PDFs, magic links, and email blacklists.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill cleanup-baselhussain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup
Source: https://github.com/BaselHussain/ai-keto-meal-plan-generator/tree/main/.claude/skills/cleanup
Command: npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill cleanup-baselhussain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of cleaning up old data, ensuring compliance with data retention policies and freeing up storage space.

Core Features & Use Cases

  • Data Retention Enforcement: Automatically deletes old quiz responses, meal plans, PDFs, magic links, and email blacklist entries based on predefined timeframes.
  • Compliance Assurance: Helps maintain compliance with privacy policies by managing data lifecycle.
  • Use Case: Regularly run this skill to automatically remove user data that has exceeded its retention period, such as old quiz submissions or expired temporary links.

Quick Start

Run the cleanup skill to preview data deletions without making any changes.

Frequently Asked Questions about cleanup

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

FAQPage Schema
How do I automate data retention cleanup for old user records?

You can automate data retention cleanup by executing jobs that delete records like quiz responses, meal plans, and PDFs older than specified periods. This enforces privacy policies and frees up storage space without manual intervention.

Can I preview data deletions before permanently removing expired records?

Yes, you can preview data deletions by using dry-run mode. This allows you to see what records will be removed based on your retention periods before executing permanent deletions with force mode.

What types of data can be deleted to enforce privacy compliance?

Data types supported for deletion to enforce privacy compliance include quiz responses, meal plans, PDFs, magic links, and email blacklist entries that have exceeded their predefined retention periods.

How does data deletion handle audit logging for compliance tracking?

Data deletion handles compliance tracking by sending audit logs to Sentry. This ensures every removal of expired records is monitored and recorded for data privacy policy enforcement.

Do I need any external dependencies to run data retention jobs?

No external dependencies are required to run data retention jobs. The skill operates independently to manage data lifecycle and enforce privacy policies by removing expired records automatically.