cleanproject
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:
-
Bash-Based Cleanup Operations (70-80% savings)
- Use
find+rmcommands for file deletion (external tools) - Execute
git status --porcelainfor untracked file detection - Use
ls -lafor directory size verification - Pattern:
find . -name "*.log" -type f -delete - Never use Read tool - only Bash commands for cleanup
- Use
-
Template-Based Cleanup Patterns (60-70% savings)
- Pre-defined patterns for common artifacts:
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11