Cleanup Audit
Identifies and flags outdated, redundant, or inconsistent data across systems for efficient cleanup and audit trails.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cleanup-audit npx -- -y @trustedskills/cleanup-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cleanup-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cleanup-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, cleanup-audit, helps identify and remove unnecessary or redundant files within a directory structure. It aims to reduce storage consumption by systematically analyzing file names and sizes. The tool provides an audit trail of actions taken, allowing for review and potential reversal of deletions.
When to use it
- Reducing cloud storage costs: Identify and eliminate old log files or temporary assets consuming excessive space in a cloud-based project.
- Cleaning up development environments: Remove build artifacts and outdated dependencies after software development cycles.
- Optimizing media libraries: Prune duplicate images or videos from a collection to free up disk space.
- Preparing for archival: Before archiving data, use this skill to remove transient files and reduce the overall archive size.
Key capabilities
- File name analysis
- File size assessment
- Deletion of identified files
- Audit trail generation
Example prompts
- "Cleanup audit the
/logsdirectory." - "Run a cleanup audit on all files larger than 10MB in
/tmpand show me the audit log." - "Perform a cleanup audit, excluding any files modified within the last week."
Tips & gotchas
The skill requires read and write permissions to the target directory. Always review the generated audit trail before confirming any deletions to avoid accidental data loss.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.