Help us improve
Share bugs, ideas, or general feedback.
From claudestrophobic
Lists Claude Code projects and deletes orphaned or empty ones by moving sessions, memory, and the project directory to the system Trash.
npx claudepluginhub urav06/claudestrophobic --plugin claudestrophobicHow 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>`
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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.