From claudestrophobic
Lists Claude Code projects and deletes orphaned or empty ones by moving sessions, memory, and the project directory to the system Trash.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudestrophobic:projects [list | nuke <name> [--confirm] | browse <name>][list | nuke <name> [--confirm] | browse <name>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run: `python3 "${CLAUDE_PLUGIN_ROOT}/cli/cc.py" projects "${CLAUDE_PROJECT_DIR}" <command>`
Run: python3 "${CLAUDE_PLUGIN_ROOT}/cli/cc.py" projects "${CLAUDE_PROJECT_DIR}" <command>
| Intent | <command> |
|---|---|
| List every project | (omit) |
| Preview a nuke | nuke <name> |
| Confirm a nuke | nuke <name> --confirm |
| Open a project's folder | browse <name> |
nuke TOTALLY removes a project's Claude Code footprint — every session, its
memory, history entries, and the directory — to the system Trash. It refuses
the project you're currently in and any project with an active session.
Resolve the user's phrase to one project from the list, then pass a
distinguishing substring (usually the folder name) as <name>. Projects shown
as orphaned (the folder is gone) or empty are the usual nuke targets.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub urav06/claudestrophobic --plugin claudestrophobic