Cleanup Python banner
timothyjoh timothyjoh

Cleanup Python

Development community

Description

# Python Codebase Cleanup Analysis Template > **Purpose:** Comprehensive analysis of Python projects using UV and pyproject.toml to identify unused code, type issues, performance problems, and cleanup opportunities. This template generates a detailed findings report that gets handed off to `task_template.md` for implementation. > **Scope:** This template is designed for Python projects with `pyproject.toml` and UV package manager only. For Node.js/TypeScript projects, use `cleanup.md` template

Installation

Installs to ~/.claude/commands/timothyjoh-cc-pipeline-cleanup_python.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/timothyjoh/cc-pipeline/HEAD/.claude/commands/cleanup_python.md -o ~/.claude/commands/timothyjoh-cc-pipeline-cleanup_python.md

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

Full documentation available on GitHub

View Source Repository