cleanup

Identify and remediate directory structure violations with approval-gated cleanup workflows.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-skills-utils --skill cleanup-enduser123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cleanup
Source: https://github.com/EndUser123/cc-skills-utils/tree/main/skills/cleanup
Command: npx skills add https://github.com/EndUser123/cc-skills-utils --skill cleanup-enduser123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Review and remediate directory structure violations using an interactive cleanup handler with approval gates.

Core Features & Use Cases

  • Guided analysis to identify violations and root causes
  • Two-phase workflow: source code analysis followed by interactive cleanup
  • Safety-first modes: dry-run, limited, and auto-approve with explicit approvals

Quick Start

Run the cleanup workflow in dry-run mode to identify directory violations and then apply approved fixes.

Frequently Asked Questions about cleanup

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

FAQPage Schema
How do I remediate directory structure violations safely?▼

You can remediate directory structure violations using an LLM-guided cleanup workflow that performs source-code analysis and requires explicit approvals before applying destructive fixes.

What is the best way to automate directory cleanup without deleting important files?▼

The best way to automate directory cleanup safely is using a dry-run mode that identifies violations first, followed by an interactive cleanup phase with reference checks before any deletion occurs.

How does an LLM-guided cleanup workflow identify directory policy violations?▼

An LLM-guided cleanup workflow identifies directory policy violations by analyzing your source code structure in a first phase, then guiding interactive remediation in a second phase.

Can I run directory cleanup in auto-approve mode for policy-driven checks?▼

Yes, you can run directory cleanup in auto-approve mode, but the workflow enforces safety constraints with explicit approval gates and reference checks before executing destructive actions.

What are the limitations of automated directory remediation scripts?▼

Automated directory remediation scripts require explicit approvals for destructive actions and perform reference checks before deletion, meaning full auto-remediation is constrained by safety gates.

Do I need a specific environment to run policy-driven directory cleanup?▼

You need an environment that supports script execution for policy-driven checks, as the workflow relies on scripts to analyze directory structures and enforce safety constraints during remediation.