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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub urav06/claudestrophobic --plugin claudestrophobic