Clean
Description
--- description: Clean up temporary files and build artifacts allowed-tools: Bash(rm), Bash(find), Bash(du), Bash(ls), Read(*package.json), Read(*.gitignore) --- Clean up project files safely: 1. Check .gitignore to identify safe-to-delete files 2. Show what will be cleaned before deletion 3. Clean common temporary files and directories: - node_modules (if package-lock.json exists) - dist/, build/, target/ directories - .cache, .temp, .tmp directories - Log files (*.log) - OS
Installation
Installs to ~/.claude/skills/mustafadorgham-agentic-slash-commands-clean/SKILL.md
mkdir -p ~/.claude/skills/mustafadorgham-agentic-slash-commands-clean && curl -fsSL https://raw.githubusercontent.com/MustafaDorgham/agentic-slash-commands/HEAD/commands/clean.md -o ~/.claude/skills/mustafadorgham-agentic-slash-commands-clean/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development