cleanproject

Installation
SKILL.md

Clean Project

I'll help clean up development artifacts while preserving your working code.

Token Optimization:

This skill is optimized for 75% token reduction (2,000-3,000 → 500-750 tokens) through Bash-based cleanup operations and template-based pattern matching.

Core Optimization Strategies:

  1. Bash-Based Cleanup Operations (70-80% savings)

    • Use find + rm commands for file deletion (external tools)
    • Execute git status --porcelain for untracked file detection
    • Use ls -la for directory size verification
    • Pattern: find . -name "*.log" -type f -delete
    • Never use Read tool - only Bash commands for cleanup
  2. Template-Based Cleanup Patterns (60-70% savings)

    • Pre-defined patterns for common artifacts:
Related skills
Installs
6
GitHub Stars
1
First Seen
Feb 21, 2026