M Project Cleanup banner
penwyp penwyp

M Project Cleanup

Productivity community

Description

# Automated Project Hygiene Workflow **Cleanup Scope:** $ARGUMENTS If no scope is specified, a comprehensive cleanup of the entire project is performed by default. Supported scopes: `code`, `dependencies`, `structure`, `artifacts`, `config`, `all`. Example: "dependencies code" ## Commands: 1. **Dead Code Elimination** - Analyze the codebase to identify and safely remove unused functions, classes, variables, and imports. 2. **Dependency Pruning & Update** - Scan dependency files (e.g., `pack

Installation

Installs to ~/.claude/skills/penwyp-claudepreference-m-project-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/penwyp-claudepreference-m-project-cleanup && curl -fsSL https://raw.githubusercontent.com/penwyp/ClaudePreference/HEAD/commands/m-project-cleanup.md -o ~/.claude/skills/penwyp-claudepreference-m-project-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository