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
Installs
6
GitHub Stars
1
First Seen
Feb 21, 2026
cleanproject — manastalukdar/ai-devstudio