Cleanup Repo banner
jchigg2000-git jchigg2000-git

Cleanup Repo

Security community

Description

--- description: Read-only repo audit for stale/orphaned files, tracked cruft, accidentally-committed secrets, empty files, and gitignore gaps — produces a risk-tiered cleanup plan with evidence per finding (.claude/plans/cleanup-<ts>.md) for a downstream executor agent. Never deletes, modifies, stages, or commits anything. Fire on `/cleanup-repo` or "plan a repo cleanup / audit the repo for stale files." argument-hint: "[optional scope path, defaults to repo root]" allowed-tools: Bash(git:*), B

Installation

Installs to ~/.claude/skills/jchigg2000-git-claude-code-dev-cleanup-repo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jchigg2000-git-claude-code-dev-cleanup-repo && curl -fsSL https://raw.githubusercontent.com/jchigg2000-git/claude-code-dev/HEAD/commands/cleanup-repo.md -o ~/.claude/skills/jchigg2000-git-claude-code-dev-cleanup-repo/SKILL.md

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

Full documentation available on GitHub

View Source Repository