About
The Action skill enables Claude to perform controlled, conditional cleanup tasks within a codebase, such as removing unused dependencies or dead code. By following a strict verification protocol involving ripgrep searches and import checks, it ensures that only truly redundant items are modified. This skill is particularly useful for maintaining project hygiene, reducing technical debt, and optimizing repository size while preventing accidental deletions through built-in safety limits and batch constraints.